-
Notifications
You must be signed in to change notification settings - Fork 15
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
[BUG] Standalone node polkadotjs apps UI types issue #66
Comments
drewstone
changed the title
[ISSUE] Standalone node polkadotjs apps UI types issue
[BUG] Standalone node polkadotjs apps UI types issue
Jan 10, 2022
Being tracked now here: polkadot-js/apps#6840 |
Has the keygen succeeded? We should restart testnet too to be sure.
…On Wed, Jan 19, 2022 at 10:36 AM nepoche ***@***.***> wrote:
Looks like it was fixed - but now chainstate queries for dkg related
things are not returning proper values:
[image: Screen Shot 2022-01-19 at 11 35 41 AM]
<https://user-images.githubusercontent.com/16654909/150163468-d34c987e-cd5b-4737-b107-ba2b73ed4744.png>
—
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADELLF5O5XUXQGC64CLTDLLUW3K65ANCNFSM5LTZTM2A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
This issue was found while working on a testnet deployment on branch
nathan/dkg-testnet
.3 Validator nodes were spun up and are able to communicate and produce blocks at endpoints:
wss://testnet1.webb.tools
wss://testnet2.webb.tools
wss://testnet3.webb.tools
Observed Behavior
While attempting some queries on the dkg pallet through the apps UI, the UI will hit an error. The below error is shown when attempting to select the
dkgPublicKey()
option under dkg pallet for chain state queries:Note: some chain state queries such as authorities() work as expected, but the above
dkgPublicKey()
errors.Expected Behavior
The DKG public key should be queried and presented on the apps UI.
The text was updated successfully, but these errors were encountered: