Péter Szilágyi
57896d6fbe
params: begin v1.10.24 release cycle
3 years ago
Péter Szilágyi
d901d85377
params: release Geth v1.10.23
3 years ago
Joe
a2873d7225
add pruning page
3 years ago
Péter Szilágyi
4c114af502
Merge pull request #25582 from holiman/err_handling
...
consensus/beacon: don't ignore errors
3 years ago
Péter Szilágyi
9ed10b9e48
Merge pull request #25581 from karalabe/triedb-fix-flush-order
...
core/state, trie: fix trie flush order for proper pruning
3 years ago
Martin Holst Swende
45a660a4f2
consensus/beacon: don't ignore errors
3 years ago
Péter Szilágyi
5758d1fb11
core/state, trie: fix trie flush order for proper pruning
3 years ago
Péter Szilágyi
81bd998353
core, eth/downloader: handle spurious junk bodies from racey rollbacks ( #25578 )
...
* eth/downloader: handle junkbodies/receipts in the beacon sync
* core: check for header presence when checking for blocks
3 years ago
Joe
1cf24dc638
update homepage
3 years ago
Joe
e2192a477d
add resources page
3 years ago
Joe
6f6d57cbbd
add note on light clients after merge
3 years ago
Joe
1f7c9ea2d6
faqs
3 years ago
Joe
5fc950e005
delete redundant page tracker
3 years ago
Joe
8be6f085dc
update md formating for rpc pages
3 years ago
Felix Lange
6d711f0c00
params: begin v1.10.23 release cycle
3 years ago
Felix Lange
2de49b04e5
params: release go-ethereum v1.10.22
3 years ago
Péter Szilágyi
395f3d4bf6
eth/catalyst: warn less frequently if no beacon client is available ( #25569 )
...
* eth/catalyst: warn less frequently if no beacon client is available
* eth/catalyst: tweak warning frequency a bit
* eth/catalyst: some more tweaks
* Update api.go
Co-authored-by: Felix Lange <fjl@twurst.com>
3 years ago
Péter Szilágyi
02418c2fa9
Revert "eth/fetcher: don't spend too much time on transaction inclusion" ( #25567 )
...
Revert "eth/fetcher: don't spend too much time on transaction inclusion (#25524 )"
This reverts commit 0ce494b60c
.
3 years ago
Joe
ecff17c740
update md formatting
3 years ago
Joe
f3026eacf3
more markdown formatting
3 years ago
Martin Holst Swende
0ce494b60c
eth/fetcher: don't spend too much time on transaction inclusion ( #25524 )
...
* eth/fetcher: introduce some lag in tx fetching
* eth/fetcher: change conditions a bit
* eth/fetcher: use per-batch quota check
* eth/fetcher: fix some comments
* eth/fetcher: address review concerns
* eth/fetcher: fix panic + add warn log
* eth/fetcher: fix log
* eth/fetcher: fix log
* cmd/devp2p/internal/ethtest: fix ignorign tx announcements from prev. tests
* cmd/devp2p/internal/ethtest: fix TestLargeTxRequest
This increases the number of tx relay messages the test waits for. Since
go-ethereum now processes incoming txs in smaller batches, the
announcement messages it sends are also smaller.
Co-authored-by: Felix Lange <fjl@twurst.com>
3 years ago
Felix Lange
ac7ad811b4
internal/ethapi: fix build regression ( #25555 )
3 years ago
zhiqiangxu
0865880626
accounts/abi: fix set function ( #25477 )
...
* accounts/abi: fix set function
* don't break things
* update test
3 years ago
Sina Mahmoodi
36874b63a1
eth/filters: add global block logs cache ( #25459 )
...
This adds a cache for block logs which is shared by all filters. The cache
size of is configurable using the `--cache.blocklogs` flag.
Co-authored-by: Felix Lange <fjl@twurst.com>
3 years ago
Marius van der Wijden
77308cd6fc
consensus/beacon: check ttd reached on pos blocks ( #25552 )
...
* consensus/beacon: check ttd reached on pos blocks
* consensus/beacon: check ttd reached on pos blocks
* consensus/beacon: check ttd reached on pos blocks
3 years ago
Justin Traglia
9762ddf8b0
cmd/geth: parse uint64 value with ParseUint instead of Atoi ( #25545 )
...
Parse uint64 value with ParseUint instead of Atoi
3 years ago
Justin Traglia
656dc8cc00
eth, les: unlock downloader peerSet if there's an error ( #25546 )
...
Unlock peerSet if there's an error in the downloader
3 years ago
ucwong
32e8490615
accounts/abi/bind/backends: typo fix ( #25549 )
3 years ago
ucwong
fa1305f8bf
internal/ethapi: fix comment typo ( #25548 )
3 years ago
Justin Traglia
2c5648d891
all: fix some typos ( #25551 )
...
* Fix some typos
* Fix some mistakes
* Revert 4byte.json
* Fix an incorrect fix
* Change files to fails
3 years ago
rjl493456442
a1b8892384
trie: improve node rlp decoding performance ( #25357 )
...
This avoids copying the input []byte while decoding trie nodes. In most
cases, particularly when the input slice is provided by the underlying
database, this optimization is safe to use.
For cases where the origin of the input slice is unclear, the copying version
is retained. The new code performs better even when the input must be
copied, because it is now only copied once in decodeNode.
3 years ago
Justin Traglia
cce7f08438
rlp/rlpgen: fix error handling when target type not found ( #25547 )
...
typ will be nil when lookupStructType returns an error. cfg.Type should be used instead.
3 years ago
Guillaume Ballet
23ac8df153
cmd. core: save preimages on genesis creation ( #25538 )
...
force preimage dump for genesis
3 years ago
Seungbae Yu
a50c006b49
core: make tx journal check and open atomic ( #25530 )
...
* core: reduce system call about `os`
* avoid deprecated method
3 years ago
Guillaume Ballet
6da5c1644d
core/state, trie, light: add a TryDeleteAccount method ( #25531 )
...
* core/state, trie, light: Add a DeleteAccount method
* review feedback
* Update database.go
* pr triage feedback
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
3 years ago
Guillaume Ballet
12185e40e0
core, trie: flush preimages to db on blockchain close ( #25533 )
...
* core, trie: flush preimages to db on database close
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
* rename Close to CommitPreimages for clarity
* core, trie: nitpick fixes
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
3 years ago
Joe
0bb421adc5
update geth-developers docs - md formatting
3 years ago
Joe
18ae820f7a
move tracer doc, md formatting
3 years ago
Joe
008150095d
more md formatting
3 years ago
Joe
50a86c7d32
more md formatting
3 years ago
Joe
5026c8d557
md formatting for clef docs
3 years ago
Joe
dce6f95be5
md formatting and add qubes images
3 years ago
Joe
88082b29f7
markdown formatting
3 years ago
Joe
0cb917a9dc
add puppeth page
3 years ago
Marius van der Wijden
c4ab7d2291
params: set mainnet terminal total difficulty for the merge ( #25528 )
...
* params: set mainnet ttd to 58_750_000_000_000_000_000_000
* params: set mainnet ttd to 58_750_000_000_000_000_000_000
3 years ago
Joe
99a756517a
update clef pages
3 years ago
Martin Holst Swende
0016eb7eee
params: set ttdpassed on goerli ( #25519 )
3 years ago
ycyraum
141cd42531
core/genesis: remove calaverasAllocData ( #25516 )
...
core/genesis: calaverasAllocData no longer used
3 years ago
lightclient
0be9d76e37
internal/ethapi: rework setDefaults for tx args so fee logic is separate ( #25197 )
...
Co-authored-by: bobpkr <bob.p@krustuniverse.com>
3 years ago
Darioush Jalali
366d2169fb
accounts/abi: display name in "method/event not found" error ( #25512 )
3 years ago