aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorgary rong <garyrong0905@gmail.com>2017-11-27 19:34:17 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-11-27 19:34:17 +0800
commit0f7fbb85d6e939510a3e3bb6493a9a332ddfd8e8 (patch)
treecfa15a1910da65ba8a051180a7f5cb546fc7eabf /appveyor.yml
parente4c9fd29a3907367b2b6b7cd32b0098350a94741 (diff)
downloadgo-tangerine-0f7fbb85d6e939510a3e3bb6493a9a332ddfd8e8.tar.gz
go-tangerine-0f7fbb85d6e939510a3e3bb6493a9a332ddfd8e8.tar.zst
go-tangerine-0f7fbb85d6e939510a3e3bb6493a9a332ddfd8e8.zip
trie: make fullnode children hash calculation concurrently (#15131)
* trie: make fullnode children hash calculation concurrently * trie: thread out only on topmost fullnode * trie: clean up full node children hash calculation * trie: minor code fixups
Diffstat (limited to 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions
testsDimitry2017-06-242-2/+2 * | | Merge pull request #193 from ethereum/split-fileswinsvega2017-06-2444-6010/+6052 |\ \ \ | |/ / |/| | | * | Remove a left-over odd-length hex stringYoichi Hirai2017-06-233-3/+3 | * | Split GeneralStateTestFiller files that contain multiple testsYoichi Hirai2017-06-2341-6007/+6049 | |/ * | fix create transactions with eip86 ruleDimitry2017-06-232-7/+30 * | more zeroSigTransaction testsDimitry2017-06-235-2/+454 * | refill tests with new transaction create rules on MetropolisDimitry2017-06-2311-4/+170 * | update eip86yann3002017-06-2325-161/+710 * | update stQuadraticComplexity with 250M gasLimitDimitry2017-06-2215-148/+92 * | update stMemoryStress with 250M gas limitDimitry2017-06-2238-186/+1470 * | remove stBoundsTestDimitry2017-06-2252-3557/+0 |/ * Add missing '0's in calldata. The hex strings were of odd lengthYoichi Hirai2017-06-211-6/+6 * Change the filler according toYoichi Hirai2017-06-161-3/+3 * Fix the timestamp in GeneralStateTestsFiller as suggested inYoichi Hirai2017-06-1696-96/+96 * Fix the difficulty in the GeneralStateTest fillers as suggested inYoichi Hirai2017-06-1696-96/+96 * Merge branch 'snark_test_filled' into new_expmod_costYoichi Hirai2017-06-14238-2/+73506 |\ | * A precompiled contract exists at address 8, so the staticcall does not cause ...Yoichi Hirai2017-06-131-1/+1 | * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-132-282/+284 | * Split a filler file into two and rename a case into a shorter nameYoichi Hirai2017-06-132-282/+284 | * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-132-282/+284 | * Split a filler file into two and rename a test case into a shorter nameYoichi Hirai2017-06-132-286/+288 | * Split a filler so that each file contains one caseYoichi Hirai2017-06-132-286/+288 | * Split a filler file and rename a case into a shorter nameYoichi Hirai2017-06-132-286/+288 | * Split filler files that contain two test casesYoichi Hirai2017-06-1312-1708/+1720 | * Shorten test namnes according to short file namesYoichi Hirai2017-06-1328-28/+28 | * Shorten the name of another fillerYoichi Hirai2017-06-131-1/+1 | * Rename test cases in the fillers, according to the file namesYoichi Hirai2017-06-1349-49/+49 | * add 0x prefix for coinbase verificationDimitry2017-06-13224-257/+257 | * correct Vitalik's test fillers env infoDimitry2017-06-13224-1030/+1030 | * Shorten file namesYoichi Hirai2017-06-1349-0/+0 | * Split pyethereum_ecpairing_testsFiller.json into files for each test caseYoichi Hirai2017-06-1328-7718/+7770 | * Split pyethereum_ecmul_testsFiller.json into files for each test caseYoichi Hirai2017-06-13162-55096/+55416 | * Split pyethereum_ecadd_testsFiller.json into as many files as test casesYoichi Hirai2017-06-1337-10224/+10294 | * Trying to fill, using a modified snark PRYoichi Hirai2017-06-133-0/+73038 | * Rename paring into pairingYoichi Hirai2017-06-131-1/+1 * | Add modexp tess from PyethereumYoichi Hirai2017-06-1496-0/+17012 |/ * Merge pull request #181 from ethereum/returndatacopy_throwwinsvega2017-06-133-43/+3 |\ | * Update expectations for the new throwing behavior of RETURNDATACOPYYoichi Hirai2017-06-083-43/+3 * | Create stackOverflowM1Filler.jsonwinsvega2017-06-081-17/+17 |/ * Merge pull request #174 from ethereum/returndatacopy_initialwinsvega2017-06-055-0/+397 |\ | * Add tests for RETURNDATACOPY after CREATEYoichi Hirai2017-05-241-0/+82 | * Add a test case for a RETURNDATACOPY from an overrunning rangeYoichi Hirai2017-05-241-0/+82 | * Updated the opcodes of RETURNDATA instructionsYoichi Hirai2017-05-243-5/+5 | * Add a test for RETURNDATACOPY following a successful CALLYoichi Hirai2017-05-241-4/+8 | * WIP: hand-assembling this code seems like too much workYoichi Hirai2017-05-241-0/+79 | * Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-241-0/+75 | * Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1 | * The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1 | * Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0 | * Fix LLLYoichi Hirai2017-05-241-1/+1 | * Change the code into LLLYoichi Hirai2017-05-241-1/+1 | * Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0 | * Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74 * | move tests with blockhash from state to blockchainDimitry2017-06-0297-8521/+0 * | make blockhash state test only as blockchain testsDimitry2017-06-0297-98/+108 * | more staticcall testsDimitry2017-06-01415-25112/+4806 * | update static testsDimitry2017-05-2389-121/+8479 * | generate finished tests for staticcallDimitry2017-05-236-96/+20 * | move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188 * | update static call testsDimitry2017-05-2312-59/+117 * | update staticcall fillersDimitry2017-05-2326-165/+1198 * | update static call testsDimitry2017-05-237-33/+388 * | update static call fillersDimitry2017-05-2369-1619/+708 * | templates for staticcall testsDimitry2017-05-23764-0/+72315 |/ * Close a string literalYoichi Hirai2017-05-191-1/+1 * Merge pull request #158 from ethereum/modexpwinsvega2017-04-251-0/+225 |\ | * modexp testsDimitry2017-04-251-3/+7 | * modexp testsDimitry2017-04-251-0/+221 * | replace code as solidity no longer compiles this codeDimitry2017-04-252-2/+4 |/ * remove blockhash testsDimitry2017-04-195-310/+0 * refill and fix tests with all fields 0xDimitry2017-04-194-16/+16 * replace SUICIDE with SELFDESTRUCTDimitry2017-04-19105-122/+122 * correct zeroSigOOG test to touch nullsender accountDimitry2017-04-181-2/+38 * Merge branch 'zeroTransaction' into developDimitry2017-04-118-0/+762 |\ | * zeroSig Transaction state testsDimitry2017-03-298-51/+227 | * zeroSig transaction test fillersDimitry2017-03-237-0/+586 * | REVERT test case:Dimitry2017-04-041-26/+19 * | Merge pull request #149 from ethereum/revertTestswinsvega2017-04-038-2/+1315 |\ \ | |/ |/| | * refill revert testsDimitry2017-03-244-82/+24 | * more revert testsDimitry2017-03-242-0/+635 | * revert opcode test fillersDimitry2017-03-227-77/+630 | * Failing test for REVERT opcode (temporary, to check if travis gets the rigght...Andrei Maiboroda2017-03-221-0/+64 | * Simple tests for REVERT opcodeAndrei Maiboroda2017-03-222-0/+119 * | remote zeroSigTransaction testsDimitry2017-03-237-586/+0 * | zeroSig Transaction test fillersDimitry2017-03-228-3/+610 |/ * paringTest filler for zeroKnowledgeDimitry2017-03-081-0/+159 * zeroKnowledge ECDSA function testsDimitry2017-03-063-0/+1256 * more revert tests with precompiledDimitry2017-03-033-0/+405 * snark ADD testFillerDimitry2017-03-022-60/+203 * zkSnark fillerDimitry2017-03-021-0/+60 * special case with precompiled forkDimitry2017-02-281-1/+11 * tx with OOG at block 2675119Dimitry2017-02-281-0/+61 * deployment error testDimitry2017-02-161-0/+51 * new testsDimitry2017-02-158-0/+660 * replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-15271-275/+275 * update general state tests fillers to suite blockchainDimitry2017-02-10984-3093/+3082 * corrected random test fillers for blockchainDimitry2017-02-10643-2093/+2120 * name the random state tests inside .json fileDimitry2017-02-03