-
Notifications
You must be signed in to change notification settings - Fork 129
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
Tests for on-demand relays #2413
Comments
The prototype is in this branch: https://github.com/paritytech/parity-bridges-common/compare/test-client-prototype The biggest problem is that at the client level we don't know what the transaction is about and can't update our testing state accordingly (this is also slightly related to the #2446). Possible solutions are:
So I'm still exploring UPD: concept is here: https://github.com/paritytech/parity-bridges-common/compare/relay-level-runtime-calls. It is the (start of) impl of second option from above. Can't open PR, because new client is currently reverted |
So the solution for previous comment is definitely introducing some relay-level calls and not only calls - we also want to read storage values with meaningful keys. So at client level instead of So some intermediate "results" of working on this issue (I'll probably take a break here and switch on some other task):
|
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.1.1...v4.1.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@svyatonik to re-check and continue if needed |
superseded by #3002 |
Follow up for #2129 and #2135. Let's start implementing new
TestingClient
and add missing tests for on-demand relays (parachain and headers).The text was updated successfully, but these errors were encountered: