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

Provide async support for direct request/response communication #521

Merged
merged 22 commits into from
Apr 20, 2023

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    80bf9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    368028c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4caaad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e32b7ac View commit details
    Browse the repository at this point in the history
  5. Fix Cargo.toml formatting

    Niederb committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1260997 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac270e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Put comments back in

    Niederb committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f642b75 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Provide two implementations of the compose_extrinsic macro: One wit…

    …h async and the other one sync
    Niederb committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2a809e0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into tn/async-experiment

    # Conflicts:
    #	Cargo.lock
    #	src/api/rpc_api/author.rs
    #	src/api/rpc_api/chain.rs
    #	src/api/rpc_api/events.rs
    #	src/api/rpc_api/frame_system.rs
    #	src/api/rpc_api/pallet_transaction_payment.rs
    #	src/api/rpc_api/state.rs
    Niederb committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d3c6189 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    Niederb committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2737a77 View commit details
    Browse the repository at this point in the history
  4. Fix taplo formatting

    Niederb committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    07457d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    8954b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f99a94 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into tn/async-experiment

    # Conflicts:
    #	src/api/rpc_api/chain.rs
    Niederb committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ea07799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9631d9 View commit details
    Browse the repository at this point in the history
  5. Try again with single quotes

    Niederb committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f75b4ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a5813d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e4bf3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8fb72f View commit details
    Browse the repository at this point in the history
  9. Improve documentation

    Niederb committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    72dc009 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Bigna Härdi <73821294+haerdib@users.noreply.github.com>
    Niederb and haerdib authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    02e124f View commit details
    Browse the repository at this point in the history
  11. Fix formatting

    Niederb committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b410e95 View commit details
    Browse the repository at this point in the history