Open vzotova opened 11 months ago
Solidity API documentation preview available in the artifacts of the https://github.com/threshold-network/solidity-contracts/actions/runs/7011406420 check.
Solidity API documentation preview available in the artifacts of the https://github.com/threshold-network/solidity-contracts/actions/runs/7011594546 check.
Solidity API documentation preview available in the artifacts of the https://github.com/threshold-network/solidity-contracts/actions/runs/7011601971 check.
Do we still need the @keep-network/keep-core
dependency in package.json
?
Do we still need the
@keep-network/keep-core
dependency inpackage.json
?
Didn't find any usage so removed, @michalinacienciala could you check please that nothing needed was not removed?
Solidity API documentation preview available in the artifacts of the https://github.com/threshold-network/solidity-contracts/actions/runs/7021124328 check.
Solidity API documentation preview available in the artifacts of the https://github.com/threshold-network/solidity-contracts/actions/runs/7036583518 check.
Bye bye, legacy staking 👋
Please, lmk when the new version of the contract is deployed since it will require some update on subgraphs.
Just a question: why the struct
StakingProviderInfo
inTokenStaking.sol
is still keepingnuInTStake
andkeepInTStake
?
otherwise data layout will be corrupted and other values would not be get correctly. knowing that those slots are 0 we can theoretically reuse them for something new but I'd avoid it too
Now when all legacy token unstaked we don't need any support of it. All methods related to legacy were removed including new one to force unstake.