Fixed NewSimulatedBackend (#405)

* sync functions for active and crystallized states

* make pb structure more semantic

* use run func to consolidate to one main routine

* remove mainchain package

* remove smc. yay!

* fixed NewSimulatedBackend

* added smc tests back

* race = off

* used latest commit from bazel-go-ethereum

* changed testoutput to all

* output test.log after failure

* disable race

* restore travis config to original state, add race=off to blockchain workspace

* added issue number and fixed typo
This commit is contained in:
terence tsao
2018-08-16 14:37:53 -07:00
committed by Raul Jordan
parent 06ca8e758f
commit b7bf48bc3e
5 changed files with 6 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ matrix:
after_failure:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL
- ./send.sh failure $WEBHOOK_URL
- language: node_js
os: linux