-
Notifications
You must be signed in to change notification settings - Fork 150
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
🧹 Example to programatically configure send and receive configs #857
base: main
Are you sure you want to change the base?
Conversation
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
7ff5c93
to
3747c8e
Compare
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.
Cool stuff! Had some nitty comments, but the approach looks right. Let me know if you have any questions!
@@ -0,0 +1,35 @@ | |||
// SPDX-License-Identifier: MIT |
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.
Please double check licenses
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.
Should replace in scripts with:
// SPDX-License-Identifier: UNLICENSED
84a78ac
to
aa5ae1a
Compare
Added |
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.
The only thing that would be great to be added here is E2E for calling:
setSendLibrary
setReceiveLibrary
setReceiveLibraryTimeout
@@ -0,0 +1,35 @@ | |||
// SPDX-License-Identifier: MIT |
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.
Should replace in scripts with:
// SPDX-License-Identifier: UNLICENSED
…nsured running make lib populates lib, also added license
aa5ae1a
to
5739d70
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
In this PR
ua-devtools-evm-foundry
with example solidity scripts to demonstrate how send and receive configs can be programatically settests/ua-devtools-evm-foundry-test