plugeth/core/types
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003)
We want to use these types in public user-facing APIs, so they shouldn't be in core.

Co-authored-by: Felix Lange <fjl@twurst.com>
2024-02-16 19:05:33 +01:00
..
account.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
block_test.go internal/blocktest: add package for shared test code (#27270) 2023-07-11 14:57:02 +02:00
block.go beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates (#27872) 2023-08-26 04:52:12 +02:00
bloom9_test.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
bloom9.go core/types: fix typo in comment (#25359) 2022-08-03 16:56:57 +02:00
gen_access_tuple.go core/types: un-ssz blob txs, add json marshalling and tweaks (#27256) 2023-05-12 20:14:29 +03:00
gen_account_rlp.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
gen_account.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
gen_header_json.go beacon/engine, eth/catalyst, miner: EIP-4788 CL/EL protocol updates (#27872) 2023-08-26 04:52:12 +02:00
gen_header_rlp.go rlp/rlpgen: remove build tag (#28106) 2023-09-14 12:28:40 +02:00
gen_log_json.go core/types: transaction and receipt encoding/decoding optimizations (#27976) 2023-08-25 20:03:41 +02:00
gen_log_rlp.go rlp/rlpgen: remove build tag (#28106) 2023-09-14 12:28:40 +02:00
gen_receipt_json.go core/types: fix receipt blob fields marshaling (#27793) 2023-07-28 10:08:38 +03:00
gen_withdrawal_json.go all: implement withdrawals (EIP-4895) (#26484) 2023-01-25 15:32:25 +01:00
gen_withdrawal_rlp.go rlp/rlpgen: remove build tag (#28106) 2023-09-14 12:28:40 +02:00
hashes.go cmd, core, trie: verkle-capable geth init (#28270) 2023-11-14 13:09:40 +01:00
hashing_test.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
hashing.go core: fix typos (#28238) 2023-10-03 07:44:01 -04:00
log_test.go core,console: replace noarg fmt.Errorf with errors.New (#27332) 2023-05-25 08:24:09 -04:00
log.go core/types: transaction and receipt encoding/decoding optimizations (#27976) 2023-08-25 20:03:41 +02:00
receipt_test.go all: rename dataGas to blobGas (#27789) 2023-07-27 16:53:28 +03:00
receipt.go core/types: transaction and receipt encoding/decoding optimizations (#27976) 2023-08-25 20:03:41 +02:00
rlp_fuzzer_test.go tests/fuzzers: move fuzzers into native packages (#28467) 2023-11-14 14:34:29 +01:00
state_account.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
transaction_marshalling.go internal/ethapi: add support for blobs in eth_fillTransaction (#28839) 2024-02-08 19:53:32 +01:00
transaction_signing_test.go all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
transaction_signing.go core: fix typos (#28238) 2023-10-03 07:44:01 -04:00
transaction_test.go core/types: make 'v' optional for DynamicFeeTx and BlobTx (#28564) 2023-11-22 11:00:44 +01:00
transaction.go core/types: fix and test handling of faulty nil-returning signer (#28879) 2024-01-27 21:16:20 +01:00
tx_access_list.go core/types: support for optional blob sidecar in BlobTx (#27841) 2023-08-14 10:13:34 +02:00
tx_blob_test.go core/types: fix and test handling of faulty nil-returning signer (#28879) 2024-01-27 21:16:20 +01:00
tx_blob.go core/types: fix typo (#28922) 2024-02-04 13:55:30 +08:00
tx_dynamic_fee.go core/types: support for optional blob sidecar in BlobTx (#27841) 2023-08-14 10:13:34 +02:00
tx_legacy.go core/types: support for optional blob sidecar in BlobTx (#27841) 2023-08-14 10:13:34 +02:00
types_test.go core/types: add benchmarks for rlp encoding/decoding (#23190) 2021-08-24 13:59:15 +02:00
withdrawal.go all: implement withdrawals (EIP-4895) (#26484) 2023-01-25 15:32:25 +01:00