Commit 4a2516f
Increase permission delegation grant amounts from 100M to 1B octas
The addPermissionDelegationScriptBytecode Move script granted only
100,000,000 octas for APT and gas permissions. With the new default
max gas of 2,000,000 (max fee = 200M octas at 100 gas price), the
100M gas permission was insufficient, causing
UNEXPECTED_ERROR_FROM_KNOWN_MOVE_FUNCTION in the abstraction test.
Updated both grant_apt_permission and grant_gas_permission to
1,000,000,000 octas in the compiled bytecode and Move source.
Co-authored-by: Greg Nazario <greg@gnazar.io>1 parent fd37d96 commit 4a2516f
File tree
2 files changed
+3
-3
lines changed- tests
- e2e/transaction
- move/account_abstraction/sources
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
0 commit comments