plugeth/eth/catalyst
Martin Holst Swende 6eb8f3225e
eth/catalyst: add locking around newpayload (#25816)
Sometimes we get stuck on db compaction, and the CL re-issues the "same" command to us multiple times. Each request get stuck on the same place, in the middle of the handler.

This changes makes it so we do not reprocess the same payload, but instead detects it early.
2022-09-21 13:48:09 +02:00
..
api_test.go eth/catalyst: add locking around newpayload (#25816) 2022-09-21 13:48:09 +02:00
api.go eth/catalyst: add locking around newpayload (#25816) 2022-09-21 13:48:09 +02:00
queue.go eth/catalyst, miner: build the execution payload async (#24866) 2022-05-18 17:33:37 +03:00