go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

Go implementation of the Ethereum protocol

Results 848 go-ethereum issues
Sort by recently updated
recently updated
newest added

# Enhance abigen to Generate Output Types for Contract Functions ## Description ### Issue #29689 Current limitations: - It does not create separate output types for contract functions - This...

Implements https://github.com/ethereum/EIPs/pull/8933

### **Description** - During high traffic, transactions are lost as the current legacy pool (Main Pool) has limits on its capacity and propagating them during high traffic also costs network...

Is it possible to set the transaction expiration period of the mempool on the node I am operating? It is said that it is possible to set it with Chat...

type:docs

Previously, PathDB used a single buffer to aggregate database writes, which needed to be flushed atomically. However, flushing large amounts of data (e.g., 256MB) caused significant overhead, often blocking the...

totally WIP, and I'm not sure this is correct. I need to further validate this tomorrow. Should close https://github.com/ethereum/go-ethereum/issues/30145 . The problem is that for `AccessList`, we are filling transaction...

This is a not-particularly-important "cleanliness" PR. It removes the last remnants of the `x/exp` package, where we used the `maps.Keys` function. The original returned the keys in a slice, but...

status:marinating

This adds an API method `DropTransactions` to legacy pool, blob pool and txpool interface. This method removes all txs currently tracked in the pools. It modifies the simulated beacon to...