oscoin / oscoin-parity-wasm-prototype

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

Fix account race condition (#13) #44

Closed rockbmb closed 5 years ago

rockbmb commented 5 years ago

Will close #13.

rockbmb commented 5 years ago

CI fails in the step

#!/bin/bash -eo pipefail
cargo build --package pwasm-utils-cli --bin wasm-build

wget https://releases.parity.io/ethereum/v2.6.0/x86_64-unknown-linux-gnu/parity
echo "1b50cabc8ce54983d1b10be4c4f5887ff4ecfe63177e6c49cde819a563fb9d96  parity" > parity.sum
sha256sum parity.sum
chmod +x parity
sudo mv parity /usr/local/bin

and I can't get build logs from CircleCI.

rockbmb commented 5 years ago

@geigerzaehler I believe you changed the crate's dependencies in order for @xla's integration PR to work, but now it seems unable to fetch the correct version of rust-web3. sign_and_execute cannot be found, which I presume is because the wrong (i.e. not the latest) version of the crate is being built.

rockbmb commented 5 years ago

@geigerzaehler any other feedback?