Devnet PoC v0.1.0
What's Changed
- [Staking] Rename variable & remove unnecessary variable by @ducthotran2010 in #4
- [Staking/Validator] Add bonus per block by @ducthotran2010 in #7
- [Staking] Fix contract events and add test cases by @ducthotran2010 in #6
- Add integration test. Fix minor bugs in contracts and other tests. by @nxqbao in #5
- [Slash] Add governanceAdmin in initializing contract by @nxqbao in #9
- Add
fixture
for integration test. AddbonusAmount
forBlockRewardSubmitted
event by @nxqbao in #10 - Validator set contract excludes under balance validators in updating set by @nxqbao in #11
- Refine structure & optimize gas cost by @ducthotran2010 in #12
- Fix getter of governanceAdmin by @nxqbao in #13
- Add github action to dpos by @huyngopt1994 in #14
- Update emit arguments for the event
SettledRewardUpdated
by @ducthotran2010 in #16 - [Staking/Validator] Refine structures & fix TODO by @ducthotran2010 in #18
- Add prioritized validators. Filter prioritized validators when updating validator set. by @nxqbao in #15
- Add scheduled maintenance contract by @ducthotran2010 in #17
- Implement double signing slash by @nxqbao in #19
- [Validator] Fix epoch index & order of deleting by @ducthotran2010 in #21
- Add renounce function by @ducthotran2010 in #20
New Contributors
- @huyngopt1994 made their first contribution in #14
Full Changelog: v0.0.1...v0.1.0