Commit Graph

14953 Commits (95715fdb0317dc7d6ebbec702fe78257380c95a1)
 

Author SHA1 Message Date
Péter Szilágyi 5e0eb62a8e
eth/protocols/eth: stop advertising eth/66 for pathdb nodes (#28006) 1 year ago
Felix Lange 6dc9cdf15b
core: support null balance in genesis (#28005) 1 year ago
aaronbuchwald 56d2366699
core/state/snapshot: replace diffToDisk ideal batch size with 64MB (#27977) 1 year ago
Guido Vranken 0ba2d3cfa4
core/vm/runtime: Add Random field to config (#28001) 1 year ago
rjl493456442 1a2135044c
eth/catalyst: use block as finalization (#28000) 1 year ago
Delweng 45b198dd3a
eth/catalyst: disable heartbeat for simulated beacon node (#27979) 1 year ago
Felix Lange 9b46986edc
all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 1 year ago
Marius van der Wijden 60ec41ce73
miner: refactor getSealingBlock method (#27993) 1 year ago
lightclient feb8f416ac
miner: add to build block with EIP-4844 blobs (#27875) 1 year ago
Felix Lange d1f6735171
core/rawdb: fix 32bit build (#27995) 1 year ago
Martin Holst Swende eb6cbe37e1
core/state: remove public method ForEachStorage (#27986) 1 year ago
Marius van der Wijden 2f4dbb4f90
core/rawdb: allocate database keys with explicit size to avoid slice growth (#27772) 1 year ago
cui 4abc412348
crypto/bn256: eliminate dead store (#27944) 1 year ago
ucwong e3f3e01504
les: use new atomic types (#27856) 1 year ago
Martin Holst Swende f0f8703bf2
core/rawdb, ethdb/pebble: avoid fsync db in tests (#27836) 1 year ago
Felix Lange 5c7136adb4
rlp: remove allocation of bytes.Reader in DecodeBytes (#27987) 1 year ago
Péter Szilágyi 52219ced8b
travis: get rid of old useless GO111MODULE directives (#27991) 1 year ago
Shude Li 76d4ac1acb
account/abi: convert if-else-if chain to tagged switch (#27869) 1 year ago
Martin Holst Swende 4af98d4ee6
travis: increase travis wait time (#27975) 1 year ago
Péter Szilágyi 00fead91c4
cmd/utils: fix a startup issue on deleted chaindata but dangling ancients (#27989) 1 year ago
rjl493456442 bce5c46739
eth/catalyst: disable full payload when not in dev mode (#27921) 1 year ago
Péter Szilágyi 0c6bbeb423
core, eth, trie: expose more detailed dirty ram tracking for diff layers (#27971) 1 year ago
Péter Szilágyi ab3762b2d9
go.mod: update pebble to crl-release-23.1 (#27967) 1 year ago
Delweng c31f9cf23a
graphql: fix nil deref on a timer (#27978) 1 year ago
Martin Holst Swende 16946d218a
rpc: use go-winio for named pipes (#27972) 1 year ago
Felix Lange 4c7053baf1
core: add BeaconRoot to header in GenerateChain (#27974) 1 year ago
Martin Holst Swende 8d2492982b
cmd/evm: add back stateroot to jsonl-output (#27968) 1 year ago
Martin Holst Swende b8d38e76ef
core, params, beacon/engine: implement EIP 4788 BeaconRoot (#27849) 1 year ago
Marius van der Wijden 0b4b299099
go.mod: update docker (#27970) 1 year ago
Martin Holst Swende 55c5f5964d
travis, build: update Go to 1.21.0 (#27958) 1 year ago
shuo bbee0e7e50
miner: fix reply -> replay typo (#27961) 1 year ago
Delweng 7c0d90c8c9
core: ensure txindex will be triggered at least once (#27847) 1 year ago
Delweng 9f4a528793
internal/ethapi: add testcases for blobTx (#27818) 1 year ago
jwasinger f56ee7d9c5
eth/catalyst: set finalized block hash properly in dev mode (#27886) 1 year ago
Marius van der Wijden b3024e8fe6
eth: ignore genesis block on importChain (#27956) 1 year ago
Marius van der Wijden 5976e58415
trie: reduce allocs in recHash (#27770) 1 year ago
Marius van der Wijden 7dea9c10cd
internal/ethapi: eth API changes needed for 4844 (#27928) 1 year ago
Roberto Bayardo 950ccddfc8
internal/ethapi: optimize & clean up EstimateGas (#27710) 1 year ago
Delweng 649deb69f3
eth/downloader: fix rare crash when parent header missing in db (#27945) 1 year ago
Martin Holst Swende 1aa5520d75
core/txpool/legacypool: protect cache with mutex (#27898) 1 year ago
lightclient 32fde3f838
core/forkid: correctly compute forkid when timestamp fork is activated in genesis (#27895) 1 year ago
lightclient a3e35414b7
core/types: fix unmarshalling of BlobTx values (#27939) 1 year ago
Delweng 386cba15b5
node: increase batch limits for auth rpc API (#27924) 1 year ago
Martin Holst Swende a16d757cd4
build: remove ubuntu kinetic (deprecated) (#27933) 1 year ago
Joe Netti e0b119884c
eth/tracers/js: use t.toBig on ctx.GasPrice for js tracing (#27903) 1 year ago
Paweł Bylica ab28680e66
trie: add tests for "short" nodes in StackTrie (#27932) 1 year ago
lonika 05a8b887a9
crypto/bls12381: fix typo in comment (#27930) 1 year ago
Delweng f1801a9fed
internal/ethapi: implement eth_getBlockReceipts (#27702) 1 year ago
ucwong 509cd428e9
go.mod: upgrade goja (#27899) 1 year ago
Delweng 68855216c9
cmd/utils: restore support for txlookuplimit flag (#27917) 1 year ago