You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: