- 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 12 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
-
Ruohui Wang authored
-
Guillaume Ballet authored
-
- 28 Jun, 2022 2 commits
-
-
zeim839 authored
This adds a new flag to set the discovery port to be different from the TCP listener port. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Marius van der Wijden authored
-
- 27 Jun, 2022 2 commits
-
-
willian.eth authored
This change updates our urfave/cli dependency to the v2 branch of the library. There are some Go API changes in cli v2: - Flag values can now be accessed using the methods ctx.Bool, ctx.Int, ctx.String, ... regardless of whether the flag is 'local' or 'global'. - v2 has built-in support for flag categories. Our home-grown category system is removed and the categories of flags are assigned as part of the flag definition. For users, there is only one observable difference with cli v2: flags must now strictly appear before regular arguments. For example, the following command is now invalid: geth account import mykey.json --password file.txt Instead, the command must be invoked as follows: geth account import --password file.txt mykey.json
-
lightclient authored
all: remove public field from rpc.API
-
- 25 Jun, 2022 1 commit
-
-
lightclient authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- 24 Jun, 2022 2 commits
-
-
lightclient authored
The error was introduced in PR #21686, but there is no good reason to enforce sync in this method, and it causes issues with EL/CL integration.
-
int88 authored
-
- 23 Jun, 2022 2 commits
-
-
Sina Mahmoodi authored
This changes the []byte <-> Uint8Array conversion to use an ArrayBuffer, avoiding inefficient copying of the slice data in Goja. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
ucwong authored
Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- 22 Jun, 2022 2 commits
-
-
aaronbuchwald authored
Fix typo in txPool truncateQueue comment
-
rjl493456442 authored
* miner: retrieve mining state from live database * eth/catalyst: ignore stale fcu events from cl
-
- 21 Jun, 2022 2 commits
-
-
Zachinquarantine authored
-
Sina Mahmoodi authored
* cmd/geth: drop js command * cmd: simplify ipc path determination for attach * Add deprecation warning for js * rm testdata for exec * fix account unlock test cases * Update cmd/geth/consolecmd.go Co-authored-by:
Martin Holst Swende <martin@swende.se> * fix Co-authored-by:
Martin Holst Swende <martin@swende.se>
-