quorum/core/types
Smilenator 30bdf817a0 core/types: polish TxDifference code and docs a bit (#17130)
* core: fix func TxDifference

fix a typo in func comment;
change named return to unnamed as there's explicit return in the body

* fix another typo in TxDifference
2018-07-09 11:48:54 +03:00
..
block.go core/types: remove String methods from struct types (#16205) 2018-04-05 14:13:02 +02:00
block_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
bloom9.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
bloom9_test.go core: Simplify bloom9 tests with available convenience method `TestBytes` 2016-05-22 16:42:46 -07:00
derive_sha.go core, trie: new trie 2015-09-22 22:53:49 +02:00
gen_header_json.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
gen_log_json.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
gen_receipt_json.go core/types: convert status type from uint to uint64 (#16784) 2018-05-23 11:10:24 +03:00
gen_tx_json.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
log.go core/types: remove String methods from struct types (#16205) 2018-04-05 14:13:02 +02:00
log_test.go core/types: use gencodec for JSON marshaling code 2017-03-07 12:45:12 +01:00
receipt.go core/types: convert status type from uint to uint64 (#16784) 2018-05-23 11:10:24 +03:00
transaction.go core/types: polish TxDifference code and docs a bit (#17130) 2018-07-09 11:48:54 +03:00
transaction_signing.go params: fix golint warnings (#16853) 2018-06-05 12:31:34 +02:00
transaction_signing_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
transaction_test.go core: improve test for TransactionPriceNonceSort (#16413) 2018-05-29 14:21:04 +02:00