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

rpc: Enable transaction_unstable_broadcast RPC V2 API #3713

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

lexnv
Copy link
Contributor

@lexnv lexnv commented Mar 15, 2024

This PR enables the transaction_unstable_broadcast and transaction_unstable_stop RPC API.

Since the API is unstable, we don't need to expose this in the release notes.

After merging this, we could validate the API in subxt and stabilize it.

Spec PR that stabilizes the API: paritytech/json-rpc-interface-spec#139

cc @paritytech/subxt-team

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
@lexnv lexnv added A1-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). R0-silent Changes should not be mentioned in any release notes I5-enhancement An additional feature request. D0-easy Can be fixed primarily by duplicating and adapting code by an intermediate coder. labels Mar 15, 2024
@lexnv lexnv self-assigned this Mar 15, 2024
@lexnv lexnv added this pull request to the merge queue Mar 19, 2024
Merged via the queue into master with commit 923f27c Mar 19, 2024
128 of 132 checks passed
@lexnv lexnv deleted the lexnv/enable-tx-api branch March 19, 2024 14:23
dharjeezy pushed a commit to dharjeezy/polkadot-sdk that referenced this pull request Mar 24, 2024
)

This PR enables the `transaction_unstable_broadcast ` and
`transaction_unstable_stop` RPC API.

Since the API is unstable, we don't need to expose this in the release
notes.

After merging this, we could validate the API in subxt and stabilize it.

Spec PR that stabilizes the API:
paritytech/json-rpc-interface-spec#139

cc @paritytech/subxt-team

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A1-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). D0-easy Can be fixed primarily by duplicating and adapting code by an intermediate coder. I5-enhancement An additional feature request. R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants