Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 10:05
· 112 commits to main since this release

What's Changed

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 and NewSubmitRemoveValidatorProposalTxCmd 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

Full Changelog: v1.0.0-beta.0...v2.0.0