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

Feature: Add dry run CLI and use it in register_account_role #3992

Merged
merged 4 commits into from
Sep 19, 2023

Commits on Sep 13, 2023

  1. Added a "dry run" rpc call that calls the substrate rpc, which

    dry runs a runtime call
    
    Added a new dry run CLI function, which takes a RuntimeCall and returns the result.
    
    Register account role will now do a dry run and return immediately if
    it runs into an error
    syan095 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ebc726f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merged from Main

    syan095 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8ec4716 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    02a0190 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    5ca46b4 View commit details
    Browse the repository at this point in the history