-
Notifications
You must be signed in to change notification settings - Fork 4
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
use bt decode in runtime call #188
base: staging
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, but don't merge til passing with the branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small requested changes, overwise G2G
return result | ||
|
||
|
||
custom_rpc_type_registry = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be removed entirely?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be a bit redundant as the same thing is now pulled from the chain
…-in-runtime-call # Conflicts: # bittensor_cli/src/bittensor/async_substrate_interface.py # bittensor_cli/src/bittensor/subtensor_interface.py # bittensor_cli/src/bittensor/utils.py # bittensor_cli/src/commands/subnets.py # bittensor_cli/src/commands/wallets.py # requirements.txt
No description provided.