v2.0.0
What's Changed
- Restore message routes from current devnet by @AdriaCarrera in #2
- Upgrade cosmos sdk v0.47 with evmos v15 by @AdriaCarrera in #6
- Add cosmovisor support by @AdriaCarrera in #11
- Update github templates by @JordiParraCrespo in #18
- Remove eip 3855 during chain upgrade by @AdriaCarrera in #22
- Add tm ibc client to fix v2 upgrade by @AdriaCarrera in #23
- Disable authz staking messages by @AdriaCarrera in #24
Audit issues resolved
- POA-01: Move File
genesis.go
Used to Init/Export Genesis State to Keeper by @jpeersyst in #9 - EVE-01: Fix Duplicated Event Attribute Names by @jpeersyst in #10
- KEK-02: Add Missing Validation of Authority Account in
NewKeeper()
by @jpeersyst in #12 - TXC-01: Add Proposal Informationin Proposals to Add and Remove Validator by @jpeersyst in #13
- TXC-02: Fix Inaccurate Examples in
NewSubmitAddValidatorProposalTxCmd
andNewSubmitRemoveValidatorProposalTxCmd
by @jpeersyst in #14 - TYP-01: Fix Unchecked Error of Function
sdk.AccAddressFromBech32()
by @jpeersyst in #15 - APP-01: Remove distribution module by @jpeersyst in #7
- KEK-01: Fix Incomplete Removal of Validator Information in
ExecuteRemoveValidator()
by @jpeersyst in #8 - KEK-03: Insufficient Check When Adding And Removing Validator In
poa
Module by @AdriaCarrera in #16 - KEK-04: Init PoA Module Account by @jpeersyst in #20
- APP-01: Distribution Module Account Invariant Could Be Broken Due to Its Capability of Receiving External Coins by @AdriaCarrera in #21
New Contributors
- @jpeersyst made their first contribution in #9
- @JordiParraCrespo made their first contribution in #18
Full Changelog: v1.0.0-beta.0...v2.0.0