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

Darwinia setup #16

Open
Curu24 opened this issue Sep 9, 2021 · 0 comments
Open

Darwinia setup #16

Curu24 opened this issue Sep 9, 2021 · 0 comments

Comments

@Curu24
Copy link

Curu24 commented Sep 9, 2021

Hi,
I'm trying to use this tool for the Darwinia network, but not sure if I set up the config right.
Here's my config file:

[Defaults]
RPCURL = wss://rpc.darwinia.network
Network = darwinia
DepthEras = 10
MinEras = 5
SigningAccount=controller_account_address
SigningMnemonic="word word word word word word word word word word word word"

[darwinia_stash_address]

And this is the error I'm getting:

substrate-payctl$ payctl list
Traceback (most recent call last):
File "/home/curu/.local/bin/payctl", line 8, in
sys.exit(main())
File "/home/curu/.local/lib/python3.8/site-packages/payctl/payctl.py", line 189, in main
cmd_list(args, config)
File "/home/curu/.local/lib/python3.8/site-packages/payctl/payctl.py", line 30, in cmd_list
eras_payment_info = get_eras_payment_info_filtered(
File "/home/curu/.local/lib/python3.8/site-packages/payctl/utils.py", line 98, in get_eras_payment_info_filtered
eras_payment_info = get_eras_payment_info(substrate, start, end)
File "/home/curu/.local/lib/python3.8/site-packages/payctl/utils.py", line 69, in get_eras_payment_info
eras_validator_rewards = get_eras_validator_rewards(substrate, start, end)
File "/home/curu/.local/lib/python3.8/site-packages/payctl/utils.py", line 49, in get_eras_validator_rewards
validator_rewards = substrate.query(
File "/home/curu/.local/lib/python3.8/site-packages/substrateinterface/base.py", line 1494, in query
obj = ScaleDecoder.get_decoder_class(
File "/home/curu/.local/lib/python3.8/site-packages/scalecodec/base.py", line 492, in get_decoder_class
raise NotImplementedError('Decoder class for "{}" not found'.format(type_string))
NotImplementedError: Decoder class for "RingBalance" not found

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

1 participant