Releases: palomachain/pigeon
v1.2.0
What's Changed
- Remove Release notes from master branch by @ToasterTheBrave in #176
- Update readme for next release by @ToasterTheBrave in #178
- Enable Formatting and linting by @ToasterTheBrave in #180
- Stop vendoring paloma proto files by @ToasterTheBrave in #181
- Support for parallel processing by @ToasterTheBrave in #182
- Spread relay load across all validator pigeons by @ToasterTheBrave in #183
- Ticking every 10 seconds for faster processing of new messages by @ToasterTheBrave in #184
- Loop every second by @ToasterTheBrave in #185
- Continue checking if a pigeon is staking by @ToasterTheBrave in #186
- Upgrade to paloma v1.3.0 by @ToasterTheBrave in #187
- Release notes by @ToasterTheBrave in #189
- Upgrade release script to go 1.20 by @ToasterTheBrave in #198
Full Changelog: v1.1.1...v1.2.0
v1.2.1
What's Changed
- Update dependencies by @ToasterTheBrave in #190
- Keep paloma version up to date by @ToasterTheBrave in #191
- Release Notes by @ToasterTheBrave in #192
- Upgrade release script to go 1.20 by @ToasterTheBrave in #193
Full Changelog: v1.2.0...v1.2.1
v1.1.1
What's Changed
- Release notes and Readme for release by @ToasterTheBrave in #170
- Fix and refactor some process logic by @ToasterTheBrave in #173
- Update readme for next release by @ToasterTheBrave in #174
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fixing locking issue by @ToasterTheBrave in #152
- Add tests for isArbitraryCallAlreadyExecuted by @ToasterTheBrave in #154
- Fix GLIBC errors seen by some by @ToasterTheBrave in #157
- Add build instructions to readme and fix build version by @ToasterTheBrave in #162
- Bump google.golang.org/grpc from 1.54.0 to 1.55.0 by @dependabot in #146
- Bump golang.org/x/term from 0.7.0 to 0.8.0 by @dependabot in #147
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 by @dependabot in #151
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #160
- Stop hiding errors. Report them upstream by @ToasterTheBrave in #163
- Revert building with CGO disabled by @ToasterTheBrave in #164
- Fix a typo in the readme by @ToasterTheBrave in #167
- Keeping mods up to date by @ToasterTheBrave in #169
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Bump golang.org/x/term from 0.6.0 to 0.7.0 by @dependabot in #135
- Update Readme for v0.11.7 by @verabehr in #133
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #134
- Update Cosmos SDK - First pass by @ToasterTheBrave in #138
- Bump github.com/cometbft/cometbft from 0.37.0 to 0.37.1 by @dependabot in #139
- Bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.8 by @dependabot in #140
- Bump google.golang.org/grpc from 1.53.0 to 1.54.0 by @dependabot in #141
- Slow down Pigeon messages by @ToasterTheBrave in #145
- Moving sleep to before sending a message by @ToasterTheBrave in #148
- Release Notes by @ToasterTheBrave in #149
- Fixing locking issue by @ToasterTheBrave in #153
- Add commits from beta testing into release notes by @ToasterTheBrave in #156
Full Changelog: v0.11.7...v1.0.0
v1.0.0-beta2
What's Changed
- Fixing locking issue by @ToasterTheBrave in #153
Full Changelog: v1.0.0-beta1...v1.0.0-beta2
v1.0.0-beta1
What's Changed
- Bump golang.org/x/term from 0.6.0 to 0.7.0 by @dependabot in #135
- Update Readme for v0.11.7 by @verabehr in #133
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #134
- Update Cosmos SDK - First pass by @ToasterTheBrave in #138
- Bump github.com/cometbft/cometbft from 0.37.0 to 0.37.1 by @dependabot in #139
- Bump github.com/cosmos/gogoproto from 1.4.6 to 1.4.8 by @dependabot in #140
- Bump google.golang.org/grpc from 1.53.0 to 1.54.0 by @dependabot in #141
- Slow down Pigeon messages by @ToasterTheBrave in #145
- Moving sleep to before sending a message by @ToasterTheBrave in #148
- Release Notes by @ToasterTheBrave in #149
New Contributors
- @ToasterTheBrave made their first contribution in #138
Full Changelog: v0.11.7...v1.0.0-beta1
v0.11.7
Pigeon v0.11.7 Release Notes
Paloma v0.11.7 and Pigeon v0.11.7 contains Comos v0.45.13 and changes on Go-Ethereum as well as a number of package dependency upgrades. This upgrade has been tested in Private Testnet and appears to have possible regression with regards to account sequence mismatch errors due to multiple transactions signed in old block sequence. Deployment to cross-chains may experience issues and this version is for testing prepared upgrades to Paloma v1.0 releases with Cosmos v0.47.1 upgrades. This release targeted for public testnet deployments.
What's Changed
- update readme to testnet-14 by @verabehr in #88
- update readme for testnet 15 by @verabehr in #89
- update README for polygon config by @webelf101 in #90
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #91
- added default dependabot rule by @mszuyev in #93
- used forked whoops instead of the original one by @mszuyev in #101
- Mz/try detect unused errs by @mszuyev in #102
- fix fetch event bug by @webelf101 in #104
- Fix code review comments by @mszuyev in #103
- Bump github.com/onsi/gomega from 1.19.0 to 1.27.2 by @dependabot in #100
- Fix unit test by @mszuyev in #107
- Bump github.com/spf13/cobra from 1.4.0 to 1.6.1 by @dependabot in #96
- Bump github.com/stretchr/testify from 1.7.1 to 1.8.2 by @dependabot in #97
- Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in #105
- Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in #98
- Mz/fix linting script by @mszuyev in #106
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #108
- Bump golang.org/x/term from 0.5.0 to 0.6.0 by @dependabot in #109
- removed amd64-v3 demand from goreleaser config by @mszuyev in #113
- added target (Make) to build linux binary by @mszuyev in #112
- Bump google.golang.org/protobuf from 1.28.1 to 1.29.0 by @dependabot in #115
- Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 by @dependabot in #116
- Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 by @dependabot in #117
- Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 by @dependabot in #118
- Bump actions/setup-go from 3 to 4 by @dependabot in #119
- Bump google.golang.org/protobuf from 1.29.1 to 1.30.0 by @dependabot in #121
- Mz/update go eth client by @mszuyev in #122
- added more logs on calling smart contract by @mszuyev in #123
- more logs on uploading smart contract by @mszuyev in #124
- Bump github.com/ethereum/go-ethereum from 1.11.4 to 1.11.5 by @dependabot in #125
- Mz/update go ethereum by @mszuyev in #126
- Bump github.com/onsi/gomega from 1.27.4 to 1.27.5 by @dependabot in #128
- Calling ValsetID getter function from compass, rather than filtering events by @mszuyev in #129
- Cosmetic fix by @mszuyev in #131
- Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 by @dependabot in #132
New Contributors
- @dependabot made their first contribution in #91
- @mszuyev made their first contribution in #93
Full Changelog: v0.11.5...v0.11.7
v0.11.5
Pigeon v0.11.5 Release Notes
Paloma v0.11.5 and Pigeon v0.11.5 contains a number of enhancements to improve validator experience with pigeon relay performance and paloma consensus performance. The focus is on logging of relay transactions for easier validator debugging and progress for new features for Paloma.