-
Notifications
You must be signed in to change notification settings - Fork 14
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
Expose parachain-staking methods to RPC in all runtimes #350
Conversation
@ebma should we already create ticket for this on the portal? |
@prayagd a ticket to employ the exposed functions? Sure, we can create that if it does not yet exist. Note that we need to redeploy the collator nodes on each network for this to take effect though, so merging this PR does not immediately unblock the work on the Portal. |
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.
Ready for merge once the conflicts are resolved
CI is failing, let's fix that first |
This reverts commit 0bec85d.
Now it should be good! |
b6614ae
to
548e843
Compare
@pendulum-chain/product: This PR adds changes to the node client code that require a redeployment of the collator nodes to take effect.
Please ensure that the collator nodes are redeployed after this PR is merged.
This PR adds
get_unclaimed_staking_rewards
andget_staking_rates
methods fromparachain-staking
to the RPC configuration and allows them to be called.