-
Notifications
You must be signed in to change notification settings - Fork 664
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
Extract RPC API client into a standalone project #1905
Comments
As discussed with Near developers it would be nice if we have cleanly extracted RPCUser without pulling too many dependencies from nearcore. Specifically, that would allow us to compile tests that use RPCUser with stable instead of nightly. |
This issue is quite involving, and required quite some refactoring and restructuring: |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
Update on this: we've successfully completed the task as defined in the original comment as we do now have the new However, the higher-level |
I feel we can close this issue on nearcore side now, and next quarter we will lay out the plans about |
Our current restaking tool uses RPC client that was designed to work for testing only. We should extract it into a separate proper RPC client for node.
Following the example, the name on GitHub should be
near-api-rs
, Crates.io -near-api
, Rustuse
namespace -near_api
.The text was updated successfully, but these errors were encountered: