aboutsummaryrefslogtreecommitdiffstats
path: root/tests/transaction_test_util.go
Commit message (Expand)AuthorAgeFilesLines
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-111-166/+72
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-1/+2
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-5/+5
* tests: updatedJeffrey Wilcke2016-11-141-14/+13
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-9/+4
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-4/+3
* tests: updated homestead testsJeffrey Wilcke2016-02-181-2/+15
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-2/+2
* 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
* core/types: make transactions immutableFelix Lange2015-06-301-23/+22
* Add --skip option to CLITaylor Gerring2015-06-191-10/+17
* Add stdin optionTaylor Gerring2015-06-191-5/+34
* Cleanup loggingTaylor Gerring2015-06-191-2/+3
* DRY file loadingTaylor Gerring2015-06-191-1/+1
* More consistent test interfaces + test skippingTaylor Gerring2015-06-191-9/+18
* Separate and identify tests runnersTaylor Gerring2015-06-191-1/+1
* Add bcTotalDifficultyTest and unskip now working tx testsGustav Simonsson2015-05-071-1/+1
* Explicitly skip TransactionTests/tt10mbDataField.jsonGustav Simonsson2015-04-231-1/+1
* Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-201-62/+81
* tests: hopefully improve test conversion helpersFelix Lange2015-04-191-5/+5
* Fixes for TransactionTestsGustav Simonsson2015-04-161-6/+13
* Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-101-6/+6
* Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-101-0/+134