aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |\ | | | | | | JIT build fixes
| | * 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 ↵Paweł Bylica2015-02-161-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | passed as int64
* | | | | | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go
| * | | | | Merge pull request #411 from ethersphere/readmeJeffrey Wilcke2015-03-045-132/+48
| |\ \ \ \ \ | | | | | | | | | | | | | | [WIP] Update Readme
| | * | | | | 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
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - TLDR for godep install - update executable section - cleanup - add several links to wiki
| * | | | | Merge pull request #409 from tgerring/jsonlogsJeffrey Wilcke2015-03-047-24/+40
| |\ \ \ \ \ | | | | | | | | | | | | | | Updated JSON log events
| * \ \ \ \ \ Merge pull request #408 from tgerring/removewsJeffrey Wilcke2015-03-047-153/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove Websockets RPC transport
| | * \ \ \ \ \ Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-0215-150/+153
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go
| | * | | | | | 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 ↵obscuren2015-03-046-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_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
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethersphere-blockpool2
| * | | | | | | partial fix to idle best peer issuezelig2015-03-043-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)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - improve logging - suicide -> removeChain - improved status BlocksInPool calculation
* | | | | | | | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Set RPC listening address via param
| | * | | | | | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Check source directory for assets as last resort
| | * | | | | | 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 ↵obscuren2015-03-0452-42/+17725
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xcthulhu-publictests
| | * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e3fe72 update state root hash git-subtree-dir: tests/files git-subtree-split: 9e3fe720e3d46f046e06a91e45c881e79557f721
* | | | | | | | | | | | | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9obscuren2015-03-0312-289/+457
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Squashed 'tests/files/' changes from 402e748..13be3e3obscuren2015-03-0312-289/+457
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 13be3e3 update git-subtree-dir: tests/files git-subtree-split: 13be3e33afa8d708786f82b63bf874138f05bb02
* | | | | | | | | | | | | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9obscuren2015-03-0312-459/+291
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Squashed 'tests/files/' changes from 2bfb7db..402e748obscuren2015-03-0312-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-9obscuren2015-03-0314-330/+312
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Squashed 'tests/files/' changes from 6f75ca3..2bfb7dbobscuren2015-03-0314-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 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6f75ca3 Merge remote-tracking branch 'origin/PoC9' into PoC9 8d22687 update state root - DEBUG git-subtree-dir: tests/files git-subtree-split: 6f75ca354f239fa30f4e07754ede575aed24bbc2
* | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 => 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6111e6 New tests. git-subtree-dir: tests/files git-subtree-split: c6111e6b5d23766743d004707475e84848ff0ddb
* | | | | | | | | | | | | updated testsobscuren2015-03-032-18/+30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-0274-0/+46739
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
| * | | | | | | | | | | | 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 tests
| | * | | | | | | | | | | | 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 tests
| | | * | | | | | | | | | | | Transaction WrongRLP testswinsvega2015-02-261-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more rlps with first zeros
| * | | | | | | | | | | | | | 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 Tests
| | * | | | | | | | | | | | Transaction RLP Testswinsvega2015-02-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong transaction RLPs correction
| * | | | | | | | | | | | | Merge pull request #66 from winsvega/developChristoph Jentzsch2015-02-251-0/+546
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block Tests
| | * | | | | | | | | | | | Block Testswinsvega2015-02-251-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encoded transaction comment
| | * | | | | | | | | | | | Block Testswinsvega2015-02-251-0/+546
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block Rlps with invalid transactions
| * | | | | | | | | | | | 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 testing
| | | * | | | | | | | | | | | Introduce cryptography testingromanman2015-02-231-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 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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 ↵Gav Wood2015-02-201-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 developCJentzsch2015-02-171-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #60 from winsvega/developwinsvega2015-02-171-0/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ttWrongRLPTransaction
| | | * \ \ \ \ \ \ \ \ \ \ \ 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 solidity tests, manual altered transaction tests
| | * | | | | | | | | | | | new testswinsvega2015-02-132-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solidity test wrong transaction rlp (manual)
| * | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated signature
| | * | | | | | | | | | | | | Update ttTransactionTest.jsonmartin becze2015-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated RLP
| | * | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dockers locally
| * | | | | | | | | | | | 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
| | | | | | | | | | | | |
| * | | | | | | | | | | | bumpwanderer2015-01-311-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update genesishashestest.jsonmartin becze2015-01-311-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed initial_alloc
| * | | | | | | | | | | | update genesis blockCJentzsch2015-01-301-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | delete wrong testsCJentzsch2015-01-301-416/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #50 from winsvega/developChristoph Jentzsch2015-01-283-15/+847
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction Tests
| | * | | | | | | | | | | | Transaction Testswinsvega2015-01-243-15/+847
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New State Tests
| * | | | | | | | | | | | | fixessveneh2015-01-262-2/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fixessveneh2015-01-262-4/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added EC2 provisioning, optimised docker for EC2, added python andsveneh2015-01-2618-77/+1092
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cppjit client (python not yet working)
| * | | | | | | | | | | | make money with transaction gas overflowCJentzsch2015-01-231-0/+40
| | | | | | | | | | | | |
| * | | | | | | | | | | | python failCJentzsch2015-01-231-0/+46
| | | | | | | | | | | | |
| * | | | | | | | | | | | python failsCJentzsch2015-01-232-0/+62
| | | | | | | | | | | | |
| * | | | | | | | | | | | add python failCJentzsch2015-01-231-0/+46
| | | | | | | | | | | | |
| * | | | | | | | | | | | cppjit failCJentzsch2015-01-231-0/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | python failCJentzsch2015-01-231-0/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | cppjit failureCJentzsch2015-01-221-0/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | failing python testCJentzsch2015-01-221-0/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | failing python testCJentzsch2015-01-221-0/+46
| | | | | | | | | | | | |
| * | | | | | | | | | | | more SHA3 tests, and random failing tests for pythonCJentzsch2015-01-203-0/+120
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop' of https://github.com/ethereum/tests into developCJentzsch2015-01-191-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | fixed sudo accesssveneh2015-01-191-0/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add python failCJentzsch2015-01-191-0/+31
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | remove old requireswanderer2015-01-191-23/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | use require-allwanderer2015-01-192-13/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #48 from sveneh/developChristoph Jentzsch2015-01-1611-0/+288
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testrunner deployment
| | * | | | | | | | | | | | fixed testrunnersveneh2015-01-152-0/+11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | uses docker in tesrunnersveneh2015-01-152-3/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Dockers for go, cppsveneh2015-01-158-11/+101
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | first version of automatic testrunner deployment. Uses ansible, vagrantsveneh2015-01-149-0/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and virtualbox
| * | | | | | | | | | | | | python fail callcode (insufficient balance)CJentzsch2015-01-151-0/+53
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add test with large data in callcreateCJentzsch2015-01-151-0/+52
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | update vmSystemOperationsTestCJentzsch2015-01-151-36/+52
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | added a inputLimits tests (46725 test cases)CJentzsch2015-01-152-0/+2164765
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | re-add vmSystemOperationsTestCJentzsch2015-01-151-0/+1926
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | python failCJentzsch2015-01-141-0/+54
| | | | | | | | | | | | |
| * | | | | | | | | | | | cppjit failing on byte?CJentzsch2015-01-144-0/+154
| | | | | | | | | | | | |
| * | | | | | | | | | | | python failCJentzsch2015-01-142-0/+104
| | | | | | | | | | | | |
| * | | | | | | | | | | | python failCJentzsch2015-01-142-0/+104
| | | | | | | | | | | | |
| * | | | | | | | | | | | go create return different addressCJentzsch2015-01-141-0/+53
| | | | | | | | | | | | |
| * | | | | | | | | | | | more cpp-jit failsCJentzsch2015-01-145-0/+187
| | | | | | | | | | | | |
| * | | | | | | | | | | | cppjit failCJentzsch2015-01-141-0/+46
| | | | | | | | | | | | |
| * | | | | | | | | | | | cpp-jit failCJentzsch2015-01-141-0/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | more failing testsCJentzsch2015-01-132-0/+62
| | | | | | | | | | | | |
| * | | | | | | | | | | | new cppjit failuresCJentzsch2015-01-132-0/+62
| | | | | | | | | | | | |
| * | | | | | | | | | | | cppjit failCJentzsch2015-01-131-0/+31
| | | | | | | | | | | | |
| * | | | | | | | | | | | first failing cppjit testsCJentzsch2015-01-133-0/+93
| | | | | | | | | | | | |
| * | | | | | | | | | | | python failures, blockhash, invalid jump, invalid opcodeCJentzsch2015-01-133-0/+115
| | | | | | | | | | | | |
| * | | | | | | | | | | | call to precompiled contract and balanceCJentzsch2015-01-132-0/+100
| | | | | | | | | | | | |
| * | | | | | | | | | | | addmod mulmod div by zero testsCJentzsch2015-01-121-0/+220
| | | | | | | | | | | | |