go-ethereum/miner
HAOYUatHZ e5171495e1
feat: check basefee in Curie (#770)
* add consensus/misc/eip1559/eip1559_scroll.go

* update core/chain_makers.go

* add `fees.GetL1BaseFee`

* update eth/gasprice/feehistory.go

* fix internal/ethapi/api.go & eth/filters/api.go

* update graphql/graphql.go

* update miner/worker.go

* update txpool

* fix api_backend

* fix Curie

* update core/state_transition.go

* update internal/ethapi/transaction_args.go

* fix cmd/evm/internal/t8ntool/transition.go

* update core/state_processor_test.go

* update core/txpool/blobpool/blobpool_test.go

* fix internal/ethapi/api_test.go

* update eth/gasprice/gasprice_test.go

* update internal/ethapi/transaction_args_test.go

* update accounts/abi/bind/backends/simulated.go

* update accounts/abi/bind/base.go
2024-05-28 08:37:13 +08:00
..
stress/clique add sync_service (#596) 2023-12-14 19:19:52 +08:00
miner.go feat: add ccc into miner (#674) 2024-04-28 18:16:10 +08:00
miner_test.go feat: add ccc into miner (#674) 2024-04-28 18:16:10 +08:00
ordering.go feat: add ccc into miner (#674) 2024-04-28 18:16:10 +08:00
ordering_test.go core, eth, miner: start propagating and consuming blob txs (#28243) 2023-10-04 12:36:36 +03:00
payload_building.go fix: broken url link (#28342) 2023-10-17 14:32:35 +08:00
payload_building_test.go eth, miner: rm redundant type declare (#27713) 2023-07-13 09:55:31 +03:00
worker.go feat: check basefee in Curie (#770) 2024-05-28 08:37:13 +08:00
worker_test.go feat: add ccc into miner (#674) 2024-04-28 18:16:10 +08:00