- 28 Jul, 2022 1 commit
-
-
Péter Szilágyi authored
-
- 27 Jul, 2022 4 commits
-
-
rjl493456442 authored
* core, trie, eth, cmd: rework preimage store * trie: address comment
-
Felix Lange authored
-
Felix Lange authored
-
rjl493456442 authored
-
- 25 Jul, 2022 13 commits
-
-
Marius van der Wijden authored
* core: eth: rpc: implement safe rpc block * core: fix setHead, panics
-
Péter Szilágyi authored
params: change Merge config to print simpler message
-
Péter Szilágyi authored
* eth: support bubbling up bad blocks from sync to the engine API * eth/catalyst: fix typo Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> * eth/catalyst: fix typo Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> * Update eth/catalyst/api.go * eth/catalyst: when forgetting bad hashes, also forget descendants * eth/catalyst: minor bad block tweaks for resilience Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Péter Szilágyi authored
eth/tracers/js: fix capitalization in tests
-
Péter Szilágyi authored
-
Delweng authored
* golangci: typo Signed-off-by:
Delweng <delweng@gmail.com> * golangci: add whietspace Signed-off-by:
Delweng <delweng@gmail.com> * *: rm whitesapce using golangci-lint Signed-off-by:
Delweng <delweng@gmail.com> * cmd/puppeth: revert accidental resurrection Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Eval EXEC authored
-
Seungbae.yu authored
-
Abirdcfly authored
Signed-off-by:
Abirdcfly <fp544037857@gmail.com>
-
Guillaume Ballet authored
-
rjl493456442 authored
-
Marius van der Wijden authored
-
Péter Szilágyi authored
deps: update goleveldb
-
- 23 Jul, 2022 3 commits
-
-
Marius van der Wijden authored
* cmd/geth: eth/catalyst: enable authrpc by default * eth/catalyst: rename catalyst -> Engine API in logs * eth/catalyst: don't panic
-
Marius van der Wijden authored
-
Martin Holst Swende authored
-
- 22 Jul, 2022 3 commits
-
-
Nikhil Suri authored
-
Marius van der Wijden authored
-
jwasinger authored
* cmd/puppeth: remove support for exporting non-Geth genesis configurations * remove unused function
-
- 21 Jul, 2022 1 commit
-
-
Zachinquarantine authored
This fixes #25366
-
- 19 Jul, 2022 2 commits
-
-
Guillaume Ballet authored
* params: Add Shangai and Cancun blocks * fix copy/paste error Co-authored-by:
Martin Holst Swende <martin@swende.se> * fix typo in Shanghai name Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Guillaume Ballet authored
* accounts/abi: substitude arg%d to the range keyword * support more keywords * review feedback
-
- 18 Jul, 2022 1 commit
-
-
Guillaume Ballet authored
-
- 15 Jul, 2022 5 commits
-
-
Ha ĐANG authored
-
Felix Lange authored
-
Marius van der Wijden authored
-
rjl493456442 authored
core, eth, les, trie: rework snap sync
-
Lee Bousfield authored
During RPC calls such as eth_call and eth_estimateGas, st.evm.Config.NoBaseFee is set which allows the gas price to be below the base fee. This results the tip being negative, and balance being subtracted from the coinbase instead of added to it, which results in a potentially negative coinbase balance interestingly. This can't happen during normal chain processing as outside of RPC calls the gas price is required to be at least the base fee, as NoBaseFee is false. This change prevents this behavior by disabling fee payment when the fee is not set. Co-authored-by:
lightclient@protonmail.com <lightclient@protonmail.com> Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- 14 Jul, 2022 6 commits
-
-
henridf authored
* Remove locking in (*BlockChain).ExportN Since ExportN is read-only, it shouldn't need the lock. (?) * Add hash check to detect reorgs during export. * fix check order * Update blockchain.go * Update blockchain.go Co-authored-by:
rjl493456442 <garyrong0905@gmail.com>
-
lightclient authored
* internal/ethapi: error if tx args includes chain id that doesn't match local * internal/ethapi: simplify code a bit Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Péter Szilágyi authored
all: remove version field
-
Jens W authored
Co-authored-by:
Jens <jmw.1906@gmx.de>
-
Ikko Ashimine authored
-
Péter Szilágyi authored
build: upgrade -dlgo version to Go 1.18.4
-
- 12 Jul, 2022 1 commit
-
-
Marius Kjærstad authored
-