Commit 8e57eef
authored
Clear signing 2 (#264)
* add clear signing module
* add clear signing to framework utils
* savepoint
* savepoint
* savepoint
* savepoint
* Add Aave clear-signing support with local resolver
* Add evm signing support and expand USDT coverage
* Handle ERC-20 approvals with All threshold and add tests
* Add descriptor-based address book for clear signing
* Support enum display formats in clear signing
* Rename approval All message to Unlimited
* big refactor
* add eip712 and descriptors
* add abis
* savepoint
* savepoint
* savepoint
* move evm signing to uniffi_compat
* remove ffi types
* savepoint
* rename method
* resolve native token metadata via registry
* clear-signing: resolve tokens during call resolution
* remove TokenResolver
* lookup caip19
* add tests
* savepoint
* savepoint
* fix build
* add wc staking
* savepoint
* ci fix
* increase runner size
* savepoint1 parent 16c5153 commit 8e57eef
File tree
53 files changed
+14028
-48
lines changed- .github/workflows
- crates/yttrium
- src
- clear_signing
- assets
- abis
- 1inch
- aave
- descriptors
- 1inch
- aave
- walletconnect
- uniffi_compat
- clear_signing
- evm_signing
- tests
- platforms/swift/Sources
- YttriumUtils
- Yttrium
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+14028
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| 185 | + | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| |||
233 | 238 | | |
234 | 239 | | |
235 | 240 | | |
| 241 | + | |
236 | 242 | | |
237 | 243 | | |
238 | 244 | | |
| |||
0 commit comments