-
Notifications
You must be signed in to change notification settings - Fork 348
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
Async Substrate #1958
Async Substrate #1958
Conversation
9646b44
to
111c507
Compare
…equest' into feature/thewhaleking/async-rpc-request
…ake use of reuse last block hash cache.
…equest' into feature/thewhaleking/async-rpc-request
…leking/async-rpc-request # Conflicts: # bittensor/subtensor.py # bittensor/utils/async_substrate.py
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.
I left some list of comments. I just want us to adhere to standard, which we ourselves developed and adopted. We do not know how long we will have to work with this module and when the official release of Async SubstrateInterface will appear. Adhering to a coding standard will help us interact with this large codebase more easily and quickly.
Overall this is a stunning and excellent implementation 👍.
Thanks for this!
I opened the PR and executed the |
Create an asyncio compatible RPC request functionality to replace that used by pysubstrate-interface.