-
Notifications
You must be signed in to change notification settings - Fork 319
migrate contract e2e #2716
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
base: devnet-ready
Are you sure you want to change the base?
migrate contract e2e #2716
Changes from all commits
204908c
8959e8f
faaf273
5ed2219
62e1210
2987050
5ffa344
b1718a8
86ffee7
cdf5a5e
d4903cd
519d0e4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -13,3 +13,16 @@ onlyBuiltDependencies: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - protobufjs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - sqlite3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - ssh2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # Allow exotic subdependencies (needed for toml dependency) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| allowExoticSubdeps: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| allowBuilds: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '@biomejs/biome': set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| '@parcel/watcher': set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cpu-features: set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| esbuild: set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| msgpackr-extract: set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| protobufjs: set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sqlite3: set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ssh2: set this to true or false | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+20
to
+28
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LOW] Resolve The new
Suggested change
Comment on lines
+20
to
+28
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LOW] Resolve This
Comment on lines
+20
to
+28
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LOW] Resolve The
Comment on lines
+21
to
+28
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LOW] Resolve These entries are still the literal placeholder strings from
Comment on lines
+21
to
+28
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [LOW] Resolve These literal placeholder strings are still committed under
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MEDIUM] Wire the new EVM suite into CI
This registers a new
zombienet_evmMoonwall suite, but.github/workflows/typescript-e2e.ymlstill only runsdev,zombienet_shield,zombienet_staking,zombienet_coldkey_swap, andzombienet_subnets. As written, the migrated EVM test can go stale because PR CI never invokespnpm moonwall test zombienet_evm.Add
zombienet_evmto therun-e2e-testsmatrix, likely against the release binary unless there is a specific fast-runtime reason.