- 25 Jul, 2022 9 commits
-
-
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
-
- 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 7 commits
-
-
Marius Kjærstad authored
-
Péter Szilágyi authored
internal/build: add a timestamp to the tar archive folder
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: enable DNS discovery on Sepolia too
-
Péter Szilágyi authored
-
Philip Fan authored
Adds a native tracer that returns that in case of failure returns the error message or the revert reason of a transaction. Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Seungbae.yu authored
-
- 11 Jul, 2022 1 commit
-
-
Péter Szilágyi authored
build: upgrade -dlgo version to Go 1.18.3
-
- 10 Jul, 2022 1 commit
-
-
Seungbae.yu authored
-
- 08 Jul, 2022 1 commit
-
-
Brion authored
This change ensures the HTTP server will always terminate within at most 5s, even when all connections are busy and do not become idle. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- 07 Jul, 2022 1 commit
-
-
lightclient authored
-