gear icon indicating copy to clipboard operation
gear copied to clipboard

Test staking/bonding/nominating mechanism

Open shamilsan opened this issue 3 years ago • 1 comments

After https://github.com/gear-tech/wiki/issues/282.

Need to be sure all staking mechanisms work as they should.

In the second stage, we need to test the full staging workflow: airdrop, nominating, elections, staking, and rewards.

shamilsan avatar Sep 27 '22 09:09 shamilsan

I'm thinking of can we implement the staking related logic outside of runtime/gear/src/lib.rs or runtime/vara/src/lib.rs ( even in the common crate via shared traits ) since this part of logic takes too much space in the runtime logic and these are not what we are mainly working on

clearloop avatar Oct 11 '22 18:10 clearloop

Fixed in #1843

breathx avatar Dec 08 '22 12:12 breathx