8318002b0a
* Passing proxy value when attempting to compound delegator reward * Do not attempt to delegate reward to mixnode if its zero * Additional guards against sending 0 tokens * Removed sign of sloppiness * Fixes to rewards and delegation events storage * Remove block count check, epoch cannot be advanced while in progress * Add reward compound ops to vesting contract * Migration to remove 0 value delegationns Co-authored-by: durch <durch@users.noreply.github.com>
Nym vesting contract
- Initial vesting tokens are deposited and assigned to existing addresses via
CreatePeriodicVestingAccount - Admin account can then delegate vested and unvested tokens to mixnodes on behalf of vesting accounts
- Vesting accounts can withdraw vested and undelegated (spendable) coins to their addresses
