Daohub-io / cap9

Capability-based security protocol for smart contracts
Apache License 2.0
22 stars 10 forks source link

Implement Account Call #182

Closed JakeOShannessy closed 5 years ago

JakeOShannessy commented 5 years ago

Implement the Account Call syscall as per #166.

JakeOShannessy commented 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.