Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed | obscuren | 2015-03-08 | 16 | -610/+0 |
| | |||||
* | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 | obscuren | 2015-03-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix logger import path | Taylor Gerring | 2015-03-08 | 1 | -1/+1 |
| | | |||||
* | | updated ethash | obscuren | 2015-03-08 | 2 | -4/+2 |
| | | |||||
* | | Bump v | obscuren | 2015-03-08 | 3 | -3/+3 |
| | | |||||
* | | Updated ethereum.js | obscuren | 2015-03-08 | 1 | -180/+663 |
| | | |||||
* | | Added deploy scripts from go-build | obscuren | 2015-03-07 | 16 | -0/+506 |
|/ | |||||
* | Merge pull request #435 from zsfelfoldi/poc-9 | Jeffrey Wilcke | 2015-03-07 | 3 | -0/+3633 |
|\ | | | | | Natspec + test | ||||
| * | Now using github.com/obscuren/otto, no need for an Ethereum object | Fefe | 2015-03-07 | 3 | -198/+53 |
| | | | | | | | | (got rid of some messy code in test) | ||||
| * | Natspec + test | Fefe | 2015-03-06 | 3 | -0/+3778 |
| | | |||||
* | | Fixed tests | obscuren | 2015-03-07 | 3 | -9/+11 |
| | | |||||
* | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 13 | -40/+56 |
| | | |||||
* | | Debug option for VM & command line flag | obscuren | 2015-03-06 | 5 | -6/+21 |
| | | |||||
* | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 | obscuren | 2015-03-06 | 126 | -5679/+9954 |
|\| | |||||
| * | Merge pull request #433 from fjl/newcli | Felix Lange | 2015-03-06 | 64 | -3145/+6683 |
| |\ | | | | | | | Improved CLI | ||||
| | * | cmd/ethereum: fix JS REPL exit and add support for dumb terminals | Felix Lange | 2015-03-06 | 2 | -31/+60 |
| | | | | | | | | | | | | It is now possible to exit the REPL using Ctrl-C, Ctrl-D or by typing "exit". | ||||
| | * | Godeps: add github.com/peterh/liner | Felix Lange | 2015-03-06 | 22 | -0/+2579 |
| | | | |||||
| | * | cmd/ethereum: new JS repl with cross-platform line editing | Felix Lange | 2015-03-06 | 7 | -538/+209 |
| | | | |||||
| | * | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 23 | -272/+3805 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon. | ||||
| | * | Godeps: delete golang.org/x/net/websocket | Felix Lange | 2015-03-06 | 9 | -2266/+0 |
| | | | | | | | | | | | | It is no longer imported by any package in our tree. | ||||
| | * | ethutil: remove Config variable | Felix Lange | 2015-03-06 | 7 | -37/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge pull request #434 from fjl/poc-9 | Felix Lange | 2015-03-06 | 63 | -2534/+3271 |
| |\ \ | | | | | | | | | Godeps: bump github.com/ethereum/ethash | ||||
| | * | | Godeps: bump github.com/ethereum/ethash | Felix Lange | 2015-03-06 | 63 | -2534/+3271 |
| |/ / | | | | | | | | | | This fixes the build. | ||||
* | | | Queued approach to delivering chain events | obscuren | 2015-03-06 | 4 | -36/+86 |
| | | | |||||
* | | | Merge branch 'ethersphere-blockpool3' into poc-9 | obscuren | 2015-03-06 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge branch 'blockpool3' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-06 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | ethersphere-blockpool3 | ||||
| | * | | | fix wonky head section loop; correct status counts | zelig | 2015-03-05 | 2 | -24/+33 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'upstream/poc-9' into blockpool3 | zelig | 2015-03-05 | 9 | -30/+44 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | use ethash.Verify in blockpool | zelig | 2015-03-05 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | debug comments & pow handling | obscuren | 2015-03-06 | 3 | -8/+6 |
|/ / / / | |||||
* | | | | Merge branch 'ethersphere-blockpool2' into poc-9 | obscuren | 2015-03-06 | 2 | -24/+33 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-06 | 2 | -24/+33 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | ethersphere-blockpool2 | ||||
| | * | | | | fix wonky head section loop; correct status counts | zelig | 2015-03-06 | 2 | -24/+33 |
| | | | | | | |||||
* | | | | | | Spec changes. | obscuren | 2015-03-06 | 4 | -7/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | * All errors during state transition result in an invalid tx | ||||
* | | | | | | Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 | obscuren | 2015-03-06 | 35 | -3914/+18363 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Squashed 'tests/files/' changes from 9e3fe72..15ce2ab | obscuren | 2015-03-06 | 35 | -3914/+18363 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | | | merge | obscuren | 2015-03-06 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Merge pull request #429 from chfast/pr/fix_vm_tests | Jeffrey Wilcke | 2015-03-06 | 1 | -4/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix VM tests | ||||
| | * | | | | | | Fix VM tests not checked | Paweł Bylica | 2015-03-05 | 1 | -4/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9 | obscuren | 2015-03-06 | 4 | -1/+377 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge pull request #426 from Gustav-Simonsson/add_blockchain_tests | Jeffrey Wilcke | 2015-03-06 | 4 | -1/+377 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add initial implementation of block tests | ||||
| | * | | | | | | | | Add initial implementation of block tests | Gustav Simonsson | 2015-03-05 | 4 | -1/+377 |
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | | | | | Merge branch 'develop' into poc-9 | obscuren | 2015-03-06 | 2 | -8/+22 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'tendermint-develop_pull_request' into develop | obscuren | 2015-03-06 | 2 | -9/+22 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Start at 0 | obscuren | 2015-03-06 | 1 | -2/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'develop_pull_request' of ↵ | obscuren | 2015-03-06 | 1 | -7/+21 |
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/tendermint/ethermint into tendermint-develop_pull_request | ||||
| | * | | | | | | | Fixed iterator bug which skips the 0x000...000 key | = | 2015-03-05 | 1 | -7/+21 |
| | | |/ / / / / | | |/| | | | | | |||||
* | | | | | | | | Merge branch 'develop' into poc-9 | obscuren | 2015-03-06 | 27 | -36/+544 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'alexvandesande-ui' into develop | obscuren | 2015-03-06 | 27 | -36/+544 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | Removed unused variables | obscuren | 2015-03-06 | 1 | -2/+1 |
| | | | | | | | | |||||
| | * | | | | | | network back to local files | Alexandre Van de Sande | 2015-03-05 | 1 | -5/+0 |
| | | | | | | | | |||||
| | * | | | | | | Fixed Average Return calculation | Alexandre Van de Sande | 2015-03-05 | 2 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | updated network app to latest build | Alexandre Van de Sande | 2015-03-04 | 3 | -4/+5 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'develop' into ui | Alexandre Van de Sande | 2015-03-04 | 65 | -1325/+1402 |
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | network dashboard is now a local file | Alexandre Van de Sande | 2015-03-04 | 23 | -1/+346 |
| | | | | | | | | |||||
| | * | | | | | | updating to new network health page | Alexandre Van de Sande | 2015-03-04 | 2 | -4/+5 |
| | | | | | | | | |||||
| | * | | | | | | Network Health Panel with mining | Alexandre Van de Sande | 2015-03-03 | 5 | -27/+178 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'develop' into ui | Alexandre Van de Sande | 2015-02-23 | 111 | -2977/+1988 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | changes to sidebar sizes | Alexandre Van de Sande | 2015-02-23 | 1 | -17/+32 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'fjl-p2p-handshake-2' into poc-9 | obscuren | 2015-03-06 | 15 | -747/+763 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into ↵ | obscuren | 2015-03-06 | 15 | -747/+763 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fjl-p2p-handshake-2 | ||||
| * | | | | | | | | | eth, p2p: delete p2p.Blacklist | Felix Lange | 2015-03-04 | 2 | -67/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is unused and untested right now. We can bring it back later if required. | ||||
| * | | | | | | | | | p2p: reject messages that cannot be written as simple RLPx frames | Felix Lange | 2015-03-04 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until chunked frames are implemented we cannot send messages with a size overflowing uint24. | ||||
| * | | | | | | | | | p2p: restore read/write timeouts | Felix Lange | 2015-03-04 | 5 | -37/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They got lost in the transition to rlpxFrameRW. | ||||
| * | | | | | | | | | eth, whisper: fix msg.Payload reads | Felix Lange | 2015-03-04 | 2 | -32/+31 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: msg.Payload contains list data | Felix Lange | 2015-03-04 | 7 | -75/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | | | | | p2p: verify protocol handshake node ID | Felix Lange | 2015-03-04 | 1 | -0/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: make encryption handshake code easier to follow | Felix Lange | 2015-03-04 | 2 | -302/+272 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | | | | | | p2p/discover: add NodeID.Pubkey | Felix Lange | 2015-03-04 | 2 | -0/+33 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: make RLPx frame MAC 16 bytes as defined in the spec | Felix Lange | 2015-03-04 | 2 | -13/+19 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: delete frameRW | Felix Lange | 2015-03-04 | 2 | -184/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: use RLPx frames for messaging | Felix Lange | 2015-03-04 | 6 | -50/+73 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: encrypted and authenticated RLPx frame I/O | Felix Lange | 2015-03-04 | 4 | -172/+197 |
| | | | | | | | | | | |||||
| * | | | | | | | | | p2p: add basic RLPx frame I/O | Felix Lange | 2015-03-04 | 2 | -0/+252 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | wip math | obscuren | 2015-03-06 | 3 | -0/+152 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Miner fixes and updates (including miner) | obscuren | 2015-03-05 | 10 | -32/+45 |
|/ / / / / / / | |||||
* | | | | | | | Clean up REPL | obscuren | 2015-03-04 | 7 | -166/+141 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'develop' into poc-9 | obscuren | 2015-03-04 | 2 | -14/+12 |
|\| | | | | | | |||||
| * | | | | | | removed double flag. Closes #421 | obscuren | 2015-03-04 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #413 from chfast/pr/jit_build_fixes | Jeffrey Wilcke | 2015-03-04 | 1 | -13/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | JIT build fixes | ||||
| | * | | | | | | Fix JitVm build | Paweł Bylica | 2015-03-03 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-03-03 | 47 | -833/+1204 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Add required block number | Paweł Bylica | 2015-03-03 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-02-24 | 8 | -26/+60 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/develop' into evmjit | Paweł Bylica | 2015-02-24 | 803 | -3573/+442114 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | |||||
| | * | | | | | | | | Update JIT interface to ABI 0.2: code hash added to input data, gas counter ↵ | Paweł Bylica | 2015-02-16 | 1 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passed as int64 | ||||
* | | | | | | | | | | uncle validation | obscuren | 2015-03-04 | 4 | -30/+46 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fixed genesis | obscuren | 2015-03-04 | 3 | -20/+31 |
| | | | | | | | | | | |||||
* | | | | | | | | | | updated genesis | obscuren | 2015-03-04 | 2 | -1/+4 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Changed nonce to a uint64 | obscuren | 2015-03-04 | 10 | -25/+30 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into poc-9 | obscuren | 2015-03-04 | 2 | -34/+0 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | removed all old filters | obscuren | 2015-03-04 | 2 | -34/+0 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into poc-9 | obscuren | 2015-03-04 | 9 | -285/+49 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go | ||||
| * | | | | | | | | | Merge pull request #411 from ethersphere/readme | Jeffrey Wilcke | 2015-03-04 | 5 | -132/+48 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [WIP] Update Readme | ||||
| | * | | | | | | | | | db name database -> blockchain in backend error message | zelig | 2015-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | remove threatening coding standards section from README | zelig | 2015-03-03 | 1 | -31/+0 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | remove obsolete install script | zelig | 2015-03-03 | 1 | -53/+0 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | minor cleanup | zelig | 2015-03-03 | 2 | -6/+7 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | update README | zelig | 2015-03-03 | 1 | -42/+41 |
| | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - TLDR for godep install - update executable section - cleanup - add several links to wiki | ||||
| * | | | | | | | | | Merge pull request #409 from tgerring/jsonlogs | Jeffrey Wilcke | 2015-03-04 | 7 | -24/+40 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Updated JSON log events | ||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #408 from tgerring/removews | Jeffrey Wilcke | 2015-03-04 | 7 | -153/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove Websockets RPC transport | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:ethereum/go-ethereum into removews | Taylor Gerring | 2015-03-02 | 15 | -150/+153 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go | ||||
| | * | | | | | | | | | | Remove Websockets RPC transport | Taylor Gerring | 2015-03-01 | 7 | -152/+1 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'ethersphere-jsonlogs' into poc-9 | obscuren | 2015-03-04 | 6 | -29/+64 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-04 | 6 | -29/+64 |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-jsonlogs Conflicts: eth/block_pool.go eth/block_pool_test.go eth/protocol_test.go miner/worker.go | ||||
| * | | | | | | | | | | | | add eth.chain.new_head log to core/chain_manager | zelig | 2015-03-03 | 1 | -3/+12 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | add eth.chain.received.new_block log to eth protocol | zelig | 2015-03-03 | 1 | -1/+9 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | block number is *big.Int, remoteID is string | zelig | 2015-03-03 | 1 | -9/+9 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge remote-tracking branch 'tgerring/jsonlogs' into jsonlogs | zelig | 2015-03-03 | 7 | -24/+40 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | / / / / / / / / | | | |_|/ / / / / / / / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Fix logger import in tests | Taylor Gerring | 2015-03-02 | 2 | -5/+5 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Add event eth.tx.received | Taylor Gerring | 2015-03-02 | 1 | -0/+7 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Don't import logger as ethlogger | Taylor Gerring | 2015-03-02 | 2 | -14/+14 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Implement eth.miner.new_block event | Taylor Gerring | 2015-03-01 | 2 | -5/+14 |
| | | |/ / / / / / / / | | |/| | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9 | obscuren | 2015-03-04 | 5 | -51/+89 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ↵ | obscuren | 2015-03-04 | 5 | -51/+89 |
|/| | | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | ethersphere-blockpool2 | ||||
| * | | | | | | | | | partial fix to idle best peer issue | zelig | 2015-03-04 | 3 | -13/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - best peer cannot be idle for more than idleBestPeerTimeout - introduce ErrIdleTooLong fatal error - modify default values | ||||
| * | | | | | | | | | log when added peer is behind (hash found in blockchain) | zelig | 2015-03-03 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockpool2 | zelig | 2015-03-03 | 41 | -624/+1032 |
| |\| | | | | | | | | |||||
| * | | | | | | | | | - fix peer disconnect by adding severity function to errs | zelig | 2015-03-03 | 4 | -38/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improve logging - suicide -> removeChain - improved status BlocksInPool calculation | ||||
* | | | | | | | | | | Fixes and debug added | obscuren | 2015-03-04 | 4 | -6/+8 |
| | | | | | | | | | | |||||
* | | | | | | | | | | merge | obscuren | 2015-03-04 | 15 | -209/+169 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Filter accepts multiple topics per entry. Fixes #403 | obscuren | 2015-03-02 | 4 | -104/+40 |
| | | | | | | | | | | |||||
| * | | | | | | | | | GetOrNew for accessors. Fixes #404 | obscuren | 2015-03-02 | 2 | -17/+9 |
| | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Report debug hash rate | obscuren | 2015-03-01 | 2 | -6/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixed miner threads for ethereum CLI | obscuren | 2015-03-01 | 2 | -18/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #402 from tgerring/rpcupdates | Jeffrey Wilcke | 2015-03-01 | 6 | -66/+72 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Set RPC listening address via param | ||||
| | * | | | | | | | | Report RPC listening address in logs | Taylor Gerring | 2015-02-28 | 1 | -1/+3 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Add flag to set RPC port | Taylor Gerring | 2015-02-28 | 6 | -65/+69 |
| | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #398 from tgerring/assetpath | Jeffrey Wilcke | 2015-03-01 | 1 | -2/+11 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Check source directory for assets as last resort | ||||
| | * | | | | | | | | bump last resort check out of ifelse | Taylor Gerring | 2015-02-27 | 1 | -5/+6 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Check source directroy for assets as last resort | Taylor Gerring | 2015-02-27 | 1 | -2/+10 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'xcthulhu-publictests' into poc-9 | obscuren | 2015-03-04 | 58 | -95/+17748 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fixed pow stuff | obscuren | 2015-03-04 | 10 | -58/+28 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'publictests' of https://github.com/xcthulhu/go-ethereum into ↵ | obscuren | 2015-03-04 | 52 | -42/+17725 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xcthulhu-publictests | ||||
| | * | | | | | | | | | | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 52 | -70/+17425 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Only one uncle | Matthew Wampler-Doty | 2015-03-03 | 1 | -0/+4 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Exposing stuff for ethash | Matthew Wampler-Doty | 2015-02-28 | 3 | -2/+5 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'publictests' of github.com:ebuchman/go-ethereum into ethash_pow | Matthew Wampler-Doty | 2015-02-28 | 52 | -744/+1508 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | public functions for making chains on the fly | Ethan Buchman | 2015-02-28 | 2 | -96/+131 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop | Ethan Buchman | 2015-02-27 | 82 | -1558/+2687 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | core: chain manager forking tests | Ethan Buchman | 2015-02-18 | 1 | -0/+276 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop | Ethan Buchman | 2015-02-18 | 962 | -10616/+457352 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | fix unchecked slice index on tx.From() | Ethan Buchman | 2015-01-27 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Introducign MixDigest and SeedHash | Matthew Wampler-Doty | 2015-02-28 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | changed message | obscuren | 2015-03-04 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | GasLimit check updated | obscuren | 2015-03-04 | 3 | -6/+17 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fixed error for invalid transaction | obscuren | 2015-03-03 | 4 | -12/+29 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9 | obscuren | 2015-03-03 | 13 | -135/+378 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from 13be3e3..9e3fe72 | obscuren | 2015-03-03 | 13 | -135/+378 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e3fe72 update state root hash git-subtree-dir: tests/files git-subtree-split: 9e3fe720e3d46f046e06a91e45c881e79557f721 | ||||
* | | | | | | | | | | | | | | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9 | obscuren | 2015-03-03 | 12 | -289/+457 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from 402e748..13be3e3 | obscuren | 2015-03-03 | 12 | -289/+457 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13be3e3 update git-subtree-dir: tests/files git-subtree-split: 13be3e33afa8d708786f82b63bf874138f05bb02 | ||||
* | | | | | | | | | | | | | | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9 | obscuren | 2015-03-03 | 12 | -459/+291 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from 2bfb7db..402e748 | obscuren | 2015-03-03 | 12 | -459/+291 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 402e748 Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 13b6a99 State test refill. git-subtree-dir: tests/files git-subtree-split: 402e7482f9283e08869b3412329e24ef6287d8c7 | ||||
* | | | | | | | | | | | | | | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9 | obscuren | 2015-03-03 | 14 | -330/+312 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from 6f75ca3..2bfb7db | obscuren | 2015-03-03 | 14 | -330/+312 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2bfb7db update memory test 88f32fa Merge remote-tracking branch 'origin/PoC9' into PoC9 a1f73f9 update gas costs e16b5d3 Move over to key value rather than array of arrays since they're unordered and no duplicates. ac11bbc Merge branch 'PoC9' of github.com:/ethereum/tests into PoC9 93ae304 Move to non-repeated. fd9e406 Added test 2 git-subtree-dir: tests/files git-subtree-split: 2bfb7dbe09c62319b28a2c2873caf7e7e99bf32a | ||||
* | | | | | | | | | | | | | | Updated gast costs | obscuren | 2015-03-03 | 4 | -25/+24 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9 | obscuren | 2015-03-03 | 11 | -8233/+168 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from 998e275..6f75ca3 | obscuren | 2015-03-03 | 11 | -8233/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f75ca3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8d22687 update state root - DEBUG git-subtree-dir: tests/files git-subtree-split: 6f75ca354f239fa30f4e07754ede575aed24bbc2 | ||||
* | | | | | | | | | | | | | | wup | obscuren | 2015-03-03 | 1 | -7/+10 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9 | obscuren | 2015-03-03 | 7 | -89/+273 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from a3d44ca..998e275 | obscuren | 2015-03-03 | 7 | -89/+273 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 998e275 renamed 089e346 Added hex encoded securetrie test cdefad8 Update VM tests. ec0a309 update state root b3d223e update state root hash 171a945 update memory teste git-subtree-dir: tests/files git-subtree-split: 998e2756b5491c760f6624c62ebc09e86197c31f | ||||
* | | | | | | | | | | | | | | Trie => SecureTrie | obscuren | 2015-03-03 | 3 | -3/+7 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Delet => Delete | obscuren | 2015-03-03 | 1 | -8/+15 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Delet => Delete | obscuren | 2015-03-03 | 2 | -1/+33 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Quad mem & log changes | obscuren | 2015-03-03 | 2 | -10/+15 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Fixed test helper | obscuren | 2015-03-03 | 2 | -4/+4 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Bloom expanded by 4 | obscuren | 2015-03-03 | 1 | -3/+4 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Redone rlp | obscuren | 2015-03-03 | 2 | -8/+5 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9 | obscuren | 2015-03-03 | 20 | -552/+5276 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from c6111e6..a3d44ca | obscuren | 2015-03-03 | 20 | -552/+5276 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a3d44ca update state tests to PoC9 709d6a7 update stSystemOperationsTest.json 3188f77 fix jumpdest requirements 202b69a remove memory test 41b4e1d add memory tests 2597bdf Merge remote-tracking branch 'origin/PoC9' into PoC9 0de34b2 add stateRoot to state tests 10b4ced Remove unneeded tests. 88eb6bf Fix for tests. 9010f17 Test updates. git-subtree-dir: tests/files git-subtree-split: a3d44caae83dd48db7df176dc784c529945e90a1 | ||||
* | | | | | | | | | | | | | | quad mem | obscuren | 2015-03-03 | 4 | -17/+54 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9 | obscuren | 2015-03-03 | 9 | -150/+150 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Squashed 'tests/files/' changes from ce7204f..c6111e6 | obscuren | 2015-03-03 | 9 | -150/+150 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6111e6 New tests. git-subtree-dir: tests/files git-subtree-split: c6111e6b5d23766743d004707475e84848ff0ddb | ||||
* | | | | | | | | | | | | | | updated tests | obscuren | 2015-03-03 | 2 | -18/+30 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' | obscuren | 2015-03-02 | 74 | -0/+46739 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6 | ||||
| * | | | | | | | | | | | | | rm failing tests | CJentzsch | 2015-03-02 | 109 | -2170319/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | rm failing random tests | CJentzsch | 2015-03-02 | 12 | -566/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | vmGasCostchanges | CJentzsch | 2015-03-02 | 23 | -22369/+591 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | add secure trie tests | CJentzsch | 2015-03-02 | 2 | -0/+140 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | refine memory stress test | CJentzsch | 2015-03-02 | 1 | -13/+15 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | move extrem memory test to stMemoryStressTest.json | CJentzsch | 2015-03-01 | 2 | -122/+124 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #69 from winsvega/develop | Christoph Jentzsch | 2015-03-01 | 2 | -0/+89 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fork block tests | ||||
| | * | | | | | | | | | | | | | Fork block tests | winsvega | 2015-03-01 | 2 | -0/+89 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | more memmory hard quadratic complexity tests | CJentzsch | 2015-03-01 | 1 | -0/+536 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | more jump tests | CJentzsch | 2015-02-27 | 1 | -0/+103 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add more addmod mulmod overflow tests | CJentzsch | 2015-02-27 | 1 | -0/+313 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | add refund tests with CALL | CJentzsch | 2015-02-27 | 1 | -40/+237 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | more mem tests - calldatacopy and return | CJentzsch | 2015-02-27 | 3 | -7/+332 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | adjust test for new mem rule | CJentzsch | 2015-02-26 | 3 | -30/+74 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | update to new quadratic memory cost rule | CJentzsch | 2015-02-26 | 5 | -95/+317 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin' into develop | CJentzsch | 2015-02-26 | 1 | -1/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Merge pull request #68 from winsvega/develop | Christoph Jentzsch | 2015-02-26 | 1 | -1/+13 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction WrongRLP tests | ||||
| | | * | | | | | | | | | | | | | Transaction WrongRLP tests | winsvega | 2015-02-26 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more rlps with first zeros | ||||
| * | | | | | | | | | | | | | | | low limit for difficulty is 1024 | CJentzsch | 2015-02-26 | 1 | -71/+71 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8 | CJentzsch | 2015-02-26 | 1 | -0/+2498 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #67 from winsvega/develop | Christoph Jentzsch | 2015-02-26 | 1 | -2/+6 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction RLP Tests | ||||
| | * | | | | | | | | | | | | | Transaction RLP Tests | winsvega | 2015-02-26 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong transaction RLPs correction | ||||
| * | | | | | | | | | | | | | | Merge pull request #66 from winsvega/develop | Christoph Jentzsch | 2015-02-25 | 1 | -0/+546 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block Tests | ||||
| | * | | | | | | | | | | | | | Block Tests | winsvega | 2015-02-25 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encoded transaction comment | ||||
| | * | | | | | | | | | | | | | Block Tests | winsvega | 2015-02-25 | 1 | -0/+546 |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block Rlps with invalid transactions | ||||
| * | | | | | | | | | | | | | more Pawel tests | CJentzsch | 2015-02-25 | 2 | -1/+414 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | add memory tests | CJentzsch | 2015-02-25 | 1 | -0/+246 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | use 50000 bytes for CALLDATACOPY | CJentzsch | 2015-02-25 | 1 | -6/+6 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | add Pawels tests | CJentzsch | 2015-02-25 | 4 | -0/+695 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | add quadratic complexity tests | CJentzsch | 2015-02-25 | 3 | -4/+7643 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into develop | CJentzsch | 2015-02-24 | 3 | -0/+28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | spelling error | wanderer | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | spelling error | wanderer | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | added genesis info | wanderer | 2015-02-24 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Update crypto.json | martin becze | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge pull request #65 from romanman/develop | Christoph Jentzsch | 2015-02-23 | 1 | -0/+8 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce cryptography testing | ||||
| | | * | | | | | | | | | | | | | Introduce cryptography testing | romanman | 2015-02-23 | 1 | -0/+8 |
| | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + First test case will check the interoperability for all clients to decrypt the cipher with AES in CTR mode. | ||||
| * / / / / / / / / / / / / / | remove impossible tests, add create hash collision test | CJentzsch | 2015-02-24 | 3 | -152/+177 |
| |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into develop | CJentzsch | 2015-02-23 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Update trieanyorder.json | Christoph Jentzsch | 2015-02-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In correct anyorder trie tests, where all permuations should have the same root, one can not have 2 keys with the same value. | ||||
| * | | | | | | | | | | | | | | fix transaction tests | CJentzsch | 2015-02-23 | 1 | -27/+15 |
| |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Format clean up | martin becze | 2015-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | consistent values please | martin becze | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | added unpaded R value test | wanderer | 2015-02-22 | 1 | -1/+16 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | undo gasMemCostChange, add some state tests | CJentzsch | 2015-02-21 | 6 | -118/+525 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | memGasCost checks | CJentzsch | 2015-02-20 | 3 | -16/+498 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Remove initial allocs - it tests nothing additional and is difficult to ↵ | Gav Wood | 2015-02-20 | 1 | -13/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maintain, especially with genesis contracts. See https://github.com/ethereum/tests/blob/develop/BasicTests/genesishashestest.json for that information. | ||||
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into develop | CJentzsch | 2015-02-17 | 1 | -0/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #60 from winsvega/develop | winsvega | 2015-02-17 | 1 | -0/+12 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ttWrongRLPTransaction | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of https://github.com/ethereum/tests into develop | winsvega | 2015-02-17 | 5 | -5/+377 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | new transaction wrong rlp test | winsvega | 2015-02-17 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | python fail | CJentzsch | 2015-02-17 | 1 | -0/+31 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | cppjit fails | CJentzsch | 2015-02-16 | 4 | -0/+196 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | more performance tests | CJentzsch | 2015-02-16 | 1 | -5/+181 |
| |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | add creation txs in block tests | CJentzsch | 2015-02-16 | 1 | -67/+100 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | more transaction tests | CJentzsch | 2015-02-16 | 1 | -0/+871 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | first block tests | CJentzsch | 2015-02-16 | 2 | -0/+1004 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #59 from winsvega/develop | Christoph Jentzsch | 2015-02-13 | 2 | -0/+102 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new solidity tests, manual altered transaction tests | ||||
| | * | | | | | | | | | | | | | new tests | winsvega | 2015-02-13 | 2 | -0/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solidity test wrong transaction rlp (manual) | ||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into develop | CJentzsch | 2015-02-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | bump | wanderer | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | performance test | CJentzsch | 2015-02-13 | 1 | -0/+46 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | add more transaction tests | CJentzsch | 2015-02-11 | 1 | -8/+56 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into develop | CJentzsch | 2015-02-11 | 3 | -8/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Update ttTransactionTest.json | martin becze | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Update ttTransactionTest.json | martin becze | 2015-02-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated signature | ||||
| | * | | | | | | | | | | | | | | Update ttTransactionTest.json | martin becze | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated RLP | ||||
| | * | | | | | | | | | | | | | | Update ttTransactionTest.json | martin becze | 2015-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | added transaction tests to index.js | wanderer | 2015-02-11 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | cppjit fails | CJentzsch | 2015-02-11 | 4 | -0/+155 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | undo changed due to memory gas cost rule | CJentzsch | 2015-02-10 | 2 | -365/+5 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | cppjit fail | CJentzsch | 2015-02-10 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | more memory cost tests | CJentzsch | 2015-02-09 | 1 | -0/+360 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | update memory rule | CJentzsch | 2015-02-09 | 3 | -51/+5 |
| |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | gas failure cppjit | CJentzsch | 2015-02-08 | 1 | -0/+46 |
| | | | | | | | | | | | | | |