This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./test/testeth -t StateTests/stSpecialTest --filltests develop | |
./test/testeth: /opt/cuda/lib64/libOpenCL.so.1: no version information available (required by /home/lefteris/ew/cpp-ethereum/build/libethash-cl/libethash-cl.so) | |
Running 1 test case... | |
ℹ 15:01:47|testeth Populating tests... | |
JUMPDEST_Attack | |
/home/lefteris/ew/cpp-ethereum/test/TestHelper.cpp(650): error in "stSpecialTest": Failed filling test with Exception: Throw location unknown (consider using BOOST_THROW_EXCEPTION) | |
Dynamic exception type: dev::Exception | |
std::exception::what: std::exception | |
TEST stSpecialTest: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✘ 15:39:40|verifier0 Fail on preVerify | |
✘ 15:39:40|verifier0 | |
Import Failure InvalidBlockNonce | |
Guru Meditation #00761380.fd43cee2… | |
✘ 15:39:40|verifier0 Report: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ethereum | |
summary: An Ethereum Framework for Snappy Ubuntu | |
description: A Framework providing all the essentials needed in order to develop for and interact with the Ethereum blockchain | |
vendor: Lefteris <[email protected]> | |
architectures: [amd64, armhf] | |
icon: icon.png | |
version: 0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: framework | |
framework-policy: framework-policy/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parts: | |
geth: | |
plugin: x-script | |
script: scripts/build_geth.sh | |
destination-dir: bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files-to-copy: | |
plugin: copy | |
files: | |
scripts/geth_selector.sh: bin/geth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
geth: | |
start: ./bin/geth | |
description: "The Go Ethereum client" | |
caps: | |
- network-client | |
- network-service | |
- network-admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frameworks: | |
- ethereum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parts: | |
test-webserver: | |
plugin: nodejs | |
node-packages: | |
- web3 | |
- jsdom | |
test-capp: | |
plugin: x-script | |
script: scripts/build_capp.sh |
OlderNewer