oscoin / oscoin-parity-wasm-prototype

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

Update/deployment calls may panic because no receipt #66

Open geigerzaehler opened 5 years ago

geigerzaehler commented 5 years ago

It is possible that calls to functions that submit transactions panic if the transaction is not applied quickly enough. Calls that are affected are the ledger deployment and any ledger updates.

So far, this problem has only occurred with concurrent ledger deployments in the tests. It is likely that the problem only occurs when computation/storage-heavy transaction are submitted concurrently.

The issue is caused by https://github.com/tomusdrw/rust-web3/issues/256.