gztensor
gztensor
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: - [ ] Right away: Update interface of add_stake and...
### Tasks - [ ] Update staking precompile to handle staking to subnets
Currently here: https://github.com/gztensor/subtensor-js-tests Tests: - [x] Connection can be established - [x] Block number can be read - [x] Can deploy a smart contract - [ ] Verification of ed25519...
This is a feature request from const: The ability for the subnet owner to upload a set of hyper parameters for the subnet. Something that the validators can easily verify...
## Description Add EVM functionality to the chain ## Related Issue(s) n/a ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...
### Description of the Change Modified e2e tests to check that - Non-zero transaction fee is applied for balance transfers - No transaction fee is applied for add_stake extrinsic ###...
When user inputs a wrong password to unlock the wallet, bittensor throws and all user input is lost. This PR fixes this issue.