gear
gear copied to clipboard
Test staking/bonding/nominating mechanism
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.
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
Fixed in #1843