Thomas Niederberger
Thomas Niederberger
We should discuss and document how/if we want to support breaking changes (such as #777) by providing backwards compatibility. Some considerations: - The code gets cluttered quickly if there are...
The functions we test in `unstable_rpc_api_calls.rs` were stabilized: https://github.com/paritytech/polkadot-sdk/issues/1156 https://github.com/paritytech/polkadot-sdk/issues/1508 We should provide these functions as actual API functions.
The trait has a already quite a few functions and it keeps getting more. The problem is that the trait covers a variety of use-cases that lead to a combinatoric...
- Move Retracted enum value from `UnexpectedTxStatus` to `XtStatus` - Provide is_final method for `TransactionStatus` - Currently not used, but I think it makes sense to provide it - Return...
`polkadot-sdk` change to a different naming schema for their releases: https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-stable2407 We should look into what this means for us. Should we also change the naming of our releases and...