- 14 Jul, 2022 2 commits
-
-
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 10 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>
-
Marius van der Wijden authored
* consensus/beacon: check that only the latest pow block is valid ttd block * consensus/beacon: move verification to async function * consensus/beacon: fix verifyTerminalPoWBlock, add test cases * consensus/beacon: cosmetic changes * consensus/beacon: apply karalabe's fixes
-
Seungbae.yu authored
-
lightclient authored
-
Andre Patta authored
-
aaronbuchwald authored
-