Skip to content

Commit

Permalink
fix: always set eMode NONE, trigger release for address changes, expo…
Browse files Browse the repository at this point in the history
…rt external libraries library (#508)

* fix: always set eMode NONE

* fix: simpler appraoch

* fix: make address changes a fix

* fix: remove duplicate interfaces

* fix: update scripts

* fix: add some docs

* feat: add libraries export

* fix: remove abis

* fix: update origin
  • Loading branch information
sakulstra committed Jul 31, 2024
1 parent 78daad4 commit 19649ca
Show file tree
Hide file tree
Showing 46 changed files with 678 additions and 3,166 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
uses: peter-evans/create-pull-request@712add83f26c1e359c046a6ca3dd677fb7017626
with:
committer: Cache-bot <[email protected]>
commit-message: "chore(cache): automated cache update"
commit-message: "fix(cache): automated cache update - updated addresses"
delete-branch: true
title: "chore(cache): automated cache update"
title: "fix(cache): automated cache update - updated addresses"

- name: Post to a Slack channel
id: slack
Expand Down
2 changes: 1 addition & 1 deletion lib/aave-v3-origin
2 changes: 1 addition & 1 deletion lib/forge-std
Submodule forge-std updated 2 files
+0 −3 src/Vm.sol
+1 −1 test/Vm.t.sol
1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
forge-std/=lib/forge-std/src/
aave-v3-origin/=lib/aave-v3-origin/src/
solidity-utils/=lib/aave-v3-origin/lib/solidity-utils/src/
Loading

0 comments on commit 19649ca

Please sign in to comment.