-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Implement DVN config script #107
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
Draft
zguesmi
wants to merge
53
commits into
main
Choose a base branch
from
feat/dvn-config-script
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
1c3d56a
test: Implement TODO in test
zguesmi 3bf8d10
test: Rename test files
zguesmi 237ce9c
feat: Configure peer and options only when needed
zguesmi 3434427
test: Deploy bridge using deploy script
zguesmi bb2aaf2
Revert "test: Deploy bridge using deploy script"
zguesmi ba67781
Add comment
zguesmi 8df537d
chore: Add comment
zguesmi 1d10b7e
chore: Add commnets
zguesmi 72f068c
test: Label addresses for better debugging
zguesmi 4b30140
test: Split configure function from run function
zguesmi a3e2792
test: Init bridge configure tests
zguesmi cfc3075
refactor: Create LayerZeroUtils
zguesmi 058e92f
style: Format
zguesmi 4c1d657
feat: Split configure script to smaller functions
zguesmi b7eb0f3
fix: Clean
zguesmi c7b01b0
test: Add tests
zguesmi 4030b22
test: Add tests
zguesmi eaf4d75
style:Format
zguesmi af617a9
trest: Clean
zguesmi 72b11ad
chore: Add TODO
zguesmi c1a7099
test: Clezan
zguesmi 6b1dfca
test: Add configure function tests
zguesmi c87febb
Merge branch 'main' into feat/dvn-config-script
zguesmi b647d03
docs: Add links to LayerZero relevant guides.
zguesmi 9356308
docs: Clean
zguesmi 2e01a2e
docs:Update
zguesmi 2ad2924
feat: Get onchain bridge config
zguesmi f3c6bb2
feat: Save LZ config in json file
zguesmi 75ef85b
feat: Add helper functions
zguesmi 3d1d739
feat: Finalize config script
zguesmi 09ce2ec
test: Init ULN and executor config
zguesmi f751626
fix: Fix send scripts
zguesmi fa4582e
chore: WIP
zguesmi d643e82
Merge branch 'main' into feat/dvn-config-script
zguesmi ef62833
chore: Merge branch 'main' into feat/dvn-config-script
zguesmi 8493fa8
chore: Merge branch 'main' into feat/dvn-config-script
zguesmi aaec2b7
style: Format
zguesmi 70687dc
chore: Move function to utility file
zguesmi e850c1c
refactor: Rename function
zguesmi 153c47b
chore: Clean
zguesmi 4421cc3
chore: Clezan
zguesmi bf10a68
chore: Cleazn
zguesmi c0acaec
style: Format
zguesmi 5789cc8
chore: Rename
zguesmi b06e23c
fix: Remove unused import
zguesmi e3ecc70
chore: Make lib functions internal
zguesmi 18ceca2
test: Fix tests
zguesmi 327a29c
Clean
zguesmi 6302a9c
chore: Merge branch 'main' into feat/dvn-config-script
zguesmi 337a3f2
chore: Add codeowner file
zguesmi 40a9f99
chore: Cleazn
zguesmi 5940cd2
style: Format
zguesmi e5bce70
chore: Cleazn
zguesmi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Code owners are automatically requested to review when a pull request | ||
| # is opened (ready for review). | ||
|
|
||
| * @zguesmi @gfournieriExec @Le-Caignec |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
|
|
||
| <!-- TODO --> | ||
| Before going to production, follow this checklist to correctly and securely configure the bridge: | ||
| * [LayerZero V2 Integration Checklist](https://docs.layerzero.network/v2/tools/integration-checklist) | ||
| * [Steps to set up required config](https://docs.layerzero.network/v2/developers/evm/configuration/dvn-executor-config) | ||
| * https://docs.layerzero.network/v2/concepts/modular-security/security-stack-dvns | ||
| * https://docs.layerzero.network/v2/deployments/deployed-contracts | ||
| * https://docs.layerzero.network/v2/get-started/create-lz-oapp/configuring-pathways |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO check if the config is needed.