You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two things that need to happen for compatibility with rao:
Right away: Update interface of add_stake and remove_stake methods so that it can accept netuid parameter and only accept root ID for now. Revert if netuid is not root.
After rao is out: Respect netuid parameter and stake to the corresponding netuid.
For the second item, please base your changes on feat/rao-devnet-ready-2 and make the PR to it.
The text was updated successfully, but these errors were encountered:
Staking precompile is implemented here:
https://github.com/opentensor/subtensor/blob/feat/evm-devnet-ready/runtime/src/precompiles/staking.rs
https://github.com/opentensor/subtensor/blob/feat/evm-devnet-ready/runtime/src/precompiles/solidity/staking.sol
https://github.com/opentensor/subtensor/blob/feat/evm-devnet-ready/runtime/src/precompiles/solidity/staking.abi
There are two things that need to happen for compatibility with rao:
For the second item, please base your changes on
feat/rao-devnet-ready-2
and make the PR to it.The text was updated successfully, but these errors were encountered: