- 15 Jul, 2022 1 commit
-
-
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
-
- 06 Jul, 2022 2 commits
-
-
Seungbae.yu authored
-
aaronbuchwald authored
paralallel -> parallel
-
- 05 Jul, 2022 5 commits
-
-
Marius Kjærstad authored
-
Sina Mahmoodi authored
-
Marius van der Wijden authored
This fixes an issue in abigen tests with go 1.17.
-
Marius van der Wijden authored
-
Marius van der Wijden authored
-
- 04 Jul, 2022 7 commits
-
-
Felix Lange authored
* cmd/geth: add some missing argument count checks * internal/flags: skip cmds with no action func in MigrateGlobalFlags * internal/flags: add Merge * cmd/devp2p: re-add listener config flags in discv4 commands
-
スパイク authored
I have a EIP712 typehash using uint96, but it's currently not supported by go-ethereum. This change fixes it.
-
Marius van der Wijden authored
* core: apply ttd override to genesis block * core: apply overrides properly
-
Marius van der Wijden authored
* core: don't validate state * core: allow external validator * core: revert * core: comments * Update blockchain_reader.go * core: move SetValidator to blockchain.go * core: rename method
-
Marius van der Wijden authored
* consensus/beacon: copy td value so we can modify it * consensus/beacon: copy td value so we can modify it
-
Seungbae.yu authored
-
aaronbuchwald authored
Replace unnecessary fmt.Errorf with errors.New in accounts/abi/argument.go
-
- 01 Jul, 2022 1 commit
-
-
Péter Szilágyi authored
* eth/catalyst: disallow importing blocks via newPayload during snap sync * eth/catalyst: make tests pass by using full sync only * eth/catalysts: make the import delay a bit cleaner * eth/catalyst: fix typo Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de>
-
- 30 Jun, 2022 2 commits
-
-
Péter Szilágyi authored
common/prque: fix typo
-
Seungbae.yu authored
-
- 29 Jun, 2022 5 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This upgrade is required to fix lint issues with urfave/cli/v2, which uses generics when built with Go 1.18
-
willian.eth authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-