feat(solidity): improve Sepolia deploy behavior and wallet registry flows#4000
Open
lionakhnazarov wants to merge 2 commits into
Open
feat(solidity): improve Sepolia deploy behavior and wallet registry flows#4000lionakhnazarov wants to merge 2 commits into
lionakhnazarov wants to merge 2 commits into
Conversation
Isolates CI and dependency-management groundwork needed for testnet4/Sepolia work so follow-up PRs can focus on runtime and deployment behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced May 25, 2026
…andom-beacon Adjusts hardhat/deploy scripts, WalletRegistry behavior/tests, and external random-beacon export deploy scripts so Sepolia deployment and verification paths match the new stack expectations. Co-authored-by: Cursor <cursoragent@cursor.com>
cef3185 to
e1bca45
Compare
8e4fea1 to
23b83ce
Compare
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.
Stack Context
This is PR 2/4 in the reorganization stack.
Base: #3999 (
stack/testnet4-01-ci-yarn)Next: #4001
What Changed
1) ECDSA deploy/runtime logic
solidity/ecdsa/contracts/WalletRegistry.solsolidity/ecdsa/deploy/00_resolve_reimbursement_pool.tssolidity/ecdsa/deploy/00_resolve_token_staking.tssolidity/ecdsa/deploy/01_deploy_ecdsa_sortition_pool.tssolidity/ecdsa/deploy/02_deploy_dkg_validator.tssolidity/ecdsa/deploy/03_deploy_wallet_registry.tssolidity/ecdsa/deploy/07_approve_wallet_registry.tssolidity/ecdsa/deploy/09_deploy_wallet_registry_governance.tssolidity/ecdsa/deploy/etherscanVerification.tssolidity/ecdsa/hardhat.config.tssolidity/ecdsa/tasks/initialize-wallet-owner.ts2) ECDSA test/fixture/type updates
solidity/ecdsa/test/WalletRegistry.Authorization.test.tssolidity/ecdsa/test/WalletRegistry.CustomErrors.test.tssolidity/ecdsa/test/WalletRegistry.Rewards.test.tssolidity/ecdsa/test/WalletRegistry.Slashing.test.tssolidity/ecdsa/test/WalletRegistry.Upgrade.test.tssolidity/ecdsa/test/WalletRegistry.WalletCreation.test.tssolidity/ecdsa/test/WalletRegistryGovernance.test.tssolidity/ecdsa/test/fixtures/index.tssolidity/ecdsa/test/utils/operators.tssolidity/ecdsa/types/TokenStaking.extensions.d.tssolidity/ecdsa/types/chai.d.ts3) Random beacon deploy/config/test alignment
solidity/random-beacon/deploy/05_approve_random_beacon_in_token_staking.tssolidity/random-beacon/hardhat.config.tssolidity/random-beacon/test/RandomBeacon.Authorization.test.tssolidity/random-beacon/test/RandomBeacon.Callback.test.tssolidity/random-beacon/test/RandomBeacon.GroupCreation.test.tssolidity/random-beacon/test/RandomBeacon.Relay.test.tssolidity/random-beacon/test/RandomBeacon.Rewards.test.tssolidity/random-beacon/test/system/e2e.test.tssolidity/random-beacon/test/fixtures/index.tssolidity/random-beacon/test/utils/operators.tssolidity/random-beacon/types/TokenStaking.extensions.d.ts4) Embedded export deploy scripts for ECDSA external random-beacon export
solidity/ecdsa/external/random-beacon-export/deploy/01_*.js ... 09_*.jsOut of Scope
deployments/sepoliaJSON snapshots (handled in chore(deployments): add Sepolia deployment artifacts #4001).Test Plan
cd solidity/ecdsa && yarn testcd solidity/random-beacon && yarn test