go-ethereum/miner
lightclient a8a87586c1
eth/catalyst: prefix payload id with version ()
GetPayloadVX should only return payloads which match its version. GetPayloadV2 is a special snowflake that supports v1 and v2 payloads. This change uses a a version-specific prefix within in the payload id, basically a namespace for the version number.
2024-01-24 08:39:12 +01:00
..
stress/clique all: replace log15 with slog () 2023-11-29 08:33:50 +01:00
miner_test.go miner: run tests in parallel () 2023-11-15 13:46:32 +01:00
miner.go miner: suspend miner if node is syncing () 2023-05-31 03:09:49 -04:00
ordering_test.go miner: run tests in parallel () 2023-11-15 13:46:32 +01:00
ordering.go core/txpool/blobpool: 4844 blob transaction pool () 2023-07-27 13:45:35 +03:00
payload_building_test.go miner: fix typo in payload_building_test.go () 2024-01-17 12:44:01 +02:00
payload_building.go eth/catalyst: prefix payload id with version () 2024-01-24 08:39:12 +01:00
worker_test.go all: use uint256 in state () 2024-01-23 14:51:58 +01:00
worker.go miner: eliminate the dead loop possibility for newWorkLoop and mainLoop () 2023-12-15 11:48:55 +08:00