Releases: palomachain/paloma
Releases · palomachain/paloma
v1.10.1
What's Changed
- fix: prevent panic in job execution command by @byte-bandit in #1033
- fix: ante handler skip condition by @byte-bandit in #1040
- feat: Add jail sentence backoff by @byte-bandit in #1045
- feat: support event nonce ctor input for deployments by @byte-bandit in #1047
- chore: prepare 1.10.1 release by @byte-bandit in #1048
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Add release notes by @byte-bandit in #1017
- Revert "Add release notes" by @byte-bandit in #1018
- chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #1020
- fix: assigning msgs to validators w/o chain support by @byte-bandit in #1023
- fix: gravity message logging format by @byte-bandit in #1027
- feat: introduce basic multisig message support by @byte-bandit in #1025
- feat: add query for last observed event nonce by @byte-bandit in #1029
- chore: increase minimum version of Pigeon by @byte-bandit in #1030
- chore!: upgrade go to 1.21 by @byte-bandit in #1031
Full Changelog: v1.9.2...v1.10.0
v1.9.2
What's Changed
- feat: hold SLC until JIT valset update is processed by @byte-bandit in #1015
- chore: update readme for 1.9.2 by @byte-bandit in #1016
- Add release notes by @byte-bandit in #1019
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- rollback by @rootedbox in #999
- feat!: #795 Transfer ERC20 ownership on compass update by @byte-bandit in #1002
- Update README.md by @byte-bandit in #1008
- tryfix: paloma status update tx parsing failure by @byte-bandit in #1009
- fix: ease keep-alive duration by @byte-bandit in #1010
- JIT Valset update for all jobs by @byte-bandit in #1011
- Update README & increase minimum pigeon version by @byte-bandit in #1012
- Add release notes by @byte-bandit in #1013
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #984
- Expose a query endpoint for latest published valset by @ToasterTheBrave in #985
- Rollback wasmvm version by @ToasterTheBrave in #986
- Updating a mock needed by Pigeon by @ToasterTheBrave in #990
- Bump google.golang.org/grpc from 1.58.1 to 1.58.2 by @dependabot in #989
- Bump github.com/CosmWasm/wasmvm from 1.3.0 to 1.4.0 by @dependabot in #988
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #995
- feat: retry failed SLC calls with different Pigeons by @byte-bandit in #996
- Update README by @byte-bandit in #997
- Add release notes by @byte-bandit in #998
- Cosmwasm chain halt rollback (#999) by @rootedbox in #1001
Full Changelog: v1.8.2...v1.9.0
v1.8.2
What's Changed
- chore: update minimum pigeon version to v1.8.0 by @byte-bandit in #969
- Bump github.com/CosmWasm/wasmvm from 1.3.0 to 1.4.0 by @dependabot in #971
- Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #974
- Bump google.golang.org/grpc from 1.57.0 to 1.58.1 by @dependabot in #978
- feat: pigeon reponse data logging by @byte-bandit in #979
- chore: additional logging in message attesting by @byte-bandit in #980
- Add pigeon status updates to Paloma by @byte-bandit in #981
- chore: update README by @byte-bandit in #982
- Add release notes by @byte-bandit in #983
- Rollback wasmvm version by @ToasterTheBrave in #987
Full Changelog: v1.8.0...v1.8.2
v1.8.0
What's Changed
- Add release notes by @byte-bandit in #959
- Revert "Add release notes" by @byte-bandit in #960
- Bump cosmossdk.io/math from 1.1.1 to 1.1.2 by @dependabot in #956
- feat: Migrate Pigeon TTL to block height by @byte-bandit in #962
- feat: 🔧 prevent jailing high stake validators by @byte-bandit in #963
- Gravity Rewrite by @ToasterTheBrave in #964
- Fix signing of gravity batches by @ToasterTheBrave in #966
- Bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0 by @dependabot in #965
- Bump actions/checkout from 3 to 4 by @dependabot in #967
- Add release notes by @byte-bandit in #968
- chore: update minimum pigeon version to v1.8.0 by @byte-bandit in #970
Full Changelog: v1.7.2...v1.8.0
v1.7.2
What's Changed
- Update readme in master for v1.7.0 release by @ToasterTheBrave in #950
- Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 by @dependabot in #931
- Bump cosmossdk.io/math from 1.0.1 to 1.1.1 by @dependabot in #953
- fix: validator selection with multiple MEV chains configured by @byte-bandit in #952
- Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in #957
- chore: upgrade Pigeon dependency to v1.6.0 by @byte-bandit in #958
- Add release notes by @byte-bandit in #961
Full Changelog: v1.7.1...v1.7.2
v1.7.1
What's Changed
- Support jobs with MEV relay targeted deployment by @byte-bandit in #946
- feat: prevent pigeon liveness check for non-validators by @byte-bandit in #947
- Readme and release notes for new release by @ToasterTheBrave in #949
- fix: validator selection with multiple MEV chains configured by @byte-bandit in #954
- Update release notes by @ToasterTheBrave in #955
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- chore: update wasmvm by @byte-bandit in #935
- refactor: Removing legacy code and restructuring by @byte-bandit in #936
- Fix the extract location for palomad by @ToasterTheBrave in #937
- Validators must support all active chains by @ToasterTheBrave in #940
- Publish valset to all chains when returning from a software update by @ToasterTheBrave in #942
- feat: add support for pigeon traits in valset by @byte-bandit in #941
- Cranking down a timeout to crank up chain speed by @ToasterTheBrave in #943
- Increase the number of blocks to keep stale messages by @ToasterTheBrave in #945
- Add cli command to delete any stuck smart contract deployments by @ToasterTheBrave in #944
Full Changelog: v1.6.1...v1.7.0