-
Notifications
You must be signed in to change notification settings - Fork 20.9k
Insights: ethereum/go-ethereum
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
v1.16.0 Terran Rivets (v1.16.0)
published
Jun 26, 2025 -
v1.16.1 Repair Actuals (v1.16.1)
published
Jul 2, 2025
21 Pull requests merged by 12 people
-
cmd/workload: rework tracegen to run tracing at block level
#32092 merged
Jul 2, 2025 -
Update logs for blsync (Fixes #31968 )
#32046 merged
Jul 2, 2025 -
accounts/abi: generate TryPack* methods for abigen v2 bindings
#31692 merged
Jul 2, 2025 -
eth/catalyst: fix edge case in simulated backend
#31871 merged
Jul 2, 2025 -
core/rawdb, triedb/pathdb: fix two inaccurate comments
#32130 merged
Jul 2, 2025 -
core/types: block timestamp in log should encode as hex
#32129 merged
Jul 1, 2025 -
core/filtermaps: define APIs for map, epoch calculation
#31659 merged
Jul 1, 2025 -
internal: remove the not availabe shh, swarm modules
#32073 merged
Jul 1, 2025 -
ethapi: reduce some of the wasted effort in GetTransactionReceipt
#32021 merged
Jul 1, 2025 -
internal/ethapi: prealloc map for the txpool api
#32110 merged
Jul 1, 2025 -
eth: fix a copy/paste error log
#32125 merged
Jul 1, 2025 -
core/filtermaps: clean up log format of unindexing message
#32123 merged
Jul 1, 2025 -
core/filtermap: fix log indexer noise after debug_setHead
#31934 merged
Jul 1, 2025 -
eth/filters: add address limit to filters
#31876 merged
Jul 1, 2025 -
triedb: reset state indexer after snap synced
#32104 merged
Jul 1, 2025 -
.gitea: switch release builds to static linking
#32118 merged
Jun 30, 2025 -
eth: correct tracer initialization in BlockchainConfig
#32107 merged
Jun 27, 2025 -
node: do not double-wrap KV stores
#32089 merged
Jun 27, 2025 -
all: replace override.prague with osaka
#32093 merged
Jun 27, 2025 -
all: incorporate state history indexing status into eth_syncing response
#32099 merged
Jun 26, 2025 -
triedb/pathdb: fix journal resolution in pathdb
#32097 merged
Jun 26, 2025
10 Pull requests opened by 7 people
-
eth: reset skeleton after chain rewinded
#32101 opened
Jun 26, 2025 -
cmd/utils: don't alter the txlookup limit in archive node
#32103 opened
Jun 27, 2025 -
core/types: add address cache and hash cache for authorization
#32117 opened
Jun 30, 2025 -
cmd/geth: fix testdata URL
#32121 opened
Jun 30, 2025 -
params: remove HistoryServeWindow
#32127 opened
Jul 1, 2025 -
cmd: hide the deprecated flags
#32128 opened
Jul 1, 2025 -
triedb,core: implement the partial state index read
#32132 opened
Jul 1, 2025 -
trie, core/state: introduce Touch operation in trie to fasten preload
#32134 opened
Jul 2, 2025 -
core/rawdb: change the mechanism to schedule freezer sync
#32135 opened
Jul 2, 2025 -
Update Safe API documentation links
#32136 opened
Jul 2, 2025
17 Issues closed by 9 people
-
blsync: "Latest filled block is not available" after starting sync with valid checkpoint and beacon API
#31968 closed
Jul 2, 2025 -
`eth_getLogs` is very slow for v1.15.11
#31770 closed
Jul 2, 2025 -
blockTimeStamp -> invalid format in v1.16.0
#32120 closed
Jul 1, 2025 -
Path-based global cache
#30022 closed
Jul 1, 2025 -
Filtermap crash in dev mode
#31797 closed
Jul 1, 2025 -
log indexer issue with `debug_setHead`
#31929 closed
Jul 1, 2025 -
`Failed to truncate extra state histories` with Sepolia history expiry
#31999 closed
Jun 30, 2025 -
Can't start the node on v1.16.0
#32106 closed
Jun 30, 2025 -
transaction type not supported (on base)
#32113 closed
Jun 30, 2025 -
Can't start on current stable Debian (glibc version)
#32102 closed
Jun 30, 2025 -
v1.16.0 - geth.service: Main process exited
#32116 closed
Jun 30, 2025 -
Compatibility error
#32109 closed
Jun 30, 2025 -
Masterucellmai61patch+1
#32114 closed
Jun 30, 2025 -
Tracer is not set since release v1.16.0
#32108 closed
Jun 27, 2025 -
Scheduling Hard Forks failed
#32096 closed
Jun 27, 2025 -
Unable to process `authorizationList` with leading zero in hash to call `eth_estimateGas`
#32061 closed
Jun 26, 2025 -
Prestate tracer does not returns delegated account for EIP7702 transactions
#32078 closed
Jun 26, 2025
4 Issues opened by 3 people
-
core/vm: `codeBitmap` is consuming ~20% of CPU time in simulation heavy workloads
#32137 opened
Jul 2, 2025 -
abigen: Missing nonce value update when Deploy contracts with libraries
#32111 opened
Jun 29, 2025 -
Loosen the constrains on BlockHeaders responses in ETH protocol
#32105 opened
Jun 27, 2025 -
Throttle the state indexing when processing block
#32100 opened
Jun 26, 2025
32 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
add capacity where appends in for can be easily precalculated for less reallocation
#32088 commented on
Jul 1, 2025 • 10 new comments -
core/state: implement optional BAL construction in statedb
#31959 commented on
Jul 2, 2025 • 3 new comments -
core/rawdb: reduce allocations in rawdb.ReadHeaderNumber
#31913 commented on
Jun 26, 2025 • 2 new comments -
core,miner,params: implement EIP-7934 - RLP Execution Block Size Limit
#31990 commented on
Jul 1, 2025 • 1 new comment -
core/vm: remove pointers from JumpTable
#32077 commented on
Jun 26, 2025 • 0 new comments -
core/vm: hoist jumptable nil-check out of the interpreter loop
#32068 commented on
Jul 2, 2025 • 0 new comments -
WIP: new transaction index
#32063 commented on
Jun 26, 2025 • 0 new comments -
triedb/pathdb: introduce file-based state journal
#32060 commented on
Jul 2, 2025 • 0 new comments -
WIP: EIP-7907 Meter Contract Code Size And Increase Limit
#32003 commented on
Jun 26, 2025 • 0 new comments -
EIP-7951: Precompile for secp256r1 Curve Support
#31991 commented on
Jun 26, 2025 • 0 new comments -
core/vm: implement EIP-7939: CLZ opcode
#31989 commented on
Jun 26, 2025 • 0 new comments -
consensus/misc/eip4844: implement EIP-7918
#31965 commented on
Jun 26, 2025 • 0 new comments -
core/types: add block-level access list structures with encoding/decoding
#31948 commented on
Jul 2, 2025 • 0 new comments -
eth: switch to full sync before genesis block
#31805 commented on
Jun 28, 2025 • 0 new comments -
ethapi: Fix DoEstimateGas to apply overrides with correct precompile set
#31795 commented on
Jun 28, 2025 • 0 new comments -
core/state: state copy bugfixes with Verkle Trees
#31696 commented on
Jul 2, 2025 • 0 new comments -
core/state: add GetStateAndCommittedState
#31585 commented on
Jul 2, 2025 • 0 new comments -
p2p/discover/v5wire: use Whoareyou.ChallengeData instead of storing encoded packet
#31547 commented on
Jul 1, 2025 • 0 new comments -
ethclient/gethclient: add tracing API methods
#31510 commented on
Jul 1, 2025 • 0 new comments -
eth/tracers: add panic recovery for tracers
#31226 commented on
Jul 2, 2025 • 0 new comments -
p2p/discover: implement send of v5 call without waiting for response
#31150 commented on
Jul 1, 2025 • 0 new comments -
cmd/dbcmd: add inspect trie tool to analysis trie storage
#28892 commented on
Jun 27, 2025 • 0 new comments -
accounts/abi: Add support for fixed-point types + add more checks on ABI function parameter types
#23571 commented on
Jun 30, 2025 • 0 new comments -
debug_traceCall inaccurate gasUsed estimation
#31986 commented on
Jul 2, 2025 • 0 new comments -
Better support for local block explorers
#32011 commented on
Jul 2, 2025 • 0 new comments -
Support tracing API in gethclient
#28182 commented on
Jul 2, 2025 • 0 new comments -
discv5: optimize send and receive performance
#31819 commented on
Jul 1, 2025 • 0 new comments -
Support discv5 call which don't need response
#31112 commented on
Jul 1, 2025 • 0 new comments -
Portal Network integration tracking
#31092 commented on
Jul 1, 2025 • 0 new comments -
Lag between tx inclusion and accessible state over RPC
#31798 commented on
Jun 28, 2025 • 0 new comments -
Todo: update vulnerabilities.json
#31222 commented on
Jun 26, 2025 • 0 new comments -
EIP 7966 - eth_sendRawTransactionSync
#32094 commented on
Jun 26, 2025 • 0 new comments