aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-1/+1
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
* params: fix golint warnings (#16853)kiel barry2018-06-051-1/+1
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-6/+6
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-95/+23
* tests: updatedJeffrey Wilcke2016-11-141-6/+67
* tests: updated homestead testsJeffrey Wilcke2016-02-181-1/+23
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Add --skip option to CLITaylor Gerring2015-06-191-3/+3
* More consistent test interfaces + test skippingTaylor Gerring2015-06-191-22/+3
* Cleanup/reorgTaylor Gerring2015-06-191-2/+0
* Fix pathsTaylor Gerring2015-06-191-3/+6
* Add bcTotalDifficultyTest and unskip now working tx testsGustav Simonsson2015-05-071-5/+1
* Exclude TransactionWithSvalue0 as it expects invalid s value to be validGustav Simonsson2015-04-231-0/+1
* Explicitly skip TransactionTests/tt10mbDataField.jsonGustav Simonsson2015-04-231-5/+2
* Fixes for TransactionTestsGustav Simonsson2015-04-161-11/+18
* Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-101-9/+2
* Remove unneeded map assignments for working tx RLP testsGustav Simonsson2015-04-101-7/+0
* Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-101-0/+58