Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -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 build | Felix Lange | 2015-03-10 | 2 | -189/+34 |
|/ | | | | block tests only need the chain, not all of ethereum. | ||||
* | Add initial implementation of block tests | Gustav Simonsson | 2015-03-05 | 2 | -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 |