aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix gas for builtin.chriseth2015-03-141-0/+15
| | | | Fixes #1300
* Merge pull request #1284 from LefterisJP/sol_SBHCleanupLefteris Karapetsas2015-03-135-140/+256
|\ | | | | Solidity StringXX and HashXX types change to BytesXX
| * Small FixedBytes type fixesLefteris Karapetsas2015-03-132-9/+8
| | | | | | | | | | - Integer Constant is explicitly convertible to FixedBytes, so using that in the tests
| * Some fixes on Types.cpp for FixedBytesTypeLefteris Karapetsas2015-03-121-17/+17
| |
| * Style fixes and some additional hash to bytes32 renamingLefteris Karapetsas2015-03-122-17/+17
| |
| * Removing uncecessary intermediate int conversion in log testsLefteris Karapetsas2015-03-121-6/+6
| |
| * byte is now an alias for byte1Lefteris Karapetsas2015-03-121-0/+10
| |
| * Fixing byte array index access code generationLefteris Karapetsas2015-03-121-1/+0
| |
| * Changes in Solidity Tests to use the new bytesXX typeLefteris Karapetsas2015-03-122-10/+10
| |
| * Conversion changes after renaming Hash/String to Bytes.Lefteris Karapetsas2015-03-121-33/+33
| | | | | | | | - Almost all end to end tests pass. Still needs a little bit of work
| * Most EndToEndTests are now compliant with the Bytes renamingLefteris Karapetsas2015-03-123-71/+178
| |
| * Bytes Tokens properly named and NameAndTypeResolution tests workLefteris Karapetsas2015-03-121-15/+16
| |
* | Merge pull request #1283 from CJentzsch/addTestsGav Wood2015-03-139-23/+976
|\ \ | | | | | | Add tests
| * | dejavu issue 19 - stack underflowsCJentzsch2015-03-133-2/+120
| | |
| * | readd --filltest option and add dejavu issue 42 testCJentzsch2015-03-122-0/+31
| | |
| * | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-1214-373/+483
| |\ \
| * | | OOG or 1024 depth level fail for CALLCODECJentzsch2015-03-111-32/+176
| | | |
| * | | OOG or 1024 depth level failCJentzsch2015-03-111-4/+233
| | | |
| * | | add callCreateCallCode test fileCJentzsch2015-03-113-42/+166
| | | |
| * | | check value when doing callcodeCJentzsch2015-03-111-3/+45
| | | |
| * | | suicide refund with and without storageCJentzsch2015-03-111-1/+43
| | | |
| * | | suicide and storage refund testsCJentzsch2015-03-111-19/+140
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-116-53/+1031
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/develop' into addTestsCJentzsch2015-03-1110-80/+434
| |\ \ \ \
| * | | | | add 32 bit overflow testsCJentzsch2015-03-111-0/+102
| | | | | |
* | | | | | Remove seedHash from header.Gav Wood2015-03-131-8/+0
| | | | | |
* | | | | | net_versionGav Wood2015-03-121-0/+20
| |_|_|/ / |/| | | | | | | | | | | | | | web3_clientVersion
* | | | | Merge pull request #1294 from imapp-pl/pr/testeth_optionsGav Wood2015-03-125-121/+132
|\ \ \ \ \ | | | | | | | | | | | | testeth: optional VM tracing (--vmtrace)
| * | | | | testeth: optional VM tracing (--vmtrace), command line options refactoring.Paweł Bylica2015-03-125-121/+132
| | |_|_|/ | |/| | | | | | | | | | | | | Closes ethereum/cpp-ethereum#1280
* | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-128-83/+237
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libweb3jsonrpc/WebThreeStubServerBase.cpp
| * | | | Merge pull request #1282 from winsvega/developGav Wood2015-03-126-52/+213
| |\ \ \ \ | | | | | | | | | | | | State Tests
| | * | | | State Testswinsvega2015-03-116-52/+213
| | | |_|/ | | |/| | | | | | | | | | | | POC9 updates
| * | | | Merge pull request #1276 from ethereum/p2pGav Wood2015-03-121-0/+1
| |\ \ \ \ | | | | | | | | | | | | p2p: fixes
| | * | | | fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for ↵subtly2015-03-111-0/+1
| | |/ / / | | | | | | | | | | | | | | | connect. only try to connect to as many peers as is necessary. update unit test.
| * | | | Fixed indentation.chriseth2015-03-111-5/+5
| | | | |
| * | | | Fixed assembly tests.chriseth2015-03-111-31/+23
| |/ / /
* | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-116-53/+1031
|\| | |
| * | | Merge pull request #1264 from winsvega/poc9trieGav Wood2015-03-113-37/+257
| |\ \ \ | | | | | | | | | | State Init And State Transaction Tests
| | * | | State Transaction Testswinsvega2015-03-111-1/+96
| | | | | | | | | | | | | | | | | | | | bonus gas at call with value transfer
| | * | | State Init And Transaction Testswinsvega2015-03-113-37/+162
| | |/ / | | | | | | | | | | | | fixed to poc9
| * | | Merge pull request #1086 from ethereum/p2pGav Wood2015-03-113-16/+774
| |\ \ \ | | |_|/ | |/| | p2p: rlpx transport
| | * | Merge branch 'develop' into p2psubtly2015-03-101-0/+11
| | |\|
| | * | replace go counter logic. remove dead test code.subtly2015-03-101-1/+0
| | | |
| | * | Merge branch 'develop' into p2psubtly2015-03-101-12/+28
| | |\ \
| | * | | bugfix and doc clarification. fix test.subtly2015-03-101-1/+1
| | | | |
| | * | | Merge branch 'develop' into p2psubtly2015-03-092-104/+268
| | |\ \ \
| | * | | | coding standardssubtly2015-03-081-6/+6
| | | | | |
| | * | | | fix kdf testsubtly2015-03-081-2/+2
| | | | | |
| | * | | | Merge branch 'develop' into p2psubtly2015-03-081-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into p2psubtly2015-03-0852-2980/+4156
| | |\ \ \ \ \
| | * | | | | | separate packet type. add coding.subtly2015-03-061-4/+11
| | | | | | | |
| | * | | | | | test header macssubtly2015-03-061-3/+42
| | | | | | | |
| | * | | | | | Merge branch 'develop' into p2psubtly2015-03-0535-766/+5543
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libp2p/Host.cpp libp2p/Host.h
| | * | | | | | | authenticated capability (hello) and handshake authenticationsubtly2015-03-051-1/+1
| | | | | | | | |
| | * | | | | | | test initial secrets and ciphers, interop with gosubtly2015-03-052-91/+419
| | | | | | | | |
| | * | | | | | | update host for ecies interop. test sha3 output of interim digest.subtly2015-03-041-0/+36
| | | | | | | | |
| | * | | | | | | ECIES interop with go is a go.subtly2015-03-031-0/+47
| | | | | | | | |
| | * | | | | | | ecies interop fix and tests. 128-bit keys.subtly2015-03-031-10/+38
| | | | | | | | |
| | * | | | | | | start of ecies interop with gosubtly2015-03-021-14/+64
| | | | | | | | |
| | * | | | | | | Merge branch 'develop' into p2psubtly2015-02-2413-74/+986
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'develop' into p2psubtly2015-02-1816-57/+3392
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'develop' into p2psubtly2015-02-175-41/+175
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | initial handshake on the wiresubtly2015-02-171-10/+56
| | | | | | | | | | | |
| | * | | | | | | | | | finished test of new-node handshakesubtly2015-02-141-12/+54
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'develop' into p2psubtly2015-02-1411-30/+657
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | end-to-end handshake for uknown nodesubtly2015-02-141-19/+66
| | | | | | | | | | | | |
| | * | | | | | | | | | | key agreementsubtly2015-02-141-4/+41
| | | | | | | | | | | | |
| | * | | | | | | | | | | ack handshake for new node and encrypt both sidessubtly2015-02-131-4/+19
| | | | | | | | | | | | |
| | * | | | | | | | | | | initiator handshake crypto-testsubtly2015-02-131-0/+37
| | | | | | | | | | | | |
* | | | | | | | | | | | | eth_queuedTransactions renamed to eth_fetchQueuedTransactionsMarek Kotewicz2015-03-111-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-116-75/+89
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1247 from CJentzsch/addInputLimitTestsGav Wood2015-03-111-27/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | add input limit tests
| | * | | | | | | | | | | | add input limit testsCJentzsch2015-03-091-27/+37
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1246 from debris/natspec_subtreeGav Wood2015-03-111-4/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | natspec.js subtree
| | * | | | | | | | | | | | fixed natspec evaluationMarek Kotewicz2015-03-091-4/+15
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge commit 'dc97c3d3ad736d79aeeb82baae6aa45015620846' as ↵Marek Kotewicz2015-03-090-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | 'libnatspec/natspecjs'
| | | * | | | | | | | | | | Squashed 'libnatspec/natspecjs/' content from commit 4f31ed9Marek Kotewicz2015-03-091-0/+149
| | | / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-subtree-dir: libnatspec/natspecjs git-subtree-split: 4f31ed9698be96c347ea769b8b7e77a9507fb615
| * | | | | | | | | | | | styleCJentzsch2015-03-112-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | blockchain tests fixesCJentzsch2015-03-114-44/+37
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge commit '3cf8dcb19983b41a387065746e6d3ce08ef7ef4c' into new_jsonrpcMarek Kotewicz2015-03-110-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js
| * | | | | | | | | | | | | Squashed 'libjsqrc/ethereumjs/' changes from 7d6b35a..9926e27Marek Kotewicz2015-03-1132-84/+620
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9926e27 upgraded version to 0.1.0 7a44f76 add shh post formatting 27d5421 merged from ethereum again 3848d3a fixed logs 18e1367 gulp f831dde Merge branch 'apiOverhaul' of https://github.com/frozeman/ethereum.js into apiOverhaul 27fca17 common fixes 1c9f50f changed topic to topics 8d7d00d fixed input parser test 1269731 Merge branch 'apiOverhaul' of https://github.com/frozeman/ethereum.js into apiOverhaul 2c740b0 add filter value conversion 38f6567 fixed examples fa5d4b5 Merge branch 'apiOverhaul' of https://github.com/frozeman/ethereum.js into apiOverhaul 8a2444b add default paramter for getBlock 2850bee fixed eth_getFilterChanges b454587 Merge branch 'develop' of https://github.com/ethereum/ethereum.js into apiOverhaul ede88f8 Merge pull request #105 from jorisbontje/balance-example 51a075c add in-output until eth_getBlockByHash 9c0d3e3 fixed to/fromWei a0b5353 changed outputs up to storageAt c2ed233 update balance example for new api 1f6c195 fixed toBigNumber e5cc501 updated readme 4eb857e increased meteor package version c7f8373 separated formatters files 068bdd7 changed project structure ddb90c2 refactoring formatters a6110a5 common changes d3569e4 more coverage tests e2352b4 utils.js docs 344428b tests... 9fe105e fixed from decimal; 50fc611 test for utils.toBigNumber 60ae274 code comments b8505d1 common changes ccb3775 new api method names 2b17ad6 refactoring 0a995e1 common changes in utils, fixing code complexity 3f63109 fix all failing karma tests 1fd1a31 Merge branch 'develop' into apiOverhaul 0b9d450 fixed karma test 75e92c8 Merge branch 'master' into develop a869780 Merge branch 'master' into apiOverhaul 2cdf08b Merge pull request #101 from chevdor/master 437e273 Helping travis a bit... old boy! d88effa Add node 0.12 + virtual screen for browsers/karma. 743eb30 Including Karma to Travis f0da6ef Merge remote-tracking branch 'upstream/master' cbb1efe test(eth): Disable few tests b819391 fixed tests c1136a0 Merge branch 'master' into develop 1b475aa downgrade to unreachable-branch-transform 0.1.0 636fb4b updated outdated deps cf3fa10 Merge branch 'ch' 96f3076 karma 9c72d43 Merge pull request #100 from chevdor/master 96fede8 Merge pull request #98 from kumavis/develop 833b810 doc(readme): Information about Karma in the readme e46f6f1 test(utils): Add test for the toEth() function 1e0d76e Remove phantomjs af5fef0 test(karma): Add Karma support 20c4e28 Move envify and unreachable-branch-transform to normal dependencies for external browserify support. 333c3ff merged develop b07ddb4 add defualt block 024433f Merge branch 'master' into develop 601c8ab ignore for maxcomplexity warning d9d190e Merge branch 'master' into develop a05742f Add internal defaultBlock 6cd96c9 add net object 48c107e update meteor package 9c4080b made filter polling async 869bb66 add optional callback 4096fb8 merged develop 5c4a36b working on adding callbacks 30111f7 Merge pull request #87 from kumavis/develop f2029b4 Merge pull request #85 from ethers/abiString ee686b0 Move browserify transforms to package.json 4b9bc17 constants should be before (dynamic) string contents 1c136e3 merged develop aef0171 add shh topic auto transformation for filter options 37e6d11 add shh output formatters and test c03a949 add package-init.js a69c04d add version file 487e0ac mdae it a meteor package 8cf8b9e gulp fd85749 Merge pull request #81 from ethers/arraySupport fcab219 vary the length of the arrays f8db634 need to save/concat per iteration ce664d6 fix test descriptions 66196ee constants should be before array contents, fixes #30 2cd4f02 add build files 47412c3 add more tests for blocks 545de25 add more tests 2e9a411 Merge pull request #71 from frozeman/apiOverhaul 30518ae fixed complexities 84900e6 merged with solved conflicts eaef1a2 merged develop 9981b97 fixed ) 8128342 fixed small change request 5ea5be2 add deprecated transact 181f109 changed getCode to getData 1fa7fa6 toFromWei fix ee65b2c add input formatter for transactions fec54d8 add depreaction warnring to contractFromAbi 684c495 changed contract API 36ca47f Changed watch to filter for eth and shh 7fde77d add formatter b41d7b3 Merge branch 'master' into develop 5424406 Merge pull request #69 from frozeman/apiOverhaul 1e3edbb Merge branch 'develop' of https://github.com/ethereum/ethereum.js into apiOverhaul 60cda4e fixed tests 91c015e Made to/fromWei return strings instead of numbers 85c843e Merge pull request #67 from frozeman/apiOverhaul ed7d473 Removed enumerable from methods, fixed number property ce141d8 Removed circular dependencies 188e9e5 Add toWei/fromWei and isAddress 5c994ff changed most of the function names REVERT: 7d6b35a Merge branch 'master' into cpp REVERT: ea250e6 Merge commit 'be3bfb76bef1d1f113033cd9093e03a00066d5d1' into ethereumjs_timeout REVERT: c08cea1 Improvement to AZ - confirmation disabler. Fix network crash. git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 9926e27a84fe21f3e7250e7e245977a7125ddf63
* | | | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-115-5/+356
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #1236 from CJentzsch/suicideRefundTestsGav Wood2015-03-114-5/+345
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | add suicide refund tests
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into suicideRefundTestsCJentzsch2015-03-092-289/+453
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/stTransactionTestFiller.json test/vmArithmeticTestFiller.json
| | * | | | | | | | | | | | adjust gas prices for arithmetic testsCJentzsch2015-03-082-189/+440
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into suicideRefundTestsCJentzsch2015-03-081-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | add suiciderefund testsCJentzsch2015-03-072-2/+91
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Global variable "now" (alias for block.timestamp).chriseth2015-03-101-0/+11
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | eth_call on block with numberMarek Kotewicz2015-03-101-1/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-094-117/+297
|\| | | | | | | | | | |
| * | | | | | | | | | | style fixes in TestHelper.hLefteris Karapetsas2015-03-091-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Improving ETH_TEST() exceptionsLefteris Karapetsas2015-03-091-12/+28
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Properly printing fail check/require message same way as BOOST implementation does - Also add a Test Pass Checkpoint call to be sure the last checkpoint is reported properly - Catch any sort of exception in the no throw
| * | | | | | | | | | Merge pull request #1235 from winsvega/poc9trieGav Wood2015-03-082-104/+268
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | vmTests
| | * | | | | | | | | vmTestswinsvega2015-03-072-104/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Arithmetic gas increased
| * | | | | | | | | | Gas pricing infrastructure and a couple of pricing mechanisms.Gav Wood2015-03-071-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-072-7/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libweb3jsonrpc/WebThreeStubServerBase.cpp
| * | | | | | | | | Avoid checking for difficulty when doing PoW test.Gav Wood2015-03-072-7/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch 'develop' into new_jsonrpcMarek Kotewicz2015-03-079-192/+283
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #1228 from LefterisJP/eth_TestNoThrowInfochriseth2015-03-068-191/+165
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Test macros for printing Exception information
| | * | | | | | | | | Style fixes and better exception message formatLefteris Karapetsas2015-03-061-6/+8
| | | | | | | | | | |
| | * | | | | | | | | Adding ETH_TEST macros to ABI and EndToEndTestsLefteris Karapetsas2015-03-062-21/+5
| | | | | | | | | | |
| | * | | | | | | | | NameAndtypeResolution tests use ETH_TEST macrosLefteris Karapetsas2015-03-062-81/+50
| | | | | | | | | | |
| | * | | | | | | | | Move ETH_TEST() Macros to TestHelper.hLefteris Karapetsas2015-03-064-102/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also use them in Solidity Parser
| | * | | | | | | | | Extracting ETH_TEST_REQUIRE_NO_THROW() from my other PRLefteris Karapetsas2015-03-061-4/+21
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #1222 from chriseth/sol_copyFromCalldatachriseth2015-03-062-1/+100
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | Copying between calldata and storage.
| | * | | | | | | | | Typochriseth2015-03-061-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Fix for arrays containing mappings.chriseth2015-03-061-0/+37
| | | | | | | | | | |
| | * | | | | | | | | Copying between calldata and storage.chriseth2015-03-062-1/+63
| | | | | | | | | | |
| * | | | | | | | | | Fix type checks for storage variable initializer.chriseth2015-03-061-0/+18
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'mac_fixes' into new_jsonrpcMarek Kotewicz2015-03-0645-2788/+3872
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libethcore/CommonJS.h libweb3jsonrpc/WebThreeStubServerBase.cpp libweb3jsonrpc/WebThreeStubServerBase.h libweb3jsonrpc/abstractwebthreestubserver.h libweb3jsonrpc/spec.json
| * | | | | | | | | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-060-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libethcore/BlockInfo.cpp libethcore/Exceptions.cpp libethcore/Exceptions.h
| | * \ \ \ \ \ \ \ \ \ Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-060-0/+0
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge pull request #1223 from CJentzsch/POC9testsGav Wood2015-03-066-229/+738
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | uncle header tests
| | | | * | | | | | | | | | fixCJentzsch2015-03-061-1/+1
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | Merge remote-tracking branch 'upstream/poc9trie' into POC9testsCJentzsch2015-03-061-22/+54
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | add uncle testsCJentzsch2015-03-061-1/+347
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | style + add test casesCJentzsch2015-03-061-54/+54
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | styleCJentzsch2015-03-061-2/+0
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | add first uncle testCJentzsch2015-03-061-37/+36
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | mergeCJentzsch2015-03-061-105/+0
| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | add secure trie testsCJentzsch2015-03-061-0/+105
| | | | |/ / / / / / / / / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | For Marek :)Gav Wood2015-03-051-22/+54
| | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BlockChain::transaction(h256 _transactionHash) BlockChain::transactionHashes(h256 _blockHash)
| | | * | | | | | | | | | Merge pull request #1210 from winsvega/poc9trieGav Wood2015-03-0511-892/+892
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | | VMTest Fillers
| | | | * | | | | | | | | VMTest Fillerswinsvega2015-03-0511-892/+892
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | execution gas amount changed
| | | * | | | | | | | | | Bunch of repotting/curating.Gav Wood2015-03-053-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <= block.gas_limit <= block.parent.gas_limit * 1025/1024
| | | * | | | | | | | | | Merge pull request #1203 from winsvega/poc9trieGav Wood2015-03-0511-197/+197
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction Test Fillers POC9
| | | | * | | | | | | | | Gas Fee Test Changes (1)winsvega2015-03-059-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State Tests
| | | | * | | | | | | | | Transaction Test Fillers POC9winsvega2015-03-042-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gas fees increased, most tests are incorrect now need to review (wip)
| | | * | | | | | | | | | mergeCJentzsch2015-03-055-200/+331
| | | | | | | | | | | | |
| | | * | | | | | | | | | Add date/time language to solidity.Gav Wood2015-03-052-7/+24
| | | | | | | | | | | | |
| | | * | | | | | | | | | update block tests to latest changes PoW changesCJentzsch2015-03-044-37/+111
| | | | | | | | | | | | |
| | | * | | | | | | | | | more block tests + bugfix for longer chainsCJentzsch2015-03-044-376/+431
| | | | | | | | | | | | |
| | | * | | | | | | | | | blockchain testsCJentzsch2015-03-044-554/+609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/block.cpp
| | | * | | | | | | | | | Merge pull request #1195 from CJentzsch/POC9testsGav Wood2015-03-043-36/+41
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove genesis state from state tests
| | | | * | | | | | | | | | remove genesis state from state testsCJentzsch2015-03-043-36/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/state.cpp
| | | * | | | | | | | | | | New Proof-of-Work.Gav Wood2015-03-043-25/+36
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trieGav Wood2015-03-041-31/+6
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libethereum/Client.cpp test/state.cpp
| | | | * | | | | | | | | Update precompiled stuff.Gav Wood2015-03-031-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| | | | * | | | | | | | | add memory testsCJentzsch2015-03-035-3/+2260
| | | | | | | | | | | | |
| | | | * | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-031-0/+10
| | | | | | | | | | | | |
| | | | * | | | | | | | | Fix FakeExtVM.Gav Wood2015-03-031-0/+1
| | | | | | | | | | | | |
| | | | * | | | | | | | | State integration test.Gav Wood2015-03-023-10/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| | | | * | | | | | | | | Fat Trie and tests for it.Gav Wood2015-03-021-2/+42
| | | | | | | | | | | | |
| | | * | | | | | | | | | state rebase.Gav Wood2015-03-041-18/+0
| | | | | | | | | | | | |
| | | * | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-041-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| | | * | | | | | | | | | add memory testsCJentzsch2015-03-043-5/+35
| | | | | | | | | | | | |
| | | * | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-041-0/+10
| | | | | | | | | | | | |
| | | * | | | | | | | | | Fix FakeExtVM.Gav Wood2015-03-041-0/+1
| | | | | | | | | | | | |
| | | * | | | | | | | | | State integration test.Gav Wood2015-03-043-10/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| | | * | | | | | | | | | Fat Trie and tests for it.Gav Wood2015-03-041-2/+42
| | | | | | | | | | | | |
| | * | | | | | | | | | | fixCJentzsch2015-03-061-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| | | | | | | | | | | | |
| | * | | | | | | | | | | mergeCJentzsch2015-03-061-105/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | add secure trie testsCJentzsch2015-03-061-0/+105
| | | | | | | | | | | | |
| | * | | | | | | | | | | add uncle testsCJentzsch2015-03-061-1/+347
| | | | | | | | | | | | |
| | * | | | | | | | | | | style + add test casesCJentzsch2015-03-061-54/+54
| | | | | | | | | | | | |
| | * | | | | | | | | | | styleCJentzsch2015-03-061-2/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | add first uncle testCJentzsch2015-03-061-37/+36
| | | | | | | | | | | | |
| | * | | | | | | | | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| | | | | | | | | | | | |
| | * | | | | | | | | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| | | | | | | | | | | | |
| | * | | | | | | | | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| | | | | | | | | | | | |
| | * | | | | | | | | | | For Marek :)Gav Wood2015-03-061-22/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BlockChain::transaction(h256 _transactionHash) BlockChain::transactionHashes(h256 _blockHash)
| | * | | | | | | | | | | Bunch of repotting/curating.Gav Wood2015-03-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <= block.gas_limit <= block.parent.gas_limit * 1025/1024
| | * | | | | | | | | | | VMTest Fillerswinsvega2015-03-0611-892/+892
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | execution gas amount changed
| | * | | | | | | | | | | mergeCJentzsch2015-03-065-200/+331
| | | | | | | | | | | | |
| | * | | | | | | | | | | Add date/time language to solidity.Gav Wood2015-03-062-7/+24
| | | | | | | | | | | | |
| | * | | | | | | | | | | Gas Fee Test Changes (1)winsvega2015-03-069-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State Tests
| | * | | | | | | | | | | update block tests to latest changes PoW changesCJentzsch2015-03-064-37/+111
| | | | | | | | | | | | |
| | * | | | | | | | | | | Transaction Test Fillers POC9winsvega2015-03-062-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gas fees increased, most tests are incorrect now need to review (wip)
| | * | | | | | | | | | | more block tests + bugfix for longer chainsCJentzsch2015-03-064-376/+431
| | | | | | | | | | | | |
| | * | | | | | | | | | | blockchain testsCJentzsch2015-03-064-554/+609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/block.cpp
| | * | | | | | | | | | | New Proof-of-Work.Gav Wood2015-03-063-25/+36
| | | | | | | | | | | | |
| | * | | | | | | | | | | remove genesis state from state testsCJentzsch2015-03-063-43/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/state.cpp
| | * | | | | | | | | | | state rebase.Gav Wood2015-03-061-18/+0
| | | | | | | | | | | | |
| | * | | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| | * | | | | | | | | | | add memory testsCJentzsch2015-03-061-5/+34
| | | | | | | | | | | | |
| | * | | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | State integration test.Gav Wood2015-03-061-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| | * | | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| | * | | | | | | | | | | add memory testsCJentzsch2015-03-063-37/+37
| | | | | | | | | | | | |
| | * | | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+10
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fix FakeExtVM.Gav Wood2015-03-061-0/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | State integration test.Gav Wood2015-03-063-10/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| | * | | | | | | | | | | Fat Trie and tests for it.Gav Wood2015-03-061-2/+42
| | |/ / / / / / / / / /
| * | | | | | | | | | | fixCJentzsch2015-03-061-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| | | | | | | | | | | |
| * | | | | | | | | | | mergeCJentzsch2015-03-061-105/+0
| | | | | | | | | | | |
| * | | | | | | | | | | add secure trie testsCJentzsch2015-03-061-0/+105
| | | | | | | | | | | |
| * | | | | | | | | | | add uncle testsCJentzsch2015-03-061-1/+347
| | | | | | | | | | | |
| * | | | | | | | | | | style + add test casesCJentzsch2015-03-061-54/+54
| | | | | | | | | | | |
| * | | | | | | | | | | styleCJentzsch2015-03-061-2/+0
| | | | | | | | | | | |
| * | | | | | | | | | | add first uncle testCJentzsch2015-03-061-37/+36
| | | | | | | | | | | |
| * | | | | | | | | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| | | | | | | | | | | |
| * | | | | | | | | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| | | | | | | | | | | |
| * | | | | | | | | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| | | | | | | | | | | |
| * | | | | | | | | | | For Marek :)Gav Wood2015-03-061-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BlockChain::transaction(h256 _transactionHash) BlockChain::transactionHashes(h256 _blockHash)
| * | | | | | | | | | | mergeCJentzsch2015-03-065-657/+249
| | | | | | | | | | | |
| * | | | | | | | | | | Add date/time language to solidity.Gav Wood2015-03-061-7/+7
| | | | | | | | | | | |
| * | | | | | | | | | | update block tests to latest changes PoW changesCJentzsch2015-03-064-37/+111
| | | | | | | | | | | |
| * | | | | | | | | | | more block tests + bugfix for longer chainsCJentzsch2015-03-064-198/+150
| | | | | | | | | | | |
| * | | | | | | | | | | blockchain testsCJentzsch2015-03-062-356/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/block.cpp
| * | | | | | | | | | | New Proof-of-Work.Gav Wood2015-03-061-10/+12
| | | | | | | | | | | |
| * | | | | | | | | | | remove genesis state from state testsCJentzsch2015-03-061-34/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/state.cpp
| * | | | | | | | | | | state rebase.Gav Wood2015-03-061-18/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| * | | | | | | | | | | add memory testsCJentzsch2015-03-061-5/+34
| | | | | | | | | | | |
| * | | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | State integration test.Gav Wood2015-03-061-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| * | | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| * | | | | | | | | | | add memory testsCJentzsch2015-03-061-1/+0
| | | | | | | | | | | |
| * | | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | State integration test.Gav Wood2015-03-061-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| * | | | | | | | | | | fixCJentzsch2015-03-061-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | try to have a uncle with block number = 1CJentzsch2015-03-062-1/+85
| | | | | | | | | | | |
| * | | | | | | | | | | mergeCJentzsch2015-03-061-105/+0
| | | | | | | | | | | |
| * | | | | | | | | | | add secure trie testsCJentzsch2015-03-061-0/+105
| | | | | | | | | | | |
| * | | | | | | | | | | add uncle testsCJentzsch2015-03-061-1/+347
| | | | | | | | | | | |
| * | | | | | | | | | | style + add test casesCJentzsch2015-03-061-54/+54
| | | | | | | | | | | |
| * | | | | | | | | | | styleCJentzsch2015-03-061-2/+0
| | | | | | | | | | | |
| * | | | | | | | | | | add first uncle testCJentzsch2015-03-061-37/+36
| | | | | | | | | | | |
| * | | | | | | | | | | update blockchain test filler to new min diff and min gasLimitCJentzsch2015-03-063-45/+45
| | | | | | | | | | | |
| * | | | | | | | | | | add uncle header feature for fillersCJentzsch2015-03-061-100/+182
| | | | | | | | | | | |
| * | | | | | | | | | | add quadratic complexity testsCJentzsch2015-03-061-17/+17
| | | | | | | | | | | |
| * | | | | | | | | | | For Marek :)Gav Wood2015-03-061-22/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BlockChain::transaction(h256 _transactionHash) BlockChain::transactionHashes(h256 _blockHash)
| * | | | | | | | | | | Bunch of repotting/curating.Gav Wood2015-03-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <= block.gas_limit <= block.parent.gas_limit * 1025/1024
| * | | | | | | | | | | VMTest Fillerswinsvega2015-03-0611-892/+892
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | execution gas amount changed
| * | | | | | | | | | | mergeCJentzsch2015-03-065-200/+331
| | | | | | | | | | | |
| * | | | | | | | | | | Add date/time language to solidity.Gav Wood2015-03-062-7/+24
| | | | | | | | | | | |
| * | | | | | | | | | | Gas Fee Test Changes (1)winsvega2015-03-069-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | State Tests
| * | | | | | | | | | | update block tests to latest changes PoW changesCJentzsch2015-03-064-37/+111
| | | | | | | | | | | |
| * | | | | | | | | | | Transaction Test Fillers POC9winsvega2015-03-062-75/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gas fees increased, most tests are incorrect now need to review (wip)
| * | | | | | | | | | | more block tests + bugfix for longer chainsCJentzsch2015-03-064-376/+431
| | | | | | | | | | | |
| * | | | | | | | | | | blockchain testsCJentzsch2015-03-064-622/+609
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/block.cpp
| * | | | | | | | | | | New Proof-of-Work.Gav Wood2015-03-063-20/+97
| | | | | | | | | | | |
| * | | | | | | | | | | remove genesis state from state testsCJentzsch2015-03-063-43/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/state.cpp
| * | | | | | | | | | | state rebase.Gav Wood2015-03-061-18/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| * | | | | | | | | | | add memory testsCJentzsch2015-03-061-5/+34
| | | | | | | | | | | |
| * | | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | State integration test.Gav Wood2015-03-061-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| * | | | | | | | | | | Update precompiled stuff.Gav Wood2015-03-061-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add extra tests for secure trie.
| * | | | | | | | | | | add memory testsCJentzsch2015-03-063-37/+37
| | | | | | | | | | | |
| * | | | | | | | | | | only check rootHash of state if FATDB is offCJentzsch2015-03-061-0/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Fix FakeExtVM.Gav Wood2015-03-061-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | State integration test.Gav Wood2015-03-063-10/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to the FatTrie.
| * | | | | | | | | | | Fat Trie and tests for it.Gav Wood2015-03-061-2/+42
| | |_|/ / / / / / / / | |/| | | | | | | | |