- 05 Mar, 2015 27 commits
-
-
-
obscuren authored
-
-
obscuren authored
* All errors during state transition result in an invalid tx
-
zelig authored
-
obscuren authored
-
obscuren authored
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
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
Fix VM tests
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
https://github.com/tendermint/ethermintobscuren authored
Merge branch 'develop_pull_request' of https://github.com/tendermint/ethermint into tendermint-develop_pull_request
-
Jeffrey Wilcke authored
Add initial implementation of block tests
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
-
obscuren authored
-
zelig authored
-
Paweł Bylica authored
-
zelig authored
-
obscuren authored
-
zelig authored
-
= authored
-
- 04 Mar, 2015 13 commits
-
-
Alexandre Van de Sande authored
-
Gustav Simonsson authored
* 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
-
Alexandre Van de Sande authored
-
Alexandre Van de Sande authored
-
Felix Lange authored
It is unused and untested right now. We can bring it back later if required.
-
Felix Lange authored
Until chunked frames are implemented we cannot send messages with a size overflowing uint24.
-
Felix Lange authored
They got lost in the transition to rlpxFrameRW.
-
Alexandre Van de Sande authored
-
Alexandre Van de Sande authored
-
Felix Lange authored
-
Felix Lange authored
With RLPx frames, the message code is contained in the frame and is no longer part of the encoded data. EncodeMsg, Msg.Decode have been updated to match. Code that decodes RLP directly from Msg.Payload will need to change.
-
Felix Lange authored
-
Felix Lange authored
This mostly changes how information is passed around. Instead of using many function parameters and return values, put the entire state in a struct and pass that. This also adds back derivation of ecdhe-shared-secret. I deleted it by accident in a previous refactoring.
-