Skip to content

Releases: umee-network/peggo

v1.4.1

20 Apr 14:30
8d5a469
Compare
Choose a tag to compare

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

20 Dec 22:09
30f87ed
Compare
Choose a tag to compare

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

26 Oct 19:33
3d335aa
Compare
Choose a tag to compare

Improvements

  • #394 Add hook for send logs to Google Cloud
  • #385 Create docker images when new tag is released

v1.2.1

06 Oct 21:46
c535a87
Compare
Choose a tag to compare
Release v1.2.1

v1.2.0

01 Oct 19:46
18fde18
Compare
Choose a tag to compare
Release v1.2.0

v1.1.0

26 Sep 22:25
7636fb8
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.1

21 Sep 23:14
13fb428
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Sep 03:19
9e61be6
Compare
Choose a tag to compare
feat: update to umeed v3 (#362)

- release v1

v0.4.1

30 Aug 14:30
b22361c
Compare
Choose a tag to compare
peggo v0.4.1

v0.4.0

14 Jul 18:02
a3440c4
Compare
Choose a tag to compare
peggo v0.4.0