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.
Martin HS
14cc967d19
all: remove dependency on golang.org/exp (#29314)
This change includes a leftovers from https://github.com/ethereum/go-ethereum/pull/29307
- using the [new `slices` package](https://go.dev/doc/go1.21#slices) and
- using the [new `cmp.Ordered`](https://go.dev/doc/go1.21#cmp) instead of exp `constraints.Ordered`
|
11 months ago |
.. |
discovery.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
handler.go
|
eth/protocols/snap: fix snap sync failure on empty storage range (#28306)
|
1 year ago |
handler_fuzzing_test.go
|
core: move genesis alloc types to core/types (#29003)
|
1 year ago |
metrics.go
|
all: remove redundant import aliases (#29144)
|
12 months ago |
peer.go
|
core,eth,internal: fix typo (#29024)
|
1 year ago |
protocol.go
|
core/state/snapshot, core/types, eth: move account definition to type (#27323)
|
2 years ago |
range.go
|
eth/protocols/snap: fix snap sync failure on empty storage range (#28306)
|
1 year ago |
range_test.go
|
eth/protocols/snap: fix snap sync failure on empty storage range (#28306)
|
1 year ago |
sort_test.go
|
core, les, eth: port snap sync changes (#24898)
|
3 years ago |
sync.go
|
core, eth, trie: filter out boundary nodes and remove dangling nodes in stacktrie (#28327)
|
1 year ago |
sync_test.go
|
all: remove dependency on golang.org/exp (#29314)
|
11 months ago |
tracker.go
|
eth/protocols, prp/tracker: add support for req/rep rtt tracking (#22608)
|
4 years ago |