Skip to content

Commit

Permalink
Acrossv3 hotfix [AcrossFacetPackedV3 v1.2.0,ReceiverAcrossV3 v1.0.1] (#…
Browse files Browse the repository at this point in the history
…897)

* Add depositor to packed params

* Drop gas introspection in receiver contract

* Deploy to staging

* Fix types CI job

* Bump versions

* Add comments removed by mistake

* Update min methods to use depositor as well

* Attach audit report

* Fix log

* Update logs

* Deploy to zksync

* Update logs

* Update logs for blast and mode

* Update logs for linea
  • Loading branch information
ezynda3 authored Dec 18, 2024
1 parent 5dcc604 commit c9e6246
Show file tree
Hide file tree
Showing 31 changed files with 484 additions and 264 deletions.
18 changes: 18 additions & 0 deletions audit/auditLog.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
"auditorGitHandle": "sujithsomraaj",
"auditReportPath": "./audit/reports/2024.12.03_LiFiDexAggregator.pdf",
"auditCommitHash": "8a34562c912b5b19c919bb95338655c944428af5"
},
"audit20241206": {
"auditCompletedOn": "06.12.2024",
"auditedBy": "Sujith Somraaj (individual security researcher)",
"auditorGitHandle": "sujithsomraaj",
"auditReportPath": "./audit/reports/2024.12.06_AcrossFacetPackedV3(v1.2.0).pdf",
"auditCommitHash": "5f59b4957fe315ea2d7b5e9daa931785ccff488c"
}
},
"auditedContracts": {
Expand All @@ -75,6 +82,14 @@
"audit20241007"
]
},
"AcrossFacetPackedV3": {
"1.0.0": [
"audit20241007"
],
"1.2.0": [
"audit20241206"
],
},
"EmergencyPauseFacet": {
"1.0.0": [
"audit20240913"
Expand Down Expand Up @@ -116,6 +131,9 @@
"ReceiverAcrossV3": {
"1.0.0": [
"audit20241007"
],
"1.0.1": [
"audit20241206"
]
},
"RelayFacet": {
Expand Down
Binary file not shown.
Loading

0 comments on commit c9e6246

Please sign in to comment.