aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/TransactionTests
Commit message (Collapse)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-1511-1/+1499
| | | | | | | | | | | | | | | This commit implements EIP158 part 1, 2, 3 & 4 1. If an account is empty it's no longer written to the trie. An empty account is defined as (balance=0, nonce=0, storage=0, code=0). 2. Delete an empty account if it's touched 3. An empty account is redefined as either non-existent or empty. 4. Zero value calls and zero value suicides no longer consume the 25k reation costs. params: moved core/config to params Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org>
* [release/1.4.16] tests: update test files from github.com/ethereum/tests @ ↵Felix Lange2016-10-065-176/+336
| | | | | | | | | | 45bc1d21d3c1 Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'. (cherry picked from commit 1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4)
* tests: updated homestead testsJeffrey Wilcke2016-02-187-55/+1077
|
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-182-62/+80
| | | | | | | | * change gas cost for contract creating txs * invalidate signature with s value greater than secp256k1 N / 2 * OOG contract creation if not enough gas to store code * new difficulty adjustment algorithm * new DELEGATECALL op code
* Add TestBcForkUncleTests and update JSON filesGustav Simonsson2015-08-314-1/+1
|
* tests: updatedJeffrey Wilcke2015-07-294-1/+4
|
* Update Ethereum JSON tests, skip failingGustav Simonsson2015-07-031-0/+8
|
* Update Ethereum JSON test filesGustav Simonsson2015-06-092-2/+13
|
* Update JSON test filesGustav Simonsson2015-05-071-10/+103
|
* Update github.com/ethereum/tests filesGustav Simonsson2015-04-233-40/+77
|
* Update JSON testsGustav Simonsson2015-04-162-181/+168
|
* Update JSON test filesGustav Simonsson2015-04-101-0/+3
|
* Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into developobscuren2015-04-031-0/+15
|
* Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into developobscuren2015-03-242-7/+231
|
* Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9obscuren2015-03-061-0/+114
|
* Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-023-0/+236
| | | | | | git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
* removed testsobscuren2015-03-023-236/+0
|
* updated testsobscuren2015-03-022-34/+130
|
* Updated testsobscuren2015-02-032-0/+140