Releases: xrplevm/node
Releases · xrplevm/node
Release list
v11.0.0-rc.1
What's Changed
- fix: pass initialized GovKeeper to gov precompile instead of zero-value by @kpitapeersyst in #115
- ci: harden GitHub Actions workflows by @kpitapeersyst in #117
- fix: remove erc20types duplicate by @kpitapeersyst in #118
- chore: pin Dockerfile base image to SHA256 digest by @kpitapeersyst in #119
- fix: remove keyring-backend=test default override by @kpitapeersyst in #120
- chore: replace ibc-go pseudo-version with tag by @kpitapeersyst in #122
- fix: enforce rate limit on outbound ibc transfers by @kpitapeersyst in #116
- fix: replace hardcoded EVM chain ID fallback with proper error handling by @kpitapeersyst in #121
- ci: harden TAG input to prevent shell injection by @kpitapeersyst in #123
- chore: migrate from archived golang/mock to go.uber.org/mock by @kpitapeersyst in #130
- fix: remove test grpc service by @kpitapeersyst in #140
- chore: remove cosmovisor tooling by @kpitapeersyst in #135
- feat: define security audit scope, threat model, and audit automation skills by @AdriaCarrera in #132
- fix: include v7-v10 upgrades in store upgrades switch by @kpitapeersyst in #129
- fix: handle interface registry creation errors by @kpitapeersyst in #133
- fix: align cosmossdk core requirement by @kpitapeersyst in #134
- refactor: remove unused poa gov keeper by @kpitapeersyst in #137
- test: poa cover staking hook error propagation in MsgServer remove by @kpitapeersyst in #142
- feat: block MsgCreateValidator post-genesis in PoA ante decorator by @kpitapeersyst in #125
- fix: register poa params subspace by @kpitapeersyst in #138
- feat: add v11 upgrade handler disabling ICA host by @kpitapeersyst in #127
- refactor(poa)!: parse validator address as AccAddress by @aluque-peersyst in #144
- feat: set staking unbonding time to one week in v11 upgrade by @aluque-peersyst in #145
- fix: update gomock import by @kpitapeersyst in #143
- fix: remove staking tokens from add validator event by @kpitapeersyst in #139
- fix: check unbonding delegations in ExecuteAddValidator by @kpitapeersyst in #126
- feat(poa): add validator self-removal message by @aluque-peersyst in #146
- feat(v11): add elys xrp withdrawal by @aluque-peersyst in #147
New Contributors
- @kpitapeersyst made their first contribution in #115
- @aluque-peersyst made their first contribution in #144
Full Changelog: v10.0.3...v11.0.0-rc.1
v10.0.3-rc.2
v10.0.3
Changelog
- 43c1c36 fix: update EVM dependency to xrplevm/evm v0.6.0-xrplevm.6
v10.0.3-rc.1
v10.0.2
What's Changed
- fix: check tx issue and add unsafe-local-validator for local upgrade testing by @AdriaCarrera in #112
Full Changelog: v10.0.1...v10.0.2
v10.0.1-fix-check-tx.1
v10.0.1
Changelog
- 8e624f7 Merge pull request #111 from xrplevm/fix/cmd-init-home-dir
- d33fbb4 fix: automatic conversion of cosmos chain ID to EVM
- 3346432 Merge pull request #110 from xrplevm/fix/cmd-init-home-dir
- 55ab550 fix: remove buildx caching from branch workflow
- 7de1880 fix: replace emptyAppOptions with tmpAppOptions and add tempDir helper logic
v10.0.0
Changelog
- 84457b5 Merge pull request #105 from xrplevm/feat/upgrade/evm-v0.5
- c9fd307 fix: update evm-sec-papyrus tag to v0.6.0-xrplevm.3
- 476e40c fix: update evm-sec-papyrus tag to v0.6.0-xrplevm.2
- 39271da Merge pull request #106 from xrplevm/feat/upgrade/evm-v0.6
- 0a032e5 fix: lint
- 35acace fix: ensure chain-id is preserved in client config
- e11d167 Merge pull request #107 from xrplevm/feat/upgrade/bump-package-to-v10
- c2971c7 fix: remove simulation tests from Dockerfile and workflows
- 4e9028c Merge remote-tracking branch 'origin/feat/upgrade/bump-package-to-v10' into feat/upgrade/bump-package-to-v10
- 150ddcc fix: comment proto registration to avoid conflicts
- 126fec9 Merge pull request #108 from xrplevm/feat/upgrade/add-ci-cd-workflows-for-private-repo
- b3cf7f4 fix: configure SSH for private Go modules in Dockerfile and workflows
- 75774d4 style: rename ibctransfer to transfer and ibctransferkeeper to transferkeeper
- f5a6511 fix: configure SSH for private Go modules in Dockerfile and workflows
- 0be93c3 Merge branch 'feat/upgrade/evm-v0.6' into feat/upgrade/bump-package-to-v10
- 5857430 chore: update evm-sec-papyrus version
- edee45c Merge branch 'feat/upgrade/evm-v0.6' into feat/upgrade/bump-package-to-v10
- 5ca551b Merge branch 'feat/upgrade/evm-v0.5' into feat/upgrade/evm-v0.6
- 85c379e fix: removed fixme comment
- 7a9d50d fix: removed fixme comment
- a1d15c1 fix: update proto generation
- 6082abe chore: migrate imports to use
v10module - 574f266 Merge branch 'feat/upgrade/evm-v0.5' into feat/upgrade/evm-v0.6
- 7718000 fix: rollback v9 upgrade handler logic and split upgrades
- 7af337c Merge branch 'feat/upgrade/evm-v0.5' into feat/upgrade/evm-v0.6
- 987044b fix: lint
- 3e757f5 fix: use local MustGetDefaultNodeHome
- 8117556 fix: use local MustGetDefaultNodeHome
- 61bb419 Merge branch 'feat/upgrade/evm-v0.5' into feat/upgrade/evm-v0.6
- d47dbf8 fix: remove comment for unprotected transactions removal (https://github.com/cosmos/evm/pull/415/changes)
- cf5f29a fix: remove comments and add Logging to EthAccount migration
- dc111eb Merge branch 'feat/upgrade/evm-v0.5' into feat/upgrade/evm-v0.6
- 10cea98 fix: missing upgrade handler registered & ante handler not being used
- fc51788 feat: upgrade cosmos/evm dependency to v0.6.0-sec-papyrus
- f222816 fix(cosmos-sdk): update dependency to xrplevm/cosmos-sdk v0.53.5-xrplevm.1
- 1f9c08e feat(upgrade): add v10 upgrade
- 043550a fix: update chain IDs and adjust app params for consistency
- a01cb3d Merge pull request #104 from xrplevm/feat/add-new-devnet-chain-id
- 9dac566 Merge pull request #103 from JordiParraCrespo/docs/update-readme-and-issue-templace-oudated-links
- 1cfd6c5 fix: update Devnet chain IDs and bump CometBFT version
- 83b3b97 docs: update links in README and issue template for EVM Sidechain
- 054c1b3 fix: update go releaser tag sorting
v9.0.3
What's Changed
- [TA-6040]: apply validator power check patch on cometbft (v9) by @GuillemGarciaDev in #99
- Update EVM Sidechain documentation links by @JordiParraCrespo in #103
- fix: update devnet chain id and bump cometbft version by @AdriaCarrera in #104
Full Changelog: v9.0.2...v9.0.3
v8.0.2
v8.0.2 - Security Update
This release includes a critical security fix addressing a consensus-level vulnerability affecting CometBFT.
The issue could, under specific conditions, impact network safety and liveness.
Action required:
No further technical details are being disclosed at this time to ensure network safety.