| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: use state logs instead own kept logs | obscuren | 2015-06-05 | 1 | -3/+3 |
* | Merge pull request #1150 from fjl/fix-jumpdest | Jeffrey Wilcke | 2015-06-04 | 1 | -0/+124 |
|\ |
|
| * | tests/files: update tests to d309b4679a58d2 | Felix Lange | 2015-06-03 | 3 | -912/+1386 |
| * | Update Ethereum JSON test files | Gustav Simonsson | 2015-05-29 | 7 | -3664/+4028 |
* | | Add new 0th gen uncle test | Gustav Simonsson | 2015-06-02 | 1 | -0/+1 |
* | | Use older version of stSpecialTest until JUMPDEST fix is merged | Gustav Simonsson | 2015-06-02 | 1 | -124/+0 |
* | | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-02 | 2 | -985/+1250 |
* | | Update Ethereum JSON test files | Gustav Simonsson | 2015-06-02 | 9 | -4574/+5412 |
|/ |
|
* | tests: removed missing block test | obscuren | 2015-05-26 | 1 | -4/+0 |
* | tests: updated | obscuren | 2015-05-26 | 6 | -4471/+6475 |
* | Add StateTests/RandomTests and VMTests/RandomTests | Gustav Simonsson | 2015-05-22 | 1 | -16/+10 |
* | Add wrapper for BlockTests/bcWalletTest.json | Gustav Simonsson | 2015-05-18 | 1 | -0/+4 |
* | Update Ethereum JSON test files | Gustav Simonsson | 2015-05-18 | 5 | -31/+9199 |
* | tests: added conditional skip on long running VM tests | obscuren | 2015-05-20 | 1 | -0/+7 |
* | core/vm: RETURN op code returns pointer to memory rather than copy | obscuren | 2015-05-20 | 1 | -4/+4 |
* | tests/vm: updated tests and skipped output for specific tests | obscuren | 2015-05-20 | 1 | -8/+11 |
* | Add StateTests/RandomTests but skip for now | Gustav Simonsson | 2015-05-16 | 1 | -0/+21 |
* | Update StateTests and nil create return on failed code deposit | Gustav Simonsson | 2015-05-16 | 1 | -2/+12 |
* | Update Ethereum JSON tests | Gustav Simonsson | 2015-05-15 | 17 | -2734/+420801 |
* | unskip StateTests/stTransactionTest and use test tx nonce | Gustav Simonsson | 2015-05-15 | 2 | -5/+6 |
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -1/+1 |
* | Update key store to new spec but keep address field for now | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -2/+2 |
* | miner, tests: fixed block test | obscuren | 2015-05-09 | 1 | -1/+1 |
* | Add bcTotalDifficultyTest and unskip now working tx tests | Gustav Simonsson | 2015-05-07 | 3 | -6/+6 |
* | Update JSON test files | Gustav Simonsson | 2015-05-07 | 49 | -4914/+9977 |
* | Unskip now working tests, remove debug print | Gustav Simonsson | 2015-05-07 | 1 | -3/+0 |
* | Unskip working blocktests following ethash cache reusage | Gustav Simonsson | 2015-05-05 | 1 | -10/+4 |
* | core: return the index of the block that failed when inserting a chain | obscuren | 2015-04-29 | 1 | -1/+1 |
* | Add loading of block test privkey if present | Gustav Simonsson | 2015-04-28 | 2 | -8/+21 |
* | Update JSON tests | Gustav Simonsson | 2015-04-28 | 20 | -347/+2744 |
* | Add block header validations for block tests | Gustav Simonsson | 2015-04-23 | 1 | -0/+82 |
* | Include ZeroByteAtTheEnd and RandomByteAtTheEnd tests | Gustav Simonsson | 2015-04-23 | 1 | -8/+1 |
* | Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash | Gustav Simonsson | 2015-04-23 | 1 | -4/+1 |
* | Finally, glorious HEX | Gustav Simonsson | 2015-04-23 | 1 | -4/+4 |
* | Add StateTests/stMemoryStressTest.json but skip for now | Gustav Simonsson | 2015-04-23 | 1 | -0/+6 |
* | Exclude TransactionWithSvalue0 as it expects invalid s value to be valid | Gustav Simonsson | 2015-04-23 | 1 | -0/+1 |
* | Update github.com/ethereum/tests files | Gustav Simonsson | 2015-04-23 | 26 | -6304/+5619 |
* | Explicitly skip TransactionTests/tt10mbDataField.json | Gustav Simonsson | 2015-04-23 | 2 | -6/+3 |
* | Add test wrapper for VMTests/vmInputLimits1.json | Gustav Simonsson | 2015-04-23 | 1 | -0/+5 |
* | Further fixes to block test wrapper | Gustav Simonsson | 2015-04-21 | 2 | -47/+182 |
* | Add block tests wrapper and fixes for tx tests | Gustav Simonsson | 2015-04-20 | 2 | -65/+90 |
* | tests: hopefully improve test conversion helpers | Felix Lange | 2015-04-19 | 2 | -30/+35 |
* | cmd/geth, tests: enable running multiple tests from a single file | Felix Lange | 2015-04-19 | 1 | -9/+40 |
* | Fixes for TransactionTests | Gustav Simonsson | 2015-04-16 | 3 | -41/+53 |
* | Update JSON tests | Gustav Simonsson | 2015-04-16 | 38 | -207/+4177 |
* | Enable more tx tests by expecting most common encoding of values | Gustav Simonsson | 2015-04-10 | 2 | -15/+8 |
* | Remove unneeded map assignments for working tx RLP tests | Gustav Simonsson | 2015-04-10 | 1 | -7/+0 |
* | Add TransactionTests wrapped as Go tests | Gustav Simonsson | 2015-04-10 | 3 | -3/+211 |
* | Update JSON test files | Gustav Simonsson | 2015-04-10 | 71 | -1165836/+18331 |
* | Fixed tests to reflect log changes | obscuren | 2015-04-09 | 2 | -17/+17 |
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -1/+1 |
* | basic glog | obscuren | 2015-04-04 | 1 | -7/+8 |
* | Merge commit 'f6bd4b16e38f9cacd57b57befdeeaed789a473c4' into develop | obscuren | 2015-04-03 | 1 | -651/+781 |
* | fixed stack level | obscuren | 2015-04-03 | 1 | -0/+28 |
* | Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into develop | obscuren | 2015-04-03 | 28 | -23/+1939 |
* | Removed old (unused) argument | obscuren | 2015-04-02 | 2 | -2/+2 |
* | Merge commit '4e3ffbcf9bae7e44e45fd1b6e504b3645040d73c' into develop | obscuren | 2015-04-01 | 1 | -0/+71 |
* | Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into develop | obscuren | 2015-04-01 | 5 | -6/+231 |
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -7/+6 |
* | Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into develop | obscuren | 2015-03-31 | 10 | -91/+701 |
* | Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop | obscuren | 2015-03-26 | 1 | -0/+11 |
* | Cleaned up changes | obscuren | 2015-03-24 | 1 | -2/+2 |
* | Modified according to poc 9 changes | obscuren | 2015-03-24 | 2 | -3/+8 |
* | Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into develop | obscuren | 2015-03-24 | 71 | -6350/+3223 |
* | Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into develop | obscuren | 2015-03-24 | 39 | -3403/+5526 |
* | removed legacy code | obscuren | 2015-03-24 | 1 | -2/+1 |
* | fix ethtest logging | zelig | 2015-03-24 | 1 | -1/+1 |
* | moved state and vm to core | obscuren | 2015-03-23 | 3 | -4/+4 |
* | Fix new types for blocktests and comment out non-working log level setter | Gustav Simonsson | 2015-03-23 | 1 | -4/+4 |
* | gofmt | Gustav Simonsson | 2015-03-23 | 1 | -4/+2 |
* | Add validation of post state accounts to block tests | Gustav Simonsson | 2015-03-23 | 1 | -4/+31 |
* | Merge branch 'develop' into conversion | obscuren | 2015-03-20 | 3 | -1253/+4053 |
|\ |
|
| * | Merge commit 'f144a95940a5df0809bb028eef7b337125423602' into develop | obscuren | 2015-03-20 | 3 | -1253/+4053 |
* | | Merge branch 'develop' into conversion | obscuren | 2015-03-19 | 399 | -1150/+32143 |
|\| |
|
| * | Merge commit '85fa3790ac9f67232f0e31e7f861c66ef0e0047e' into develop | obscuren | 2015-03-19 | 399 | -1150/+32143 |
* | | conversions | obscuren | 2015-03-18 | 1 | -5/+4 |
* | | Fixed tests and bloom | obscuren | 2015-03-18 | 1 | -8/+18 |
* | | bloom | obscuren | 2015-03-17 | 1 | -10/+15 |
* | | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 2 | -8/+2 |
* | | Merge branch 'develop' into conversion | obscuren | 2015-03-17 | 121 | -960/+12698 |
|\| |
|
| * | Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop | obscuren | 2015-03-17 | 121 | -960/+12698 |
* | | fixed to | obscuren | 2015-03-17 | 2 | -50/+65 |
* | | updated blockpool | obscuren | 2015-03-17 | 1 | -14/+41 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 4 | -39/+39 |
* | merge | obscuren | 2015-03-15 | 1 | -0/+240 |
|\ |
|
| * | tests: add helper functions for block tests | Felix Lange | 2015-03-14 | 1 | -0/+240 |
* | | Changed context and ADDMOD, MULMOD | obscuren | 2015-03-13 | 1 | -1/+1 |
* | | Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into develop | obscuren | 2015-03-13 | 14 | -0/+1003 |
* | | Removed some of that gas pre pay magic | obscuren | 2015-03-13 | 1 | -2/+1 |
* | | Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into develop | obscuren | 2015-03-13 | 1 | -0/+71 |
* | | run all test | obscuren | 2015-03-13 | 1 | -6/+0 |
* | | fixed ethtest | obscuren | 2015-03-13 | 1 | -0/+6 |
* | | Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into develop | obscuren | 2015-03-13 | 16 | -3/+932 |
|/ |
|
* | Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop | obscuren | 2015-03-12 | 23 | -421/+2568256 |
* | Merge branch origin/develop into accounts-integration | Felix Lange | 2015-03-11 | 1 | -7/+0 |
|\ |
|
| * | reworked stack | obscuren | 2015-03-10 | 1 | -6/+0 |
| * | wip | obscuren | 2015-03-10 | 1 | -7/+6 |
* | | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig calls | Felix Lange | 2015-03-10 | 1 | -3/+0 |
|/ |
|
* | Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9 | obscuren | 2015-03-09 | 6 | -1080/+1890 |
* | Updated tests and fixed suicide | obscuren | 2015-03-09 | 1 | -0/+8 |
* | Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 | obscuren | 2015-03-09 | 11 | -1893/+1150 |
* | Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9 | obscuren | 2015-03-08 | 3 | -4/+723 |
* | Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 | obscuren | 2015-03-06 | 35 | -3914/+18363 |
* | merge | obscuren | 2015-03-06 | 1 | -4/+0 |
|\ |
|
| * | Fix VM tests not checked | Paweł Bylica | 2015-03-05 | 1 | -4/+0 |
* | | GasLimit check updated | obscuren | 2015-03-04 | 1 | -0/+5 |
* | | Fixed error for invalid transaction | obscuren | 2015-03-03 | 2 | -5/+5 |
* | | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9 | obscuren | 2015-03-03 | 13 | -135/+378 |
* | | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9 | obscuren | 2015-03-03 | 12 | -289/+457 |
* | | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9 | obscuren | 2015-03-03 | 12 | -459/+291 |
* | | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9 | obscuren | 2015-03-03 | 14 | -330/+312 |
* | | Updated gast costs | obscuren | 2015-03-03 | 1 | -3/+11 |
* | | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9 | obscuren | 2015-03-03 | 11 | -8233/+168 |
* | | wup | obscuren | 2015-03-03 | 1 | -7/+10 |
* | | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9 | obscuren | 2015-03-03 | 7 | -89/+273 |
* | | Delet => Delete | obscuren | 2015-03-03 | 1 | -8/+15 |
* | | Fixed test helper | obscuren | 2015-03-03 | 2 | -4/+4 |
* | | Redone rlp | obscuren | 2015-03-03 | 1 | -1/+1 |
* | | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9 | obscuren | 2015-03-03 | 20 | -552/+5276 |
* | | quad mem | obscuren | 2015-03-03 | 2 | -7/+26 |
* | | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9 | obscuren | 2015-03-03 | 9 | -150/+150 |
* | | updated tests | obscuren | 2015-03-03 | 1 | -13/+25 |
* | | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' | obscuren | 2015-03-02 | 74 | -0/+46739 |
* | | removed tests | obscuren | 2015-03-02 | 194 | -2239402/+0 |
* | | updated tests | obscuren | 2015-03-02 | 56 | -223/+18518 |
|/ |
|
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -2/+2 |
* | tests/vm: add non-test Go file | Felix Lange | 2015-02-20 | 1 | -0/+3 |
* | disabled test | obscuren | 2015-02-14 | 1 | -0/+1 |
* | Updated tests | obscuren | 2015-02-04 | 7 | -3/+133 |
* | Updated tests | obscuren | 2015-02-03 | 38 | -157/+6367 |
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -0/+1 |
* | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 1 | -9/+9 |
* | updated tests | obscuren | 2015-01-22 | 18 | -35/+502 |
* | updated tests | obscuren | 2015-01-15 | 13 | -0/+2167175 |
* | Updated tests | obscuren | 2015-01-14 | 16 | -0/+565 |
* | Fixed consensus issue | obscuren | 2015-01-13 | 1 | -1/+0 |
* | updated tests | obscuren | 2015-01-13 | 7 | -108/+248 |
* | remove pre compiled for tests | obscuren | 2015-01-13 | 2 | -6/+10 |
* | updated tests | obscuren | 2015-01-13 | 2 | -7/+10 |
* | updated tests | obscuren | 2015-01-12 | 6 | -0/+295 |
* | updated tests | obscuren | 2015-01-12 | 7 | -1/+240 |
* | updated tests | obscuren | 2015-01-12 | 6 | -15/+177 |
* | Moved the TD method from block processor. | obscuren | 2015-01-10 | 1 | -1/+1 |
* | updated tests | obscuren | 2015-01-10 | 49 | -73/+5575 |
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -3/+3 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 2 | -5/+6 |
* | Updated tests | obscuren | 2015-01-07 | 3 | -34/+416 |
* | Updated tests | obscuren | 2015-01-06 | 234 | -10477/+11 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -3/+4 |
* | Changed JUMP(I) behaviour. | obscuren | 2015-01-03 | 1 | -1/+7 |
* | Squashed commit of the following: | obscuren | 2015-01-03 | 6 | -395/+4295 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
* | Additional comments and added name to error output | obscuren | 2014-12-31 | 1 | -5/+3 |
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-31 | 1 | -5/+11 |
|\ |
|
| * | Fixed gas check for vm test | obscuren | 2014-12-31 | 1 | -5/+11 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-31 | 1 | -46/+0 |
|\| |
|
| * | Additional checking on gas | obscuren | 2014-12-31 | 1 | -46/+0 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-30 | 237 | -14/+10825 |
|\| |
|
| * | updated tests | obscuren | 2014-12-30 | 237 | -14/+10825 |
* | | fixed trie | obscuren | 2014-12-30 | 1 | -3/+3 |
|/ |
|
* | Cleaned up objects | obscuren | 2014-12-19 | 1 | -2/+1 |
* | Fixed tests | obscuren | 2014-12-19 | 1 | -4/+0 |
* | updated tests | obscuren | 2014-12-19 | 1 | -4/+4 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -4/+4 |
* | updated tests | obscuren | 2014-12-19 | 2 | -1/+277 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 2 | -6/+57 |
* | updated tests | obscuren | 2014-12-18 | 5 | -148/+1547 |
* | updated tests | obscuren | 2014-12-13 | 4 | -6255/+7294 |
* | Squashed commit of the following: | obscuren | 2014-12-12 | 4 | -31/+75 |
* | changed to unsigned integers | obscuren | 2014-12-10 | 1 | -7/+19 |
* | updated tests | obscuren | 2014-12-10 | 14 | -783/+8344 |
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -6/+6 |
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 2 | -4/+4 |
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 2 | -152/+58 |
* | merge | obscuren | 2014-12-03 | 2 | -14/+43 |
|\ |
|
| * | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 2 | -14/+43 |
* | | merge errors fixed | obscuren | 2014-12-02 | 19 | -335/+9560 |
|\| |
|
| * | Check for known block err and ignore | obscuren | 2014-12-02 | 1 | -2/+0 |
| * | updated tests | obscuren | 2014-12-02 | 4 | -0/+120 |
| * | Added state tests | obscuren | 2014-12-02 | 2 | -5/+79 |
| * | Fixed EXP gas | obscuren | 2014-12-02 | 1 | -13/+1 |
| * | Make an attempt to pay for the gas prior to expanding the mem. | obscuren | 2014-12-02 | 1 | -1/+4 |
| * | Updated tests | obscuren | 2014-12-02 | 16 | -335/+9242 |
* | | try to get full coverage report on travis | Taylor Gerring | 2014-11-15 | 1 | -132/+133 |
|/ |
|
* | Fixes for the log method | obscuren | 2014-11-12 | 1 | -1/+1 |
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 12 | -204/+3848 |
* | Moved ethtest to cmd | obscuren | 2014-11-10 | 3 | -3344/+0 |
* | Fixed VM and added static analysis for EVM jumps | obscuren | 2014-11-05 | 1 | -1/+5 |
* | Squashed commit of the following: | obscuren | 2014-11-05 | 20 | -2954/+2155 |
* | added db | obscuren | 2014-11-04 | 1 | -0/+1 |
* | chain, tests/helper, vm: make tests compile | Felix Lange | 2014-11-01 | 1 | -1/+1 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 5 | -31/+31 |
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 6 | -13/+13 |
* | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 1 | -1/+2 |
* | Update to HEAD tests | obscuren | 2014-10-23 | 11 | -314/+5 |
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 3 | -4/+4 |
* | Updated tests-subtree | obscuren | 2014-10-22 | 14 | -2/+446 |
* | added a transfer method to vm env | obscuren | 2014-10-22 | 2 | -6/+5 |
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -5/+4 |
* | moved | obscuren | 2014-10-19 | 22 | -9/+9 |
* | Added tests as subtree | obscuren | 2014-10-19 | 22 | -20/+13365 |
* | Readers | obscuren | 2014-10-19 | 3 | -27/+44 |
* | Reflect changed to eth/vm | obscuren | 2014-10-18 | 2 | -4/+4 |
* | tests/vm: fix syntax | Felix Lange | 2014-10-17 | 1 | -5/+0 |
* | ethvm, tests/*: use log level constants | Felix Lange | 2014-10-17 | 2 | -1/+5 |
* | arith test | obscuren | 2014-10-17 | 1 | -0/+3239 |
* | Quick dirty peer update | obscuren | 2014-10-17 | 1 | -1/+1 |
* | added eth tester | obscuren | 2014-10-17 | 2 | -0/+104 |
* | Fixed most of the tests | obscuren | 2014-10-17 | 3 | -23/+49 |
* | Updated tests | obscuren | 2014-10-16 | 2 | -15/+34 |
* | Fixed remote Arithmetic tests | obscuren | 2014-10-15 | 4 | -19/+32 |
* | Working on test suite | obscuren | 2014-10-15 | 7 | -0/+228 |