Closed JakeOShannessy closed 5 years ago
The value sending is tested by giving the kernel an initial balance (optionally). However, the pwasm-abi-derive
crate does not pass the payable
flag to the JSON encoding of the ABI. I've patched that and in the PR we rely upon that patched version of the ABI.
Implement the Account Call syscall as per #166.