Open
Conversation
E2E workflow stub
shamil-gadelshin
requested changes
Feb 24, 2026
Collaborator
There was a problem hiding this comment.
The workflow misses the papi descriptors step:
https://github.com/opentensor/subtensor/actions/runs/22347000232/job/64665829129
2cf308a to
805de46
Compare
shamil-gadelshin
previously approved these changes
Feb 26, 2026
Collaborator
shamil-gadelshin
left a comment
There was a problem hiding this comment.
Production build is much longer than release. I'll probably downgrade the fast build back to release later. Looks good!
Collaborator
Author
alright, just updated to release build |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a full E2E testing infrastructure using polkadot-api (papi) and sets up the MEV Shield test suite as the first consumer.
E2E infrastructure (
e2e/)e2e/with asharedutilities package and per-suite test packages.e2e/sharedprovides helpers for spawning multi-node networks, generating/patching chain specs, managing dev signers via polkadot-api, and a custom vitest sequencer for ordered test execution.setup_env.shto check/install prerequisites (nvm, node, pnpm, jq, yq).bootstrap_types.shto build the node binary and generate papi type descriptors without requiring dependencies to be installed first.bootstrap_package.shto scaffold new E2E test packages usingjq/yq./tmp/subtensor-e2e/<suite>/for easy bulk cleanup.MEV Shield E2E suite (
e2e/shield){ at: "best" }instead of the default"finalized"to avoid stale key issues caused by GRANDPA finalization lag.