Skip to content
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

RPC Testing #577

Closed
3 tasks
sam0x17 opened this issue Jun 25, 2024 · 0 comments
Closed
3 tasks

RPC Testing #577

sam0x17 opened this issue Jun 25, 2024 · 0 comments
Assignees

Comments

@sam0x17
Copy link
Contributor

sam0x17 commented Jun 25, 2024

Description

There are currently two bug with the RPC we need to resolve , in order to unblock the stao workstream. While the bugs are the main blocker, we are taking this opportunity to also write tests for the RPCS

Get all stake for cold key

This RPC currently returns the following error :

2024-03-29 08:14:34        RPC-CORE: getAllStakeInfoForColdKey(coldkeyAccountVec: Vec<u8>, at?: Option<BlockHash>): Vec<u8>:: createType(Vec<u8>):: Bytes length 421326324 exceeds 10485760
Error: createType(Vec<u8>):: Bytes length 421326324 exceeds 10485760

Get Neuron In Lite.

There is currently a bug in the python project that when a neuron is registered and multiple hot keys are staked , adding stake to an individual hot key add to all the hot keys balance.

Acceptance Criteria

  • All RPC endpoints fully covered.
  • Stake Info bug fixed.
  • Neuron lite bug fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants