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

Support archive_unstable_call #865

Closed
Tbaut opened this issue Dec 10, 2024 · 2 comments · Fixed by #869
Closed

Support archive_unstable_call #865

Tbaut opened this issue Dec 10, 2024 · 2 comments · Fixed by #869

Comments

@Tbaut
Copy link
Contributor

Tbaut commented Dec 10, 2024

While all the archive_unstable_ were quite straightforward so far, I'd like to support another call we're using in Multix archive_unstable_call which we use to call the metadata_metaddata at a specific block hash:

client
  ._request<{
    result: HexString
  }>('archive_unstable_call', [blockHash, 'Metadata_metadata', ''])
  .then((x) => opaqueMetadata(x.result)[1])

Here's the implementation: paritytech/polkadot-sdk#1582

@Tbaut
Copy link
Contributor Author

Tbaut commented Dec 17, 2024

Any pointer for this one?

@xlc
Copy link
Member

xlc commented Dec 17, 2024

looks like just an alias of state_call?

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

Successfully merging a pull request may close this issue.

2 participants