/www/atutor/

it.cgi/'>cgit logo index : dexon-tests
DEXON fork of Ethereum tests (https://github.com/dexon-foundation/tests)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GeneralStateTests/stBadOpcode: make op 0x2f (RAND) validHEADdevelopWei-Ning Huang2018-11-271-37/+1
|
* Merge pull request #552 from ethereum/moreextcodewinsvega2018-11-234-0/+581
|\ | | | | delete account and check its extcodehash in blockchain
| * delete account and check its extcodehash in blockchainmoreextcodeDimitry2018-11-214-0/+581
| |
* | Merge pull request #551 from ethereum/moreextcodewinsvega2018-11-214-0/+356
|\| | | | | bug from fuzzer
| * bug from fuzzerDimitry2018-11-214-0/+356
| |
* | Merge pull request #550 from ajsutton/extcodehash-changeaccountwinsvega2018-11-214-0/+418
|\ \ | |/ |/| Add test for EXTCODEHASH before and after changing account balance, nonce and storage
| * Fix comment.Adrian Sutton2018-11-214-6/+6
| |
| * Add test for EXTCODEHASH of account before and after changing it's balance, ↵Adrian Sutton2018-11-214-0/+418
|/ | | | nonce and storage.
* Merge pull request #549 from ajsutton/extcodehash-createdeleteaccountwinsvega2018-11-2113-0/+1122
|\ | | | | Add test for EXTCODEHASH of account created and deleted in same transaction
| * Check self-destructed account via call does not exist.Adrian Sutton2018-11-214-2/+7
| |
| * Check self-destructed account via static call still exists.Adrian Sutton2018-11-216-3/+15
| |
| * Check self-destructed account no longer exists.Adrian Sutton2018-11-212-1/+4
| |
| * Refill tests.Adrian Sutton2018-11-208-10/+436
| |
| * Add test that checks EXTCODEHASH of self destructed account after original ↵Adrian Sutton2018-11-202-0/+151
| | | | | | | | call exits.
| * Add STATICCALL variant.Adrian Sutton2018-11-204-3/+202
| |
| * Add test for EXTCODEHASH of account created and then deleted in same ↵Adrian Sutton2018-11-184-0/+326
| | | | | | | | transaction.
* | Merge pull request #547 from ethereum/consttransitionwinsvega2018-11-2010-26/+799
|\ \ | | | | | | constantinople transition test
| * | fix blockchain tests expect section json scheme checkconsttransitionDimitry2018-11-208-26/+70
| | | | | | | | | | | | more info when scheme check errors
| * | fix blockchain filler cheme checkDimitry2018-11-191-0/+3
| | |
| * | constantinople transition testDimitry2018-11-162-0/+726
| |/ | | | | | | difficulty change test
* | Merge pull request #548 from ajsutton/extcodehash-createaccountwinsvega2018-11-194-0/+339
|\ \ | |/ |/| EXTCODEHASH test for account created in same transaction
| * Fill blockchain tests.Adrian Sutton2018-11-182-0/+204
| |
| * Add test for EXTCODEHASH of account created in same transaction.Adrian Sutton2018-11-182-0/+135
|/
* Merge pull request #542 from hugo-dc/extcodehash-hdcwinsvega2018-11-1532-0/+3202
|\ | | | | new EXTCODEHASH tests
| * fill blockchain testsJose Hugo De la cruz Romero2018-11-1524-0/+2418
| |
| * refill tests using create2 branch of aleth, fix extCodeHashPrecompiles json ↵Jose Hugo De la cruz Romero2018-11-154-29/+6
| | | | | | | | output
| * fix precompiles codehash test, refill using latest aleth/testethJose Hugo De la cruz Romero2018-11-155-193/+238
| |
| * EXTCODEHASH testsJose Hugo De la cruz Romero2018-11-158-0/+762
|/
* Merge pull request #545 from ethereum/moresstorewinsvega2018-11-1410380-0/+1814091
|\ | | | | Moresstore
| * fill as blockchain sstore combinationsmoresstoreDimitry2018-11-1310374-0/+1756380
| |
| * sstore combinations change testsDimitry2018-11-136-0/+57711
| |
* | Merge pull request #544 from ajsutton/extcodehashv6.0.0-beta.2winsvega2018-11-1320-0/+2237
|\ \ | | | | | | Add EXTCODEHASH tests
| * | Fill blockchain tests.Adrian Sutton2018-11-1314-0/+1673
| | |
| * | Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable ↵Adrian Sutton2018-11-136-83/+10
| | | | | | | | | | | | | | | | | | that this feature is new in Constantinople. Remove <=Byzantium cases that are only checking that EXTCODEHASH is not supported.
| * | Add more dynamic argument test cases to cover non-existent accounts, ↵Adrian Sutton2018-11-132-60/+135
| | | | | | | | | | | | precompiles (existing and non-existing) and empty accounts.
| * | Add test case for a contract executing EXTCODEHASH of the account being ↵Adrian Sutton2018-11-122-0/+138
| | | | | | | | | | | | created from within it's init code.
| * | Add test case for a contract executing EXTCODEHASH with a dynamic argument.Adrian Sutton2018-11-122-0/+219
| | |
| * | Add test case for a contract executing EXTCODEHASH on itself.Adrian Sutton2018-11-122-0/+205
| | |
* | | Merge pull request #546 from ajsutton/gitignore-ideaMartin Holst Swende2018-11-131-1/+2
|\ \ \ | |/ / |/| | Add .idea to .gitignore.
| * | Add .idea to .gitignore.Adrian Sutton2018-11-131-1/+2
|/ /
* | Merge pull request #538 from ajsutton/memory-write-testswinsvega2018-11-0916-0/+4033
|\ \ | | | | | | Tests where data is copied to a memory range longer than the data itself
| * | Add blockchain version of new tests.Adrian Sutton2018-11-098-12/+2430
| | |
| * | Revert "Add blockchain version of stPreCompiledContracts2 tests." (to make ↵Adrian Sutton2018-11-096-2406/+0
| | | | | | | | | | | | regenerating them easier)
| * | Add comment to new tests explaining what they're covering.Adrian Sutton2018-11-098-30/+42
| | |
| * | Add blockchain version of stCodeCopy tests.Adrian Sutton2018-11-062-0/+872
| | |
| * | Add blockchain version of stPreCompiledContracts2 tests.Adrian Sutton2018-11-066-0/+2406
| | |
| * | Refill new test.Adrian Sutton2018-11-061-1/+1
| | |
| * | Add tests to cover cases where data is copied to a memory range longer than ↵Adrian Sutton2018-11-038-0/+731
| | | | | | | | | | | | the data itself.
* | | Merge pull request #484 from ethereum/extcodehashwinsvega2018-11-0922-0/+6229
|\ \ \ | |_|/ |/| | Add initial test cases for EXTCODEHASH
| * | fill initial stExtCodeHash testsextcodehashDimitry2018-11-0918-4/+5221
| | |
| * | stExtCodeHash WIPDimitry2018-10-118-0/+1012
| | |
* | | Merge pull request #539 from ethereum/integrate-test-generation-docswinsvega2018-11-09