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

Add ability to iterate over N map storage keys #537

Merged
merged 11 commits into from
May 27, 2022
Merged

Add ability to iterate over N map storage keys #537

merged 11 commits into from
May 27, 2022

Commits on May 11, 2022

  1. Update polkadot.rs

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 11, 2022
    Configuration menu
    Copy the full SHA
    0334ee4 View commit details
    Browse the repository at this point in the history
  2. Update artifacts

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 11, 2022
    Configuration menu
    Copy the full SHA
    81d39df View commit details
    Browse the repository at this point in the history
  3. Change CLI default to bytes

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a488a82 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. subxt: Storage query example

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 12, 2022
    Configuration menu
    Copy the full SHA
    55b0429 View commit details
    Browse the repository at this point in the history
  2. Update storage_query example with different alternatives

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9402f07 View commit details
    Browse the repository at this point in the history
  3. rpc: Make calls with StorageKey instead of the prefix

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 12, 2022
    Configuration menu
    Copy the full SHA
    85b0cfd View commit details
    Browse the repository at this point in the history
  4. Examples: Add double map storage iteration

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 12, 2022
    Configuration menu
    Copy the full SHA
    3f0c9f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de8bcf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    864f543 View commit details
    Browse the repository at this point in the history
  7. examples: Use tracing_subscriber for logs

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2060700 View commit details
    Browse the repository at this point in the history
  8. Fix clippy

    Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
    lexnv committed May 12, 2022
    Configuration menu
    Copy the full SHA
    abbcff6 View commit details
    Browse the repository at this point in the history