Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script = 'scripts'
out = 'out'
libs = ['lib']
remappings = []
fs_permissions = [{ access = "read-write", path = "./reports" }]
fs_permissions = [{ access = "read-write", path = "./reports" }, { access = "read-write", path = "./diffs" }]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's do json and md generation in ts rather than solidity ser

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was mentioning from other pr, just want to do this as a follow up pr so we can get the first version in rn

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or do you think it's needed here in this first version too?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

work with claude i think it shouldn't be good big an effort, original solidity one is also mostly ai. it needs to be in js package to be reused by downstream

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added js based one

ffi = true
evm_version = 'cancun'
decode_external_storage = true
Expand Down
2 changes: 2 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
aave-address-book/=lib/aave-address-book/src/
aave-v4/=lib/aave-address-book/lib/aave-v4/src/
lib/aave-address-book/lib/aave-v4/:src=lib/aave-address-book/lib/aave-v4/src
aave-v3-origin/=lib/aave-address-book/lib/aave-v3-origin/src/
aave-v3-origin-tests/=lib/aave-address-book/lib/aave-v3-origin/tests
forge-std/=lib/forge-std/src/
Expand Down
Loading
Loading