mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
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:
committed by
Raul Jordan
parent
06ca8e758f
commit
b7bf48bc3e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user