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

unstable_rpc: Add transactionBroadcast and transactionStop #1497

Merged
merged 9 commits into from
Mar 26, 2024

Commits on Mar 21, 2024

  1. unstable_rpc: Add transactionBroadcast and transactionStop

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bdd1e8a View commit details
    Browse the repository at this point in the history
  2. tests: Check transactionBroadcast works

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f9283b2 View commit details
    Browse the repository at this point in the history
  3. testing: Enable default feature for subxt-signer

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    85d6c77 View commit details
    Browse the repository at this point in the history
  4. tests: Increase number of blocks to look for

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6d3c786 View commit details
    Browse the repository at this point in the history
  5. Fix clippy for unneed let binds

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    06ae5e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Update subxt/src/backend/unstable/rpc_methods.rs

    Co-authored-by: Niklas Adolfsson <[email protected]>
    lexnv and niklasad1 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a211e98 View commit details
    Browse the repository at this point in the history
  2. tests: Adjust txBroadcast test

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9b29a2e View commit details
    Browse the repository at this point in the history
  3. tests: Add test for txStop

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2155373 View commit details
    Browse the repository at this point in the history
  4. tests: Ignore compact encoded lenght prefix

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b05a938 View commit details
    Browse the repository at this point in the history