Releases: umee-network/peggo
v1.4.1
Changelog
- 8d5a469 add --oracle-providers flag to README
- ac4c75d chore: bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#422)
- 9b6edc8 fix: add ca-certificates in final image (#417)
- 7433c17 chore: bump golang.org/x/term from 0.3.0 to 0.4.0 (#421)
- d4e9796 chore: bump github/super-linter from 4.9.7 to 4.10.1 (#423)
v1.4.0
Github Release
New Peggo depends on Umme, which recently changed the build process. Peggo doesn't support static CGO build (with CGO_ENABLED=1
) any more. Github Actions only support build using Linux on amd64, we can not make a cross platform build using Github Actions. So our Github release only contains source code archive and amd64 Linux binary.
Moreover to run the provided binary, you need to have libwasmvm.x86_64.so v1.1.1
in your system lib directory.
Building from source will automatically link the libwasmvm.x86_64.so
created as a part of the build process (you must build on same host as you run the binary, or copy the libwasmvm.x86_64.so
your lib directory).
Otherwise you have to download libwasmvm
. Please check Supported Platforms. Example:
wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.1.1/internal/api/libwasmvm.$(uname -m).so -P /lib/
Changelog
- 30f87ed fix(ci): update docker release
- c8b024a chore: update docker e2e (#415)
- 62de3e9 docs: update the instructions for local testing with ganache or hardhat (#413)
- 96b53d0 chore: bump cloud.google.com/go/logging from 1.5.0 to 1.6.1 (#408)
- ab5c37b chore: bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (#410)
- e60b5f9 chore: bump golang.org/x/term from 0.1.0 to 0.3.0 (#409)
- 2b29796 chore: bump goreleaser/goreleaser-action from 3 to 4 (#411)
- fa1e763 feat: update price-feeder dep to v2.0.2 and remove FTX (#412)
- 328f55c Update dependencies
- f21c0c5 chore: bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#405)
- 6bad4d3 feat: update price feeder and umee versions (#399)
- 77dc2e1 chore: dependencies update (#400)
v1.3.0
v1.2.1
Release v1.2.1
v1.2.0
Release v1.2.0
v1.1.0
v1.1.0
Version v1.1.0 includes a block timing update which is necessary for correctly interacting with ethereum after the PoS upgrade ("the merge") on September 15, 2022.
What's Changed
- chore: modify eth block delay (backport #367) by @mergify in #368
- feat: reduce oracle noise msgs (backport #365) by @mergify in #369
Full Changelog: v1.0.0...v1.1.0
v1.0.1
What's Changed
- feat: reduce oracle noise msgs by @RafilxTenfen in #365
Full Changelog: v1.0.0...v1.0.1
v1.0.0
feat: update to umeed v3 (#362) - release v1
v0.4.1
peggo v0.4.1
v0.4.0
peggo v0.4.0