-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Milestone
Description
We need a view method in staking precompile that allows to get stake by hotkey, coldkey, and netuid (only accept root ID for netuid for now, but it will need to change when we release rao).
In Solidity/EVM Substrate keys are represented as bytes32 public keys.
Comment: If a H160 address stakes, there's still a 32 byte public key that represents it in stake map in subtensor pallet, so there is no need to allow accessing stake map by H160 address in addition to 32 byte substrate public key.
Acceptance Criteria:
- Precompile has view method that returns stake
- Precompile ABI is updated
- Precompile Solidity file is updated
- JS e2e test
- Documentation is updated at https://docs.bittensor.com/evm-tutorials/ (work with @rajkaramchedu)
Metadata
Metadata
Assignees
Labels
No labels