Skip to content

feat: add extra withdrawal request for pre-funding - #146

Merged
benaadams merged 5 commits into
devnets/bal/6from
fund-via-withdrawal
May 19, 2026
Merged

feat: add extra withdrawal request for pre-funding#146
benaadams merged 5 commits into
devnets/bal/6from
fund-via-withdrawal

Conversation

@LouisTsai-Csie

@LouisTsai-Csie LouisTsai-Csie commented May 18, 2026

Copy link
Copy Markdown
Collaborator

This is based on PR #144 , but based on devnets/bal/6 branch.

Features:
Add 15K pre-funding account via injecting withdrawal request only in funding block. commit 15ad8f6 ensures the request only happens in funding, not gas bumping phase.

The funding account starting from this private key with 15K accounts.

# Deterministic sender pool of 15K accounts.
# Funded via system contract withdrawals (funding.txt) in payload generation.
# Placed outside pre-allocation to ensure accounts remain uncached.
SENDER_BASE_KEY = (
    0x1111111111111111111111111111111111111111111111111111111111111111
)

In the last commit, i drop the combination of compute benchmark on perf-devnet-3, confirmed by Maria

Screenshot 2026-05-20 at 12 12 51 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants