Commit 8a8c8d8
fix: use correct T3 authorizeKey ABI in tempo-check.sh (#390)
The KeyRestrictions struct was updated after the initial T3 fix:
- TokenLimit gained a `period` field: (address,uint256) -> (address,uint256,uint64)
- CallScope uses nested SelectorRule: (address,bytes4) -> (address,(bytes4,address[])[])
This caused UnknownFunctionSelector(0x19f191e2) because the selector
didn't match the node's IAccountKeychain interface.
Amp-Thread-ID: https://ampcode.com/threads/T-019d52c5-e6ee-73ed-a0f8-86bdf3167745
Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>1 parent 05523d9 commit 8a8c8d8
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | | - | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
0 commit comments