Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Péter Szilágyi
61b844f2b2
eth/gasestimator: allow slight estimation error in favor of less iterations ( #28618 )
...
* eth/gasestimator: early exit for plain transfer and error allowance
* core, eth/gasestimator: hard guess at a possible required gas
* internal/ethapi: update estimation tests with the error ratio
* eth/gasestimator: I hate you linter
* graphql: fix gas estimation test
---------
Co-authored-by: Oren <orenyomtov@users.noreply.github.com>
12 months ago
..
asm
eth/tracers/js: fix isPush for push0 ( #28520 )
1 year ago
bloombits
core: fix typos ( #28218 )
1 year ago
forkid
core, trie, rpc: speed up tests ( #28461 )
12 months ago
rawdb
core/rawdb: fsync the index file after each freezer write ( #28483 )
1 year ago
state
cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) ( #28504 )
12 months ago
txpool
core/txpool/legacypool: respect nolocals-setting ( #28435 )
12 months ago
types
core/types: make 'v' optional for DynamicFeeTx and BlobTx ( #28564 )
12 months ago
vm
tests/fuzzers: move fuzzers into native packages ( #28467 )
1 year ago
.gitignore
…
bench_test.go
core: add basic chain history support in GenerateChain ( #28428 )
1 year ago
block_validator.go
core/types: support for optional blob sidecar in BlobTx ( #27841 )
1 year ago
block_validator_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
blockchain.go
core/blockchain: fix typos and grammar ( #28295 )
1 year ago
blockchain_insert.go
core, eth, trie: expose more detailed dirty ram tracking for diff layers ( #27971 )
1 year ago
blockchain_reader.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
blockchain_repair_test.go
core/rawdb, ethdb/pebble: avoid fsync db in tests ( #27836 )
1 year ago
blockchain_sethead_test.go
core/rawdb, ethdb/pebble: avoid fsync db in tests ( #27836 )
1 year ago
blockchain_snapshot_test.go
core/rawdb, ethdb/pebble: avoid fsync db in tests ( #27836 )
1 year ago
blockchain_test.go
core/blockchain: fix typos and grammar ( #28295 )
1 year ago
blocks.go
…
bloom_indexer.go
…
chain_indexer.go
…
chain_indexer_test.go
…
chain_makers.go
core: add basic chain history support in GenerateChain ( #28428 )
1 year ago
chain_makers_test.go
core: add basic chain history support in GenerateChain ( #28428 )
1 year ago
dao_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
error.go
all: replace data gas to blob gas in comments ( #27825 )
1 year ago
events.go
…
evm.go
core/vm: set basefee to 0 internally on eth_call ( #28470 )
1 year ago
forkchoice.go
…
gaspool.go
…
gen_genesis.go
all: rename dataGas to blobGas ( #27789 )
1 year ago
gen_genesis_account.go
…
genesis.go
cmd/geth: add support for --dev flag in dumpgenesis ( #28463 )
12 months ago
genesis_alloc.go
cmd, core, params: add support for the Holesky testnet ( #28007 )
1 year ago
genesis_test.go
cmd, core, trie: verkle-capable `geth init` ( #28270 )
1 year ago
headerchain.go
…
headerchain_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
mkalloc.go
cmd, core, params: add support for the Holesky testnet ( #28007 )
1 year ago
rlp_test.go
…
sender_cacher.go
…
state_prefetcher.go
…
state_processor.go
core: add basic chain history support in GenerateChain ( #28428 )
1 year ago
state_processor_test.go
core/vm: set basefee to 0 internally on eth_call ( #28470 )
1 year ago
state_transition.go
eth/gasestimator: allow slight estimation error in favor of less iterations ( #28618 )
12 months ago
types.go
…