Commit Graph

4407 Commits

Author SHA1 Message Date
b67ded9f27 Natspec + test 2015-03-06 03:43:34 +01:00
f9c6bc63df Godeps: delete golang.org/x/net/websocket
It is no longer imported by any package in our tree.
2015-03-06 02:54:57 +01:00
bdba044a80 ethutil: remove Config variable
Various functions throughout the codebase used it to grab settings. This
has to stop because I want to use them without reading the config file.

These functions can now be used without reading the config first:

* ethdb.NewLDBDatabase
* ethrepl.NewJSRepl
* vm.New
2015-03-06 02:46:56 +01:00
5f4a6069c5 Merge branch 'blockpool3' of https://github.com/ethersphere/go-ethereum into ethersphere-blockpool3 2015-03-05 21:53:42 +01:00
94e543bc39 Merge pull request #431 from tgerring/jsonlogs
Structured logging updates
2015-03-05 14:32:41 -06:00
580d09084d Merge branch 'ethersphere-blockpool2' into poc-9 2015-03-05 20:38:36 +01:00
e089478a1c Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ethersphere-blockpool2 2015-03-05 20:38:19 +01:00
88ff13c241 Spec changes.
* All errors during state transition result in an invalid tx
2015-03-05 19:51:25 +01:00
9067b2848a fix wonky head section loop; correct status counts 2015-03-06 01:33:57 +07:00
9f5e9eb38d Resolve storage/storageat 2015-03-05 12:26:21 -06:00
a6599404e4 Revert to hex response 2015-03-05 11:14:47 -06:00
0d8d51084f Final name changes 2015-03-05 11:07:05 -06:00
5948adfa10 Added eth.chain.received.new_block 2015-03-05 10:58:36 -06:00
fbb307cca0 Added eth.chain.new_head 2015-03-05 10:58:13 -06:00
4e8a9a1cd4 Squashed 'tests/files/' changes from 9e3fe72..15ce2ab
15ce2ab Merge remote-tracking branch 'origin/PoC9' into PoC9
5970b09 add quadratic complexity and performance test
163fa03 more info
560b844 more info
a885549 more change
5fed708 one more tiny change
213a2b8 changed test format
c20e88b Merge branch 'PoC9' of github.com:ethereum/tests into PoC9
715ed17 Added first ethash test
e26a39f update blockchain tests to latest protocol changes
34baee5 poc9 vm tests
20550d9 update block chain test due to difficulty change
597b2b3 increase gasLimit on stateTests
8f573d3 update blockchain tests - 2048 bit logs bloom
06c90e6 typo
ef935fc extra data is hex now, for real
81ab5ad extra data is hex now
b0aeba8 update blockchain tests
f862faf add tx tests
618d724 update state tests
4a989f0 update blockchainII tests
ed56e82 add more vm tests
0417655 Merge remote-tracking branch 'origin/PoC9' into PoC9
1f1cf5d update block tests
76b5a8b Fix trie formats.
325dd6d Merge branch 'PoC9' of git://github.com/ethereum/tests into PoC9
a261c5b test3
1d3ab36 again

git-subtree-dir: tests/files
git-subtree-split: 15ce2ab8e22275e7aa93742cb5f8bc63e4e50db5
2015-03-05 17:51:26 +01:00
ca1093f848 Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 2015-03-05 17:51:26 +01:00
a7181bd304 merge 2015-03-05 17:49:29 +01:00
76e4e233ad Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 2015-03-05 17:48:46 +01:00
f01d745d70 Merge pull request #429 from chfast/pr/fix_vm_tests
Fix VM tests
2015-03-05 17:46:57 +01:00
d44fe4ec62 Merge branch 'develop' into poc-9 2015-03-05 17:46:40 +01:00
72bf02bf15 Merge branch 'tendermint-develop_pull_request' into develop 2015-03-05 17:46:11 +01:00
357d17ae58 Start at 0 2015-03-05 17:46:00 +01:00
1d1ba40965 Merge branch 'develop_pull_request' of https://github.com/tendermint/ethermint into tendermint-develop_pull_request 2015-03-05 17:44:18 +01:00
3b30765378 Merge pull request #426 from Gustav-Simonsson/add_blockchain_tests
Add initial implementation of block tests
2015-03-05 17:43:56 +01:00
377c8a13de Merge branch 'develop' into poc-9 2015-03-05 17:37:18 +01:00
201b09f99a Merge branch 'alexvandesande-ui' into develop 2015-03-05 17:37:09 +01:00
44b83c6ea6 Removed unused variables 2015-03-05 17:37:00 +01:00
12ca70537f Merge branch 'fjl-p2p-handshake-2' into poc-9 2015-03-05 17:26:41 +01:00
ba0c41436c Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into fjl-p2p-handshake-2 2015-03-05 17:21:32 +01:00
fabaf4f1f0 wip math 2015-03-05 17:21:16 +01:00
90ceb5218c Update RPC methods
Re-order to match spec and explicitly list unimplemented methods
2015-03-05 08:58:46 -06:00
9329e175d8 fix wonky head section loop; correct status counts 2015-03-05 20:38:23 +07:00
0af08eca1f Fix VM tests not checked 2015-03-05 14:35:27 +01:00
45afbe5d9c Merge remote-tracking branch 'upstream/poc-9' into blockpool3 2015-03-05 16:55:11 +07:00
c47866d251 Miner fixes and updates (including miner) 2015-03-05 09:14:58 +01:00
7315962880 use ethash.Verify in blockpool 2015-03-05 11:22:36 +07:00
=
a6fe92194f Fixed iterator bug which skips the 0x000...000 key 2015-03-05 01:47:49 +00:00
1576551741 Output 0x0 instead of 0x 2015-03-04 14:13:31 -06:00
178798ef87 network back to local files 2015-03-04 16:31:48 -03:00
871dfd399b Add initial implementation of block tests
* 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
2015-03-04 20:27:09 +01:00
671e38fb65 Fixed Average Return calculation 2015-03-04 15:13:57 -03:00
e1bae3771e updated network app to latest build 2015-03-04 12:59:17 -03:00
215c763d53 eth, p2p: delete p2p.Blacklist
It is unused and untested right now. We can
bring it back later if required.
2015-03-04 16:54:36 +01:00
429828cd92 p2p: reject messages that cannot be written as simple RLPx frames
Until chunked frames are implemented we cannot send messages
with a size overflowing uint24.
2015-03-04 16:42:01 +01:00
22659a7fea p2p: restore read/write timeouts
They got lost in the transition to rlpxFrameRW.
2015-03-04 16:42:00 +01:00
9b0f00baf3 Output net_peerCount as hex 2015-03-04 08:41:13 -06:00
93141f4b6d Return block number as hex 2015-03-04 08:27:34 -06:00
c3deafabda Update NewTXArgs to accept hex 2015-03-04 08:22:59 -06:00
c92e48ce3f Add client_version RPC message 2015-03-04 07:54:10 -06:00
5f25c117eb Merge branch 'develop' into ui 2015-03-04 10:04:07 -03:00