mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
* add core/rawdb/accessors_row_consumption.go * update core/rawdb/schema.go * update eth/ethconfig/config.go * update eth/ethconfig/gen_config.go * update miner/miner.go * update eth/backend.go * update core/types.go * update cmd/geth/main.go * update cmd/utils/flags.go * update core/types/block.go * update core/block_validator.go * WIP: update miner/worker.go * WIP: update miner/worker.go * WIP: update miner/worker.go * WIP: update miner/worker.go * WIP: update miner/worker.go * WIP: update miner/worker.go add withTimer * WIP: update miner/worker.go * WIP: update miner/worker.go add some func * WIP: update miner/worker.go `makeEnv` * fix * fix * minor * init traces return * init accRows * update `applyTransaction` * fix `TestPriorityClient` * miner: update metrics * minor * add `l2CommitTxTraceStateRevertTimer` * update `calcAndSetAccRowsForEnv` * start to work on `commitTransactions` * seal block early if we're over time * If we have collected enough transactions then we're done * check L1 message queue index * A single L1 message leads to out-of-gas * more on nil err * more error * skip RemoveTx for now * minor * l1TxStrangeErr * fix interface * start to work on `commitWork` * minor * draft `fillTransactions` * fix some types * refactor * fix * add `circuitCapacityReached` * minor * fix `txToLazyTx` * fix `(m *mockBackend) ChainDb()` * fix `removeTx` * update comments |
||
|---|---|---|
| .. | ||
| abidump | ||
| abigen | ||
| bootnode | ||
| clef | ||
| devp2p | ||
| ethkey | ||
| evm | ||
| faucet | ||
| geth | ||
| p2psim | ||
| rlpdump | ||
| utils | ||