-
Notifications
You must be signed in to change notification settings - Fork 29
test: live-backend harness for the contract suite (core + multisig) #673
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
Merged
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
782d5a9
test(multisig): add live-backend harness for shielded specs
0xisk a702e20
refactor(multisig): rename shielded presets by capability
0xisk 2bcf9ca
test(multisig): fund fourth signer on live harness
0xisk 9fdc3ee
fix(harness): share private state across signer aliases
0xisk 5f16965
fix(harness): re-sync wallet before balancing tx
0xisk 36fc6eb
test(multisig): raise live timeout for lifecycle specs
0xisk 29330cd
chore(harness): drop WIP coin-tracker plan doc
0xisk c122ecb
refactor(multisig): use one empty witnesses for test sims
0xisk d60d1c7
fix(harness): hex-pad the pooled wallet seed helper
0xisk dfd8dc3
feat(harness): per-worker wallet pools for parallel live runs
0xisk b080e7b
fix(harness): retry deploy once on submission error
0xisk 5488a82
test(multisig): share deploys in read-only groups
0xisk b515286
feat(harness): tag live-test output per worker
0xisk 94bc8b3
docs(contributing): document running live tests
0xisk ab052c0
fix(harness): don't retry 1010 node rejections
0xisk 402b784
feat(harness): guard live runs, fresh node + lock
0xisk 56f3f65
feat(harness): two-round live flake checker
0xisk 468cdcb
docs(contributing): live-run guard and verify flow
0xisk 39097f2
feat(harness): tag live result lines per worker
0xisk 94c60cf
feat(harness): unify live runs into one runner
0xisk 242e3e4
docs(contributing): document unified live runner
0xisk 7b4704a
docs(multisig): fix stale beforeEach reference in test comment
0xisk c12f1cf
fix(multisig): await treasury total getters sequentially
0xisk 788cfbc
fix(harness): stop provider when wallet init fails
0xisk 444e052
fix(harness): validate MIDNIGHT_*_PORT overrides
0xisk 193df27
test(harness): isolate default-port test from env
0xisk 7a15f98
fix(harness): build pooled wallets sequentially
0xisk d0477d8
build(turbo): add compile:archive to compile aggregate
0xisk 5edc75b
docs(contributing): document single-file live runs
0xisk 18db498
ci(live): add separate live test suite workflow
0xisk b2d5ef8
docs(contributing): document live tests in CI
0xisk 92bc078
ci(live): make dispatch category a choice input
0xisk 3bd22fa
feat(harness): add --list flag printing live-ready categories
0xisk 7a79258
ci(live): fan out one parallel job per category
0xisk 8cd046a
docs(contributing): note per-category live CI jobs
0xisk c49b9ea
feat(harness): surface live verdict in CI job summaries
0xisk c6984ef
ci(live): split artifacts and track nightly failures
0xisk bd8bc80
docs(contributing): note live CI summaries and artifacts
0xisk 6ec2940
build(turbo): drop unused test:live task and script
0xisk f10b4c9
docs(harness): explain why the live runner is not turbo
0xisk e7545af
build(harness): drop bundled dev-api rename
0xisk 24415bd
chore: update docs
0xisk e0b0169
ci: defer live-test workflow to a follow-up PR
0xisk 98188c0
ci: drop the live-CI subsection from CONTRIBUTING
0xisk 5f1e04b
fix(turbo): drop archive from aggregate compile
0xisk 3d40dd5
fix(make): scope env-up --wait to node+indexer
0xisk c70c1d9
refactor(multisig): revert preset rename
0xisk 23501f8
chore: drop corepack prefix from yarn commands
0xisk 7668f20
chore: drop redundant test:live:multisig script
0xisk 031a06a
fix(harness): reset node before each round-2 file
0xisk fedfa2a
test(multisig): group dry-only burn tests
0xisk 8d4307d
test(multisig): read proposal fields via getProposal
0xisk b943d63
test(harness): cover coin-tracker indexed resolution
0xisk 3aaf8d5
test(harness): assert port() rejects bad overrides
0xisk b403758
test(harness): prove pooled wallets build serially
0xisk 8aaaf63
docs(contributing): clarify test:live is a substring match
0xisk b29abc0
chore: update doc
0xisk 7f6e09e
build: realign with main's compile/lint rename after rebase
0xisk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.