go-ethereum/miner
HAOYUatHZ ea3a3c9a5d
fix(miner): fix repeatedly processing dropped txs in a new block (#491)
* squash

* improve comments

* Remove tx (#493)

* force drop

* minor

* store skipped L2 tx for `circuitcapacitychecker.ErrUnknown`

* Update miner/worker.go

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>

* add lock

* use mu

---------

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2023-08-30 14:38:04 +08:00
..
stress feat: Sync and relay L1 messages (#350) 2023-06-07 07:24:19 -07:00
miner.go feat: Sync and relay L1 messages (#350) 2023-06-07 07:24:19 -07:00
miner_test.go feat(rollup): add circuits capacity checker (#321) 2023-08-01 13:52:31 +08:00
unconfirmed.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
unconfirmed_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
worker.go fix(miner): fix repeatedly processing dropped txs in a new block (#491) 2023-08-30 14:38:04 +08:00
worker_test.go feat(miner): consider l1msg in txCount (#486) 2023-08-27 00:08:04 +08:00