-
Notifications
You must be signed in to change notification settings - Fork 35
feat: deployment engine #1047
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
Open
yan-man
wants to merge
65
commits into
main
Choose a base branch
from
rft/payload-engine
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.
Open
feat: deployment engine #1047
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
8bafe86
feat : procedures to deploy contracts
Kogaroshi d95101b
feat : add batch contracts for deploy
Kogaroshi 00ba92a
feat : add Logger for Deploy Engine
Kogaroshi 9f6c70d
feat : Input helper for Deploy Engine
Kogaroshi 4a51e33
Merge branch 'main' of https://github.com/aave/aave-v4 into feat/payl…
Kogaroshi cecd4f3
feat : add orchestration methods & 1st draft deploy payload
Kogaroshi 460c2e0
fix : separate batch for configurators
Kogaroshi 2aaeb00
feat : roles procedures & small fixes
Kogaroshi 4581387
feat : test env orchestration (WIP)
Kogaroshi b94ed13
fix : fix errors test env orchestration
Kogaroshi 3ba9fad
Merge branch 'main' of https://github.com/aave/aave-v4 into feat/payl…
Kogaroshi e455afb
fix : apply latest main changes
Kogaroshi 00433e9
feat : procedures for Hub & Spoke configs setup (WIP)
Kogaroshi 945619f
feat : finish test config engine & reorder structs
Kogaroshi 8680dd6
fix : fix Licenses for payload engine
Kogaroshi 21033d1
feat : use orchestration in test setup (WIP)
Kogaroshi 5304e6c
pull latest from main
Kogaroshi 9545217
fix : missing action
Kogaroshi 4d36444
fix: clean up file paths; refactor
yan-man a951c30
feat: use toml; clean up logs; rft; naming
yan-man 384aeef
fix: StdToml import
yan-man ac1dc8a
fix: debug mismatch of spoke instance
yan-man 1fd5830
tmp: push deploy progress w output json
yan-man dd459c1
fix: min logger interface; mv input toml file; resolve computeCreated…
yan-man 11be630
rft: DeployCore lib
yan-man 7b16818
rft: metadata logger
yan-man 8f7d6f7
feat: include timestamp in log output
yan-man 63c93f9
fix: debug set roles
yan-man e38a93c
fix: clean up comments
yan-man 563f04f
feat: broadcast flag; BatchTestProcedures tests
yan-man a455a57
test: batch deployment
yan-man e3642d3
fix: move test files
yan-man b06da1a
fix: CI
yan-man 05c0dc0
fix: comments
yan-man d5affff
fix: CI
yan-man 265a3a7
fix: CI
yan-man 8d4cef0
fix: clean up;
yan-man beea923
fix: CI; move back to json
yan-man 31509cf
fix: clean up logger
yan-man ac59e59
fix: lint
yan-man a224fe8
rft: hub/spoke roles + tests
yan-man 17db1f2
feat: loadWarnings; abstract contract; zero addr native wrapper case
yan-man c49467f
fix: warnings
yan-man 65b44c9
fix: consolidate setting roles
yan-man 25a3ae4
feat: grantRoles bool; conditional test logic
yan-man e597f1c
rft: test suite setup
yan-man 6c5c0b5
fix: rename roles for clarity
yan-man 70e4501
fix: specify admin inputs
yan-man 8f14c51
fix: AaveV4DeployBatchScript configurable inputs
yan-man e7f4ea5
fix: user warnings prompt
yan-man f6787b9
test: computeCreateAddress; pr comments
yan-man 27260d0
fix: pr comments; re-order imports
yan-man 8c26cf3
test: fix
yan-man 0ad7618
fix: pr comments
yan-man 198fc50
fix: rm named arg
yan-man 5b13830
fix: pr comments
yan-man 4358d33
fix: rename validation func
yan-man b3cf5e5
fix: func names
yan-man 92eab04
test: AaveV4DeployBatchBaseScriptTest
yan-man d851888
fix: create2 factory; expand and clean up tests
yan-man 5492653
chore: clean up logging
yan-man 90f133f
fix: pragma consistency; errors
yan-man b8acf9c
fix: pr comments
yan-man 7a82a0b
fix: tmp fix for CI
yan-man dfe4808
test: resolve
yan-man 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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
yan-man marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.
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.
why are they changing? foundry version?
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.
no foundry version update. was trying to dig into this but couldnt id exactly why, base set up was just refactored.