aboutsummaryrefslogtreecommitdiffstats
path: root/les/txrelay.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-10-02 13:44:20 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-10-03 11:22:29 +0800
commit14336500ee38c2bc0b61a7133335df593aba4a46 (patch)
tree79a621d8c793da30330c658c95f3795185e75612 /les/txrelay.go
parent06593b0859becced6dd5441e4b3c0680f0a075b1 (diff)
downloadgo-tangerine-w-ci.tar.gz
go-tangerine-w-ci.tar.zst
go-tangerine-w-ci.zip
build: ci: fix testsw-ci
Diffstat (limited to 'les/txrelay.go')
0 files changed, 0 insertions, 0 deletions
Frontier and Homestead ttTests to new formatDimitry2017-11-30128-0/+3313 | | | | * | remove old transaction testsDimitry2017-11-301002-16035/+0 | |/ * | Merge pull request #376 from ethereum/document-rpc-testYoichi Hirai2017-12-081-0/+70 |\ \ | | | | | | Document RPC test | * | Mention the GitHub issue where the errors are trackedYoichi Hirai2017-12-071-1/+1 | | | | * | Answer two more questions in FAQYoichi Hirai2017-12-071-1/+5 | | | | * | Questions about test failuresYoichi Hirai2017-12-071-0/+25 | | | | * | How to install web3Yoichi Hirai2017-12-071-0/+2 | | | | * | Add another questionYoichi Hirai2017-12-071-0/+4 | | | | * | Move to README.mdYoichi Hirai2017-12-071-0/+0 | | | | * | Adding common errorsYoichi Hirai2017-12-071-0/+34 | | | | * | Document RPC testYoichi Hirai2017-12-071-0/+1 | |/ * | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_staticYoichi Hirai2017-12-084-0/+1007 |\ \ | | | | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | * | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-084-0/+1007 | |/ * | Merge pull request #378 from ethereum/returndatasize-after-static-revertYoichi Hirai2017-12-086-183/+427 |\ \ | |/ |/| Store the result of RETURNDATASIZE after a static call fails for a REVERT | * Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-086-183/+427 |/ * random code options exampleDimitry2017-11-301-0/+31 | * Merge pull request #370 from ethereum/fixstatictestswinsvega2017-11-238-218/+442 |\ | | | | fix StaticCallTests | * fix StaticCallTestsDimitry2017-11-238-218/+442 |/ * Merge pull request #368 from ethereum/removezerosigYoichi Hirai2017-11-17198-3309/+0 |\ | | | | remove zeroSig transaction tests | * remove zeroSig transaction testsDimitry2017-10-26198-3309/+0 | | * | Merge pull request #366 from ethereum/modexp-modeize1-returnsizeYoichi Hirai2017-10-265-152/+800 |\ \ | |/ |/| Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | * Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-255-152/+800 |/ * Merge pull request #365 from ethereum/stbugswinsvega2017-10-2516-0/+6292 |\ | | | | returndatacopy bug | * create failing inside staticcallDimitry2017-10-256-0/+2058 | | | * returndatacopy bugDimitry2017-10-2410-0/+4234 |/ * Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-2410-0/+3205 |\ | | | | Add tests about returndatasize following modexp calls of modsize = 0 | * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-2310-0/+3205 | | * | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-244-0/+856 |\ \ | | | | | | Returndata ecrec | * | add casey's testDimitry2017-10-193-3/+710 | | | | * | add test for returndatasize after ecreccdetrio2017-10-072-0/+149 | | | * | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-244-0/+893 |\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create | * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-194-0/+893 | | | | | | | | | | | | (due to 0xfd code) * | | Merge pull request #356 from ethereum/a-call-b-call-c-return-oogYoichi Hirai2017-10-184-0/+1143 |\ \ \ | | | | | | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG)… | * | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-184-0/+1143 |/ / / | | | | | | | | | | | | | | | buffers') https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C37 * | | Merge pull request #360 from ethereum/returntestwinsvega2017-10-174-0/+1012 |\ \ \ | |/ / |/| | RETURNDATASIZE after a failing CALL (due to insufficient balance) sho… | * | RETURNDATASIZE after a failing CALL (due to insufficient balance) should ↵Dimitry2017-10-174-0/+1012 |/ / | | | | | | return 0 * | Merge pull request #358 from ethereum/fixtestYoichi Hirai2017-10-172-39/+39 |\ \ | | | | | | fix random state test | * | fix random state testDimitry2017-10-172-39/+39 |/ / * | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-1314-0/+4226 |\ \ | | | | | | fuzzed test modexp input | * | modexp input testDimitry2017-10-1314-290/+1667 | | | | | | | | | | | | Consensus big in Parity: gas calculation of modexp is subject to overflow for certain inputs. Found via manual review. A case was found where consensus issue could be achieved in ~500K gas. | * | fuzzed test modexp inputDimitry2017-10-1310-0/+2849 | | | * | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13246-8293/+19646 |\ \ \ | | | | | | | | Add more stack items for badOpcodes test | * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13246-8293/+19646 | | | | * | | | Merge pull request #355 from ethereum/fuzztestwinsvega2017-10-134-0/+874 |\ \ \ \ | |_|/ / |/| | | fuzztests bytecode | * | | Update randomStatetest647Filler.jsonwinsvega2017-10-131-1/+1 | | | | | * | | fuzztests bytecodeDimitry2017-10-134-0/+874 |/ / / * | | Merge pull request #353 from ethereum/splitwinsvega2017-10-134802-94645/+94217 |\ \ \ | |/ / |/| | Split | * | split random testsDimitry2017-10-13228-130378/+25 | | | | * | split large test suitesDimitry2017-10-134803-85605/+215530 |/ / * | Merge pull request #344 from tkstanczak/missingBranchValueUpdateTestwinsvega2017-10-121-0/+8 |\ \ | | | | | | added a missing Tree test | * | added a missing test - it was possible to write Tree code that would pass ↵Tomasz K. Stanczak2017-10-031-0/+8 | | | | | | | | | | | | other tests but not this one * | | Merge pull request #350 from ethereum/paritywinsvega2017-10-124-0/+1127 |\ \ \ | | | | | | | | add parity test with revert | * | | add _info commentDimitry2017-10-113-32/+35 | | | | | * | | python testDimitry2017-10-114-0/+1124 |/ / / * | | Merge pull request #349 from ethereum/case_10_10_2017Yoichi Hirai2017-10-1110-6/+3021 |\ \ \ | | | | | | | | Add an interesting inpu to modexp | * | | Add a test case where modexp gets inputYoichi Hirai2017-10-119-4/+3017 | | | | | | | | | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | * | | Add an interesting input to modexp found by fuzzingYoichi Hirai2017-10-101-2/+4 | | | | * | | | set author for nightly builds RPC testsDimitry2017-10-101-2/+3 |/ / / * | | Merge pull request #347 from ethereum/fillerhasheswinsvega2017-10-098400-1123694/+311512 |\ \ \ | |_|/ |/| | Fillerhashes | * | regenerate Copier TestsDimitry2017-10-07603-4146/+6006 | | | | * | refill all the testsDimitry2017-10-07