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)