-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unstable_rpc: Add transactionBroadcast and transactionStop (#1497)
* unstable_rpc: Add transactionBroadcast and transactionStop Signed-off-by: Alexandru Vasile <[email protected]> * tests: Check transactionBroadcast works Signed-off-by: Alexandru Vasile <[email protected]> * testing: Enable default feature for subxt-signer Signed-off-by: Alexandru Vasile <[email protected]> * tests: Increase number of blocks to look for Signed-off-by: Alexandru Vasile <[email protected]> * Fix clippy for unneed let binds Signed-off-by: Alexandru Vasile <[email protected]> * Update subxt/src/backend/unstable/rpc_methods.rs Co-authored-by: Niklas Adolfsson <[email protected]> * tests: Adjust txBroadcast test Signed-off-by: Alexandru Vasile <[email protected]> * tests: Add test for txStop Signed-off-by: Alexandru Vasile <[email protected]> * tests: Ignore compact encoded lenght prefix Signed-off-by: Alexandru Vasile <[email protected]> --------- Signed-off-by: Alexandru Vasile <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
- Loading branch information
Showing
2 changed files
with
130 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters