oscoin / oscoin-parity-wasm-prototype

Prototype implemenation of Oscoin ledger on Parity Ethereum Wasm
0 stars 0 forks source link

Add ledger tests #16

Closed geigerzaehler closed 5 years ago

geigerzaehler commented 5 years ago

Based on #14

We add tests for the ledger code that can run without the Parity Wasm Smart Contract environment.

To accomplish this we abstract over the primitives provided by pwasm_ethereum and introcude the pwasm::Env trait.