Commit 3d524bb
fix(evm-wallet): coerce amount to bigint at JSON boundary in away-coordinator
CLI callers (Docker e2e, kernel-cli) serialize bigints as numeric strings in
JSON. The away coordinator is the external boundary — coerce amount to
BigInt() in transferNative/transferFungible before forwarding to delegation
twins whose M.bigint() / M.lte(bigint) guards now strictly require bigints.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d4eff4a commit 3d524bb
1 file changed
Lines changed: 9 additions & 4 deletions
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1788 | 1788 | | |
1789 | 1789 | | |
1790 | 1790 | | |
1791 | | - | |
1792 | | - | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
1793 | 1797 | | |
1794 | 1798 | | |
1795 | 1799 | | |
| |||
1826 | 1830 | | |
1827 | 1831 | | |
1828 | 1832 | | |
1829 | | - | |
| 1833 | + | |
1830 | 1834 | | |
1831 | | - | |
| 1835 | + | |
| 1836 | + | |
1832 | 1837 | | |
1833 | 1838 | | |
1834 | 1839 | | |
| |||
0 commit comments