Highlights
- THORChain support
- libwasmvm fixes
- File per embedded chain in chains/ rather than prior chains.yaml with all chains.
Breaking changes
go install
will no longer have embedded chains.make install
is required to include the chains included in the repo (now in chains/)
What's Changed
- feat: set platform for penumbra by @danbryan in #265
- fix: Some chains decide to name the static files differently by @vimystic in #264
- feat(thorchain): build multiple tags by @agouin in #266
- chore: update latest go version
1.22.6
by @boojamya in #268 - chore: xion - add binutils-gold for v50 builds by @2xburnt in #269
- fix: remove generate build from thorchain by @misko9 in #271
- fix(quasar): Update quasar bin name to required quasard for v3+ changes by @pharr117 in #274
- fix(chains): Remove fork org on noble config by @pharr117 in #275
- fix: re-remove generate binary from build as it was removed from thornode repo by @misko9 in #276
- feat: add golang v1.23 by @allthatjazzleo in #279
- fix(neutron): Package libwasmvm by @agouin in #280
- Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by @dependabot in #277
- Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 by @dependabot in #278
- feat: update chains by @PFC-developer in #281
- fix: lint error from a previous PR by @vimystic in #284
- feat: use a directory to hold chain configs, not just a single file by @PFC-developer in #283
- feat: Support directory copying to final images for cosmos chains by @agouin in #285
- fix: copy over required libraries so native build will work by @PFC-developer in #282
- fix: support creating dirs for copied directories by @agouin in #288
- feat: implement chains.yaml split and embed data into binary by @vimystic in #286
New Contributors
Full Changelog: v1.6.3...v1.7.0