-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Paranets #245
[FEATURE] Paranets #245
Conversation
…ated logic to the Paranet contract
…d Paranet events and additional events in Profile contract
@u-hubar It appears addStake function will be removed from Staking and StakingV2 ABIs. Not sure what would be used as a replacement for regular staking process. Anyway, that change will make these ABIs incompatible with current chain data, as addStake is used at the moment. Would be nice to keep it there. When AccumulatedOperatorFeeRestaked is emitted in Profile, i assume regular staking events like stake_increased and shares_minted are also emitted. Correct? Would it be possible to make AccumulatedOperatorFeeWithdrawalStarted event in Profile similar to StakeWithdrawalStarted and show old_accumulated_operator_fee and new_accumulated_operator_fee. It's a bit easier to track it that way, than only using amount value. |
The function I changed the name for was never used for manual staking, there is a separate function with the same name for that. Anyways, I will revert back the name change just to keep things less complicated. Correct. New will always be 0 as there is no choice of how much to withdraw/restake, it always takes full amount. I can add possibility to choose amount if needed, just didn't really see the reason for why it would be useful |
…tedOperatorFee restaking function name
@u-hubar Restake/withdraw amount. If there is a delay, custom amount might make sense:
|
…operator fees, updated related events
…etadata Reworked updated KA Paranet metadata handling
Changed the way votersRegistrar is initialized in the ParanetIncentivesPool
… added unstake of inactive tokens without delay, removed redundant operator
[IMPROVEMENT] Paranets improvements
…updated ParanetNeuroIncentivesPool not to rely on the receive function and included additional getters
[BUG] Fix for isProposalVoter
…esPool + limits for specific role rewards, removed redundant code duplication in the Paranet contract to decrease contract size
…tion-separation [IMPROVEMENT] Paranet Improvements #2
…able reward calculation
…es-calculation [IMPROVEMENT] Paranet improvements #3
No description provided.