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

API/INIT: RPC methods not decorated #94

Closed
minzak opened this issue Mar 16, 2023 · 4 comments
Closed

API/INIT: RPC methods not decorated #94

minzak opened this issue Mar 16, 2023 · 4 comments

Comments

@minzak
Copy link

minzak commented Mar 16, 2023

When I run staking-payouts I got some errors:

2023-03-16 15:59:10        API/INIT: RPC methods not decorated: chainHead_unstable_body, chainHead_unstable_call, chainHead_unstable_follow, chainHead_unstable_genesisHash, chainHead_unstable_header, chainHead_unstable_stopBody, chainHead_unstable_stopCall, chainHead_unstable_stopStorage, chainHead_unstable_storage, chainHead_unstable_unfollow, chainHead_unstable_unpin, mmr_root, mmr_verifyProof, mmr_verifyProofStateless, transaction_unstable_submitAndWatch, transaction_unstable_unwatch
2023-03-16 15:59:10        API/INIT: polkadot/9370: Not decorating runtime apis without matching versions: TransactionPaymentApi/2 (1 known), TransactionPaymentCallApi/2 (1 known)
2023-03-16 15:59:13 [payouts] info: Exiting ...

In my case it was:
node /opt/staking-payouts/build/index.js ls -w wss://rpc.polkadot.io -S /opt/addr.json

# node --version
v16.18.1

# yarn --version
1.22.19
@emostov
Copy link
Member

emostov commented Mar 16, 2023

Those are warnings and normally not an issue since we don't use those RPC methods. But try out the latest release I just cut, https://github.com/canontech/staking-payouts/releases/tag/v1.4.7, there should be less undecorated methods for polkadot

@minzak
Copy link
Author

minzak commented Mar 16, 2023

Yes, now is better, only left this:
API/INIT: RPC methods not decorated: mmr_root, mmr_verifyProof, mmr_verifyProofStateless

@emostov
Copy link
Member

emostov commented Mar 16, 2023

Yup, thats ok. To clarify, do you see any issues with actually detecting payouts or submitting payout transaction?

@minzak
Copy link
Author

minzak commented Mar 16, 2023

For now can't check more details.
When Stake is returned and will be issue, i write here, or in new ticket, but now is ok.

@minzak minzak closed this as completed Mar 16, 2023
@canontech canontech deleted a comment Mar 20, 2023
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

2 participants