plugeth/core/types
Brent 7fb89697fd core/types: add block location fields to receipt (#17662)
Solves #15210 without changing consensus, in a backwards compatible way,
by adding tx inclusion information to the Receipt struct.
2019-03-27 13:39:25 +01:00
..
block_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
block.go core/types: remove use of package unsafe 2019-01-29 10:17:40 +01:00
bloom9_test.go core: Simplify bloom9 tests with available convenience method TestBytes 2016-05-22 16:42:46 -07:00
bloom9.go all: simplify s[:] to s where s is a slice (#17673) 2018-09-14 22:07:13 +02:00
derive_sha.go core, trie: new trie 2015-09-22 22:53:49 +02:00
gen_header_json.go fix mixHash/nonce for parity compatible network (#18166) 2018-11-26 09:59:04 +01:00
gen_log_json.go core: remove unnecessary fields in logs, receipts and tx lookups (#17106) 2019-02-21 15:14:35 +02:00
gen_receipt_json.go core/types: add block location fields to receipt (#17662) 2019-03-27 13:39:25 +01:00
gen_tx_json.go core/types: add block location fields to receipt (#17662) 2019-03-27 13:39:25 +01:00
log_test.go core/types: use gencodec for JSON marshaling code 2017-03-07 12:45:12 +01:00
log.go core/types: fix receipt legacy decoding 2019-02-28 14:16:36 +02:00
receipt.go core/types: add block location fields to receipt (#17662) 2019-03-27 13:39:25 +01:00
transaction_signing_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
transaction_signing.go core/types: fix comment for func SignatureValues (#17921) 2018-10-16 12:45:28 +02:00
transaction_test.go core/types: make tx signature values optional in JSON (#17742) 2018-09-29 22:47:59 +02:00
transaction.go core/types: update incorrect comment 2018-12-28 17:58:03 -08:00