aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/blocktest
Commit message (Collapse)AuthorAgeFilesLines
* removed seed hashobscuren2015-03-151-1/+1
|
* Merge branch origin/develop into accounts-integrationFelix Lange2015-03-111-0/+3
|\ | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
| * Add empty total difficulty to test blocks and clean up stopping the nodeGustav Simonsson2015-03-101-3/+11
| |
* | Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-101-2/+6
|\| | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
* | cmd/blocktest: simplify to fix buildFelix Lange2015-03-102-189/+34
|/ | | | block tests only need the chain, not all of ethereum.
* Add initial implementation of block testsGustav Simonsson2015-03-052-0/+361
* Add blocktest cmd and support for block tests files in tests/BlockTests , the launched node does not connect to network, resets state with a genesis block from the test file and starts the RPC API