test: fund accounts in one transaction and raise integration concurrency - #2467
Merged
igamigo merged 25 commits intoAug 31, 2026
Merged
Conversation
Batches the funder's payments and the deploys' commit wait, and lifts the integration test group's thread cap from 2 to 4.
…n uses Extracts the native conversion info decision into one helper shared by transaction execution and note screening.
At 4 the per-test durations inflate ~1.65x and the network-transaction tests fail, so the rayon provers are outrunning the runner's cores.
… faucet The genesis accounts named the mock chain's fee faucet, so the ntx-builder could not execute their transactions and their notes went unconsumed.
Serializes a GenesisConfig with serde instead of concatenating TOML by hand, so adding fields no longer means escaping braces in a format string.
An account's funding note is held until it next transacts and consumed there, so one transaction deploys the account, funds it and does the test's work instead of a dedicated deploy plus a wait for it.
The CLI drives accounts from its own process, so the funds have to be in the vault, not in a note this client holds. The funder also waits for its payment to commit before releasing the wallet.
The node builds them on its own schedule, which stretches with load.
Tests that execute without submitting bypassed the injection and hit the fee with an empty vault.
igamigo
marked this pull request as ready for review
August 31, 2026 02:05
…rate The CLI, the bench and the integration tests all reached into the integration test binary for ClientConfig and the fee funder.
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.
TransactionRequest::with_auth_argsupports custom commitments.genesis.toml, CI node logs, workspacetoml, and correct AggLayer fee denomination.