feat: e2e-testing setup with local push node environment #210
Open
AryaLanjewar3005 wants to merge 42 commits intomainfrom
Open
feat: e2e-testing setup with local push node environment #210AryaLanjewar3005 wants to merge 42 commits intomainfrom
AryaLanjewar3005 wants to merge 42 commits intomainfrom
Conversation
…ary addresses in node repo
…e .env for sdk testing
…nv PRIVATE_KEY to replace addresses
…ease/v1.1.18-donut
# Conflicts: # config/testnet-donut/arb_sepolia/chain.json # config/testnet-donut/base_sepolia/chain.json # config/testnet-donut/eth_sepolia/chain.json # config/testnet-donut/eth_sepolia/tokens/eth.json # config/testnet-donut/eth_sepolia/tokens/usdt.json # universalClient/tss/sessionmanager/sessionmanager.go # universalClient/tss/txbroadcaster/evm.go # universalClient/tss/txresolver/evm.go
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.
Summary
Local e2e setup for outbound tests on latest main
Description
This PR brings the working e2e setup from
feat/e2e-test/v1.1.18/updatedonto the latestmainwhile keeping the diff scoped to the e2e/local setup surface only.Changes are limited to:
Makefilee2e-tests/local-native/No
UniversalClientchanges are included.References
Changes
e2e-tests/replace_addresses.shand updatedmake replace-addressesto use itlocal-nativevalidator and universal validator processes persist after setup exitslocal-nativeports before restarting setupMsgVoteFundMigrationAuthZ grant support for latestmainTesting
go test ./...Checklist