Commit e84e674
Version 1.5 (#87)
* initial commit v1.5
* simplify repo
* dependencies
* initial implementation
* add self requires
* Update openzeppelin-contracts submodule to latest commit 78eb160
* Add replaceBytes and fixes
* hydrate
* Unify tools
* Delete gitkeep
* Add hydrate tx.origin
* Add SequenceDelegate
* forge fmt
* Natively handle delegatecall
* Comments and cleanup
* Fix to message sender and tx origin
* Add receive
* Per call hydrate
* Add 1.5 tests
* forge lint
* Delete makefile
* Update README
* Separate sweep
* Rename SharedProxy -> HydrateProxy
* Allow nested delegate calls
* Sweeping native is optional
* Delegate call to anything on TrailsUtils
* Remove v1 docs
* Fix delegate test
* Add sweep event
* Consistent docstring
* Reorder hydrateAndSweep
* Allow nochainid
* forge fmt
* Delete TrailsValidator script
* forge fmt
* Fix sweep tests
* Add approvals to hydrate
* Separate hydrate type and data flag
* Add repeat-section to malleable sapient (#88)
* Add repeat-section to malleable sapient
* repeat-section failure tests
* consistent docs and func
* Repeat section encoding includes size
* Correct repeat section doc
* Pin foundry version
* Docs update
* Remove TrailsValidator
* Quantstamp finding updates (#90)
* Simplify tests
* SEQ-3 Add 721 owner to RequireUtils
* Add bal/allow require functions
* RequireUtils update terminology
* S-3 Update README re delegatecall context
* S-4 Remove unchecked
* S-4 Unused deps
* Fix comment typo on require utils
---------
Co-authored-by: agusx1211 <aaguilar@polygon.technology>
* Tidy gitignore
* v1.5 Audits
---------
Co-authored-by: Agusx1211 <agusgit@pm.me>
Co-authored-by: agusx1211 <aa@horizon.io>
Co-authored-by: agusx1211 <aaguilar@polygon.technology>1 parent 669db09 commit e84e674
File tree
263 files changed
+3941
-22444
lines changed- .github/workflows
- audits
- broadcast
- AnypayLifiModifierWrapper.s.sol
- 10
- 42161
- AnypayLifiSapientSigner.s.sol
- 137
- 42161
- 8453
- AnypayRelaySapientSigner.s.sol
- 10
- 137
- 1
- 42161
- 8453
- TrailsBalanceInjector.s.sol/8453
- TrailsCCTPV2SapientSigner.s.sol
- 10
- 42161
- 8453
- TrailsIntentEntrypoint.s.sol
- 10
- 137
- 42161
- 8453
- TrailsMulticall3Router.s.sol
- 10
- 137
- 42161
- 8453
- TrailsRelaySapientSigner.s.sol
- 10
- 137
- 42161
- 8453
- TrailsRouter.s.sol
- 10
- 137
- 42161
- 8453
- TrailsRouterShim.s.sol
- 10
- 137
- 42161
- 8453
- TrailsTokenSweeper.s.sol
- 10
- 137
- 42161
- 8453
- TrailsValidator.s.sol
- 10
- 137
- 42161
- 8453
- docs
- itest
- lib
- script
- src
- guards
- interfaces
- libraries
- modules
- utils
- test
- guards
- helpers
- libraries
- mocks
- script
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
263 files changed
+3941
-22444
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
| |||
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 1 | | |
14 | 2 | | |
15 | 3 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
This file was deleted.
0 commit comments