aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* accounts: AccountManager -> ManagerFelix Lange2015-03-086-36/+37
* accounts: prevent early drops and zero keys in memory when droppingFelix Lange2015-03-081-19/+50
* accounts: fix uses of sync.RWMutexFelix Lange2015-03-081-4/+6
* accounts: use time.Duration correctlyFelix Lange2015-03-082-13/+14
* accounts: use pointers consistentlyFelix Lange2015-03-083-17/+14
* cmd/ethereum: add account commandsFelix Lange2015-03-072-34/+93
* accounts, core, eth, xeth: use account manager for everythingFelix Lange2015-03-074-48/+58
* Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-0610-58/+83
* Merge pull request #433 from fjl/newcliFelix Lange2015-03-0664-3145/+6683
|\
| * cmd/ethereum: fix JS REPL exit and add support for dumb terminalsFelix Lange2015-03-062-31/+60
| * Godeps: add github.com/peterh/linerFelix Lange2015-03-0622-0/+2579
| * cmd/ethereum: new JS repl with cross-platform line editingFelix Lange2015-03-067-538/+209
| * cmd/ethereum: improve command line interfaceFelix Lange2015-03-0623-272/+3805
| * Godeps: delete golang.org/x/net/websocketFelix Lange2015-03-069-2266/+0
| * ethutil: remove Config variableFelix Lange2015-03-067-37/+29
* | Merge pull request #434 from fjl/poc-9Felix Lange2015-03-0663-2534/+3271
|\ \
| * | Godeps: bump github.com/ethereum/ethashFelix Lange2015-03-0663-2534/+3271
|/ /
* | Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9obscuren2015-03-064-1/+377
|\ \
| * \ Merge pull request #426 from Gustav-Simonsson/add_blockchain_testsJeffrey Wilcke2015-03-064-1/+377
| |\ \
| | * | Add initial implementation of block testsGustav Simonsson2015-03-054-1/+377
* | | | Merge branch 'develop' into poc-9obscuren2015-03-062-8/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'tendermint-develop_pull_request' into developobscuren2015-03-062-9/+22
| |\ \ \
| | * | | Start at 0obscuren2015-03-061-2/+1
| | * | | Merge branch 'develop_pull_request' of https://github.com/tendermint/ethermin...obscuren2015-03-061-7/+21
| |/| | |
| | * | | Fixed iterator bug which skips the 0x000...000 key=2015-03-051-7/+21
* | | | | Merge branch 'develop' into poc-9obscuren2015-03-0627-36/+544
|\| | | |
| * | | | Merge branch 'alexvandesande-ui' into developobscuren2015-03-0627-36/+544
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Removed unused variablesobscuren2015-03-061-2/+1
| | * | | network back to local filesAlexandre Van de Sande2015-03-051-5/+0
| | * | | Fixed Average Return calculationAlexandre Van de Sande2015-03-052-3/+3
| | * | | updated network app to latest buildAlexandre Van de Sande2015-03-043-4/+5
| | * | | Merge branch 'develop' into uiAlexandre Van de Sande2015-03-0465-1325/+1402
| | |\ \ \ | | |/ / / | |/| | |
| | * | | network dashboard is now a local fileAlexandre Van de Sande2015-03-0423-1/+346
| | * | | updating to new network health pageAlexandre Van de Sande2015-03-042-4/+5
| | * | | Network Health Panel with miningAlexandre Van de Sande2015-03-035-27/+178
| | * | | Merge branch 'develop' into uiAlexandre Van de Sande2015-02-23111-2977/+1988
| | |\ \ \
| | * | | | changes to sidebar sizesAlexandre Van de Sande2015-02-231-17/+32
* | | | | | Merge branch 'fjl-p2p-handshake-2' into poc-9obscuren2015-03-0615-747/+763
|\ \ \ \ \ \
| * | | | | | Merge branch 'p2p-handshake-2' of https://github.com/fjl/go-ethereum into fjl...obscuren2015-03-0615-747/+763
|/| | | | | |
| * | | | | | eth, p2p: delete p2p.BlacklistFelix Lange2015-03-042-67/+1
| * | | | | | p2p: reject messages that cannot be written as simple RLPx framesFelix Lange2015-03-041-0/+5
| * | | | | | p2p: restore read/write timeoutsFelix Lange2015-03-045-37/+37
| * | | | | | eth, whisper: fix msg.Payload readsFelix Lange2015-03-042-32/+31
| * | | | | | p2p: msg.Payload contains list dataFelix Lange2015-03-047-75/+25
| * | | | | | p2p: verify protocol handshake node IDFelix Lange2015-03-041-0/+3
| * | | | | | p2p: make encryption handshake code easier to followFelix Lange2015-03-042-302/+272
| * | | | | | p2p/discover: add NodeID.PubkeyFelix Lange2015-03-042-0/+33
| * | | | | | p2p: make RLPx frame MAC 16 bytes as defined in the specFelix Lange2015-03-042-13/+19
| * | | | | | p2p: delete frameRWFelix Lange2015-03-042-184/+0
| * | | | | | p2p: use RLPx frames for messagingFelix Lange2015-03-046-50/+73
| * | | | | | p2p: encrypted and authenticated RLPx frame I/OFelix Lange2015-03-044-172/+197
| * | | | | | p2p: add basic RLPx frame I/OFelix Lange2015-03-042-0/+252
| | |_|_|/ / | |/| | | |
* | | | | | wip mathobscuren2015-03-063-0/+152
| |_|_|_|/ |/| | | |
* | | | | Miner fixes and updates (including miner)obscuren2015-03-0510-32/+45
|/ / / /
* | | | Clean up REPLobscuren2015-03-047-166/+141
* | | | Merge branch 'develop' into poc-9obscuren2015-03-042-14/+12
|\| | |
| * | | removed double flag. Closes #421obscuren2015-03-041-1/+0
| * | | Merge pull request #413 from chfast/pr/jit_build_fixesJeffrey Wilcke2015-03-041-13/+12
| |\ \ \
| | * | | Fix JitVm buildPaweł Bylica2015-03-031-1/+1
| | * | | Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-03-0347-833/+1204
| | |\ \ \
| | * | | | Add required block numberPaweł Bylica2015-03-031-1/+1
| | * | | | Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-02-248-26/+60
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/develop' into evmjitPaweł Bylica2015-02-24803-3573/+442114
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Update JIT interface to ABI 0.2: code hash added to input data, gas counter p...Paweł Bylica2015-02-161-11/+10
* | | | | | | uncle validationobscuren2015-03-044-30/+46
* | | | | | | Fixed genesisobscuren2015-03-043-20/+31
* | | | | | | updated genesisobscuren2015-03-042-1/+4
* | | | | | | Changed nonce to a uint64obscuren2015-03-0410-25/+30
* | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-042-34/+0
|\| | | | | |
| * | | | | | removed all old filtersobscuren2015-03-042-34/+0
* | | | | | | Merge branch 'develop' into poc-9obscuren2015-03-049-285/+49
|\| | | | | |
| * | | | | | Merge pull request #411 from ethersphere/readmeJeffrey Wilcke2015-03-045-132/+48
| |\ \ \ \ \ \
| | * | | | | | db name database -> blockchain in backend error messagezelig2015-03-031-1/+1
| | * | | | | | remove threatening coding standards section from READMEzelig2015-03-031-31/+0
| | * | | | | | remove obsolete install scriptzelig2015-03-031-53/+0
| | * | | | | | minor cleanupzelig2015-03-032-6/+7
| | * | | | | | update READMEzelig2015-03-031-42/+41
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #409 from tgerring/jsonlogsJeffrey Wilcke2015-03-047-24/+40
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #408 from tgerring/removewsJeffrey Wilcke2015-03-047-153/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-0215-150/+153
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Remove Websockets RPC transportTaylor Gerring2015-03-017-152/+1
* | | | | | | | | Merge branch 'ethersphere-jsonlogs' into poc-9obscuren2015-03-046-29/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'jsonlogs' of https://github.com/ethersphere/go-ethereum into et...obscuren2015-03-046-29/+64
|/| | | | | | | | |
| * | | | | | | | | add eth.chain.new_head log to core/chain_managerzelig2015-03-031-3/+12
| * | | | | | | | | add eth.chain.received.new_block log to eth protocolzelig2015-03-031-1/+9
| * | | | | | | | | block number is *big.Int, remoteID is stringzelig2015-03-031-9/+9
| * | | | | | | | | Merge remote-tracking branch 'tgerring/jsonlogs' into jsonlogszelig2015-03-037-24/+40
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | / / / / / | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Fix logger import in testsTaylor Gerring2015-03-022-5/+5
| | * | | | | | | Add event eth.tx.receivedTaylor Gerring2015-03-021-0/+7
| | * | | | | | | Don't import logger as ethloggerTaylor Gerring2015-03-022-14/+14
| | * | | | | | | Implement eth.miner.new_block eventTaylor Gerring2015-03-012-5/+14
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'ethersphere-blockpool2' into poc-9obscuren2015-03-045-51/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'blockpool2' of https://github.com/ethersphere/go-ethereum into ...obscuren2015-03-045-51/+89
|/| | | | | | | |
| * | | | | | | | partial fix to idle best peer issuezelig2015-03-043-13/+33
| * | | | | | | | log when added peer is behind (hash found in blockchain)zelig2015-03-031-0/+1
| * | | | | | | | Merge remote-tracking branch 'upstream/develop' into blockpool2zelig2015-03-0341-624/+1032
| |\| | | | | | |
| * | | | | | | | - fix peer disconnect by adding severity function to errszelig2015-03-034-38/+55
* | | | | | | | | Fixes and debug addedobscuren2015-03-044-6/+8
* | | | | | | | | mergeobscuren2015-03-0415-209/+169
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-024-104/+40
| * | | | | | | | GetOrNew for accessors. Fixes #404obscuren2015-03-022-17/+9
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Report debug hash rateobscuren2015-03-012-6/+15
| * | | | | | | Fixed miner threads for ethereum CLIobscuren2015-03-012-18/+22
| * | | | | | | Merge pull request #402 from tgerring/rpcupdatesJeffrey Wilcke2015-03-016-66/+72
| |\ \ \ \ \ \ \
| | * | | | | | | Report RPC listening address in logsTaylor Gerring2015-02-281-1/+3
| | * | | | | | | Add flag to set RPC portTaylor Gerring2015-02-286-65/+69
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #398 from tgerring/assetpathJeffrey Wilcke2015-03-011-2/+11
| |\ \ \ \ \ \ \
| | * | | | | | | bump last resort check out of ifelseTaylor Gerring2015-02-271-5/+6
| | * | | | | | | Check source directroy for assets as last resortTaylor Gerring2015-02-271-2/+10
* | | | | | | | | Merge branch 'xcthulhu-publictests' into poc-9obscuren2015-03-0458-95/+17748
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixed pow stuffobscuren2015-03-0410-58/+28
| * | | | | | | | | Merge branch 'publictests' of https://github.com/xcthulhu/go-ethereum into xc...obscuren2015-03-0452-42/+17725
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Introducing ethashMatthew Wampler-Doty2015-03-0352-70/+17425
| | * | | | | | | | | Only one uncleMatthew Wampler-Doty2015-03-031-0/+4
| | * | | | | | | | | Exposing stuff for ethashMatthew Wampler-Doty2015-02-283-2/+5
| | * | | | | | | | | Merge branch 'publictests' of github.com:ebuchman/go-ethereum into ethash_powMatthew Wampler-Doty2015-02-2852-744/+1508
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | public functions for making chains on the flyEthan Buchman2015-02-282-96/+131
| | | * | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/go-ethereum into developEthan Buchman2015-02-2782-1558/+2687
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | core: chain manager forking testsEthan Buchman2015-02-181-0/+276
| | | * | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/go-ethereum into developEthan Buchman2015-02-18962-10616/+457352
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | fix unchecked slice index on tx.From()Ethan Buchman2015-01-271-2/+7
| | * | | | | | | | | | | | Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-283-4/+9
* | | | | | | | | | | | | | changed messageobscuren2015-03-041-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | GasLimit check updatedobscuren2015-03-043-6/+17
* | | | | | | | | | | | | Fixed error for invalid transactionobscuren2015-03-034-12/+29
* | | | | | | | | | | | | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9obscuren2015-03-0313-135/+378
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 13be3e3..9e3fe72obscuren2015-03-0313-135/+378
* | | | | | | | | | | | | | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9obscuren2015-03-0312-289/+457
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 402e748..13be3e3obscuren2015-03-0312-289/+457
* | | | | | | | | | | | | | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9obscuren2015-03-0312-459/+291
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 2bfb7db..402e748obscuren2015-03-0312-459/+291
* | | | | | | | | | | | | | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9obscuren2015-03-0314-330/+312
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 6f75ca3..2bfb7dbobscuren2015-03-0314-330/+312
* | | | | | | | | | | | | | Updated gast costsobscuren2015-03-034-25/+24
* | | | | | | | | | | | | | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9obscuren2015-03-0311-8233/+168
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from 998e275..6f75ca3obscuren2015-03-0311-8233/+168
* | | | | | | | | | | | | | wupobscuren2015-03-031-7/+10
* | | | | | | | | | | | | | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9obscuren2015-03-037-89/+273
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from a3d44ca..998e275obscuren2015-03-037-89/+273
* | | | | | | | | | | | | | Trie => SecureTrieobscuren2015-03-033-3/+7
* | | | | | | | | | | | | | Delet => Deleteobscuren2015-03-031-8/+15
* | | | | | | | | | | | | | Delet => Deleteobscuren2015-03-032-1/+33
* | | | | | | | | | | | | | Quad mem & log changesobscuren2015-03-032-10/+15
* | | | | | | | | | | | | | Fixed test helperobscuren2015-03-032-4/+4
* | | | | | | | | | | | | | Bloom expanded by 4obscuren2015-03-031-3/+4
* | | | | | | | | | | | | | Redone rlpobscuren2015-03-032-8/+5
* | | | | | | | | | | | | | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9obscuren2015-03-0320-552/+5276
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from c6111e6..a3d44caobscuren2015-03-0320-552/+5276
* | | | | | | | | | | | | | quad memobscuren2015-03-034-17/+54
* | | | | | | | | | | | | | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9obscuren2015-03-039-150/+150
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Squashed 'tests/files/' changes from ce7204f..c6111e6obscuren2015-03-039-150/+150
* | | | | | | | | | | | | | updated testsobscuren2015-03-032-18/+30
* | | | | | | | | | | | | | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-0274-0/+46739
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | rm failing testsCJentzsch2015-03-02109-2170319/+0
| * | | | | | | | | | | | | rm failing random testsCJentzsch2015-03-0212-566/+0
| * | | | | | | | | | | | | vmGasCostchangesCJentzsch2015-03-0223-22369/+591
| * | | | | | | | | | | | | add secure trie testsCJentzsch2015-03-022-0/+140
| * | | | | | | | | | | | | refine memory stress testCJentzsch2015-03-021-13/+15
| * | | | | | | | | | | | | move extrem memory test to stMemoryStressTest.jsonCJentzsch2015-03-012-122/+124
| * | | | | | | | | | | | | Merge pull request #69 from winsvega/developChristoph Jentzsch2015-03-012-0/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fork block testswinsvega2015-03-012-0/+89
| * | | | | | | | | | | | | | more memmory hard quadratic complexity testsCJentzsch2015-03-011-0/+536
| * | | | | | | | | | | | | | more jump testsCJentzsch2015-02-271-0/+103
| * | | | | | | | | | | | | | add more addmod mulmod overflow testsCJentzsch2015-02-271-0/+313
| * | | | | | | | | | | | | | add refund tests with CALLCJentzsch2015-02-271-40/+237
| * | | | | | | | | | | | | | more mem tests - calldatacopy and returnCJentzsch2015-02-273-7/+332
| * | | | | | | | | | | | | | adjust test for new mem ruleCJentzsch2015-02-263-30/+74
| * | | | | | | | | | | | | | update to new quadratic memory cost ruleCJentzsch2015-02-265-95/+317
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin' into developCJentzsch2015-02-261-1/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Merge pull request #68 from winsvega/developChristoph Jentzsch2015-02-261-1/+13
| | |\| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Transaction WrongRLP testswinsvega2015-02-261-1/+13
| * | | | | | | | | | | | | | | low limit for difficulty is 1024CJentzsch2015-02-261-71/+71
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | tests for mem at 32,64 KB +- 1, 31,32,33 for mstore and mstore8CJentzsch2015-02-261-0/+2498
| * | | | | | | | | | | | | | Merge pull request #67 from winsvega/developChristoph Jentzsch2015-02-261-2/+6
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Transaction RLP Testswinsvega2015-02-261-2/+6
| * | | | | | | | | | | | | | Merge pull request #66 from winsvega/developChristoph Jentzsch2015-02-251-0/+546
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Block Testswinsvega2015-02-251-14/+14
| | * | | | | | | | | | | | | Block Testswinsvega2015-02-251-0/+546
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | more Pawel testsCJentzsch2015-02-252-1/+414
| * | | | | | | | | | | | | add memory testsCJentzsch2015-02-251-0/+246
| * | | | | | | | | | | | | use 50000 bytes for CALLDATACOPYCJentzsch2015-02-251-6/+6
| * | | | | | | | | | | | | add Pawels testsCJentzsch2015-02-254-0/+695
| * | | | | | | | | | | | | add quadratic complexity testsCJentzsch2015-02-253-4/+7643
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-243-0/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | spelling errorwanderer2015-02-241-1/+1
| | * | | | | | | | | | | | | spelling errorwanderer2015-02-241-1/+1
| | * | | | | | | | | | | | | added genesis infowanderer2015-02-242-0/+20
| | * | | | | | | | | | | | | Update crypto.jsonmartin becze2015-02-241-1/+1
| | * | | | | | | | | | | | | Merge pull request #65 from romanman/developChristoph Jentzsch2015-02-231-0/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Introduce cryptography testingromanman2015-02-231-0/+8
| | |/ / / / / / / / / / / / /
| * / / / / / / / / / / / / / remove impossible tests, add create hash collision testCJentzsch2015-02-243-152/+177
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-231-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Update trieanyorder.jsonChristoph Jentzsch2015-02-231-1/+0
| * | | | | | | | | | | | | | fix transaction testsCJentzsch2015-02-231-27/+15
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Format clean upmartin becze2015-02-231-2/+2
| * | | | | | | | | | | | | consistent values pleasemartin becze2015-02-221-1/+1
| * | | | | | | | | | | | | added unpaded R value testwanderer2015-02-221-1/+16
| * | | | | | | | | | | | | undo gasMemCostChange, add some state testsCJentzsch2015-02-216-118/+525
| * | | | | | | | | | | | | memGasCost checksCJentzsch2015-02-203-16/+498
| * | | | | | | | | | | | | Remove initial allocs - it tests nothing additional and is difficult to maint...Gav Wood2015-02-201-13/+3
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-171-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #60 from winsvega/developwinsvega2015-02-171-0/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of https://github.com/ethereum/tests into developwinsvega2015-02-175-5/+377
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | new transaction wrong rlp testwinsvega2015-02-171-0/+12
| * | | | | | | | | | | | | | | python failCJentzsch2015-02-171-0/+31
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | cppjit failsCJentzsch2015-02-164-0/+196
| * | | | | | | | | | | | | | more performance testsCJentzsch2015-02-161-5/+181
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | add creation txs in block testsCJentzsch2015-02-161-67/+100
| * | | | | | | | | | | | | more transaction testsCJentzsch2015-02-161-0/+871
| * | | | | | | | | | | | | first block testsCJentzsch2015-02-162-0/+1004
| * | | | | | | | | | | | | Merge pull request #59 from winsvega/developChristoph Jentzsch2015-02-132-0/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | new testswinsvega2015-02-132-0/+102
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | bumpwanderer2015-02-121-1/+1
| * | | | | | | | | | | | | | | performance testCJentzsch2015-02-131-0/+46
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | add more transaction testsCJentzsch2015-02-111-8/+56
| * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into developCJentzsch2015-02-113-8/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-4/+4
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| | * | | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-2/+2
| | * | | | | | | | | | | | | | added transaction tests to index.jswanderer2015-02-112-1/+4
| * | | | | | | | | | | | | | | cppjit failsCJentzsch2015-02-114-0/+155
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | undo changed due to memory gas cost ruleCJentzsch2015-02-102-365/+5
| * | | | | | | | | | | | | | cppjit failCJentzsch2015-02-101-0/+46
| * | | | | | | | | | | | | | more memory cost testsCJentzsch2015-02-091-0/+360
| * | | | | | | | | | | | | | update memory ruleCJentzsch2015-02-093-51/+5
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | gas failure cppjitCJentzsch2015-02-081-0/+46
| * | | | | | | | | | | | | cppjit failsCJentzsch2015-02-072-0/+104
| * | | | | | | | | | | | | sha3 performance testCJentzsch2015-02-074-0/+168
| * | | | | | | | | | | | | failing tests from random simulation as state tests and transaction testsCJentzsch2015-02-062-3/+158
| * | | | | | | | | | | | | cppjit wrong cmake config failCJentzsch2015-02-062-0/+92
| * | | | | | | | | | | | | debug version for cppjit in dockerfileCJentzsch2015-02-061-1/+1
| * | | | | | | | | | | | | enabled testssveneh2015-02-051-3/+3
| * | | | | | | | | | | | | enabled python in testssveneh2015-02-051-16/+17
| * | | | | | | | | | | | | updated python and go to new build requirement. added script to createsveneh2015-02-056-32/+48
| * | | | | | | | | | | | | remove false testsCJentzsch2015-02-042-104/+0
| * | | | | | | | | | | | | python failCJentzsch2015-02-043-0/+180
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin' into developCJentzsch2015-02-042-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | updated blockchain requirewanderer2015-02-042-3/+3
| * | | | | | | | | | | | | | goFailCJentzsch2015-02-041-0/+59
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | moved blockchain testswanderer2015-02-042-0/+0
| * | | | | | | | | | | | | cppjit failCJentzsch2015-02-031-0/+31
| * | | | | | | | | | | | | RefundOverflowTestCJentzsch2015-02-031-0/+40
| * | | | | | | | | | | | | Create badBlockChain.jsonmartin becze2015-02-011-0/+2189
| * | | | | | | | | | | | | updated test loaderwanderer2015-02-012-7/+20
| * | | | | | | | | | | | | removed old folderwanderer2015-02-011-2189/+0
| * | | | | | | | | | | | | move folderwanderer2015-02-011-0/+2189
| * | | | | | | | | | | | | Rename basicBlockChain.js to basicBlockChain.jsonmartin becze2015-02-011-0/+0
| * | | | | | | | | | | | | Create basicBlockChain.jsmartin becze2015-02-011-0/+2189