- May 03, 2021
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: remove old conversion to shuffle leveldb blocks into ancients
-
Marius van der Wijden authored
-
Felix Lange authored
* params: remove dependency on crypto Package params should not depend on package crypto because building crypto requires cgo. Since build/ci.go needs package params to get the go-ethereum version number, C code must be compiled in order to run the build tool, which is annoying for certain cross-compilation setups. * params: add SectionHead
-
aaronbuchwald authored
* Fix interpreter comment * Fix comment
-
- May 01, 2021
-
-
Paweł Bylica authored
Do not keep separate flag for "max code size exceeded" case, but instead assign appropriate error for it sooner.
-
- Apr 30, 2021
-
-
rene authored
This PR fixes a couple of issues in the eth test suite that caused flakiness when run in the CI.
-
Péter Szilágyi authored
eth/protocols/snap: use storage batch, not account batch in st task
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core, eth: abort snapshot generation on snap sync and resume later
-
Péter Szilágyi authored
-
aaronbuchwald authored
-
aaronbuchwald authored
-
Martin Holst Swende authored
-
aaronbuchwald authored
-
aaronbuchwald authored
-
aaronbuchwald authored
-
aaronbuchwald authored
-
- Apr 29, 2021
-
-
aaronbuchwald authored
-
ligi authored
-
Paweł Bylica authored
-
aaronbuchwald authored
-
Guillaume Ballet authored
-
Diederik Loerakker authored
-
Péter Szilágyi authored
eth: restore eth_hashrate API endpoint
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core, eth, ethdb, trie: simplify range proofs
-
Péter Szilágyi authored
-
- Apr 28, 2021
-
-
Martin Holst Swende authored
* trie: add benchmark for proofless range * trie: remove unused returns + use stacktrie
-
Péter Szilágyi authored
eth/protocols/snap: lower the packet size to avoid overloading link
-
rene authored
-
Péter Szilágyi authored
-
Gary Rong authored
* les, tests: fix les clientpool * tests: disable debug mode * les: polish code
-
Gautam Botrel authored
Add more cross-fuzzers to fuzz bls with gnark versus geth's own bls12-381 library
-
Gregory Markou authored
This PR makes the gas price oracle ignore transactions priced at `<=1 wei`.
-
Martin Holst Swende authored
-
- Apr 27, 2021
-
-
Péter Szilágyi authored
p2p/tracker: only reschedule wake if previous didn't run
-
Péter Szilágyi authored
-
Péter Szilágyi authored
p2p/tracker: properly clean up fulfilled requests
-
Martin Holst Swende authored
-