- Jun 22, 2021
-
-
Sachin Kumar Singh authored
The `README.md` links the Gitter channel for discussions, but the official docs and even the Gitter channel itself recommend using the official Discord Server for such discussions. This PR simply changes the Gitter link and provides Discord invite link.
-
- Jun 21, 2021
-
-
Péter Szilágyi authored
travis: enable experimental docker for manifest building
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis, Dockerfile, build: docker build and multi-arch publish combo
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis: move docker steps further to prevent hanging other builders
-
Péter Szilágyi authored
-
- Jun 20, 2021
-
-
Evolution404 authored
When deleting in fullNode, and the new child node nn is not nil, there is no need to check the number of non-nil entries in the node. This is because the fullNode must've contained at least two children before deletion, so there must be another child node other than nn. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Oliver Tale-Yazdi authored
Copy the CliqueConfig instead of reusing the pointer. This makes DeveloperGenesisBlock thread safe and prevents it from changing params.AllCliqueProtocolChanges.Clique.Epoch.
-
- Jun 18, 2021
-
-
Péter Szilágyi authored
travis, build: add support for multi-arch docker images
-
Péter Szilágyi authored
-
Marius van der Wijden authored
-
Marius van der Wijden authored
-
lightclient authored
-
Afanasii Kurakin authored
-
- Jun 17, 2021
-
-
Jeff Wentworth authored
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
travis: don't overwrite amd64 images with arm64
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis, build: own docker builder and hub pusher
-
Péter Szilágyi authored
-
- Jun 16, 2021
-
-
Marius van der Wijden authored
-
Martin Holst Swende authored
* core/vm: evm fix panic * core/vm/runtime: default to params.initialbasefee
-
Péter Szilágyi authored
core, graphql, internal: expose effectiveGasPrice in receipts
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: bump CHTs for Geth v1.10.4
-
Péter Szilágyi authored
-
- Jun 15, 2021
-
-
Péter Szilágyi authored
* accounts/abi/bind: fix bounded contracts and sim backend for 1559 * accounts/abi/bind, ethclient: don't rely on chain config for gas prices * all: enable London for all internal tests * les: get receipt type info in les tests * les: fix weird test Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- Jun 14, 2021
-
-
Martin Holst Swende authored
* params: add london testnet blocks * core/forkid: update fork hashes
-
Péter Szilágyi authored
core: change baseFee into baseFeePerGas in genesis json
-
Martin Holst Swende authored
-
Oliver Tale-Yazdi authored
* accounts/abi/bind/backends: add blockByHashNoLock Signed-off-by:
Oliver Tale-Yazdi <oliver@perun.network> * accounts/abi/bind/backends: add 'parent' arg to rollback Signed-off-by:
Oliver Tale-Yazdi <oliver@perun.network> * accounts/abi/bind/backends: add simulated forks Signed-off-by:
Oliver Tale-Yazdi <oliver@perun.network> * accounts/abi/bind/backends: minor nitpicks * accounts/abi/bind/backends: don't add defensive panics Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Péter Szilágyi authored
core: make genesis parse baseFee correctly
-
- Jun 11, 2021
-
-
Péter Szilágyi authored
core, internal: support various eth_call invocations post 1559
-
- Jun 10, 2021
-
-
Paul-Armand Verhaegen authored
This function is not used in the code base, so probably safe to do rename, or remove in its entirety, but I'm assuming the logic from the original creator still applies so rename probably better.
-
Péter Szilágyi authored
eth/ethconfig: bump the RPC gas cap to 50M, since 1559 exceeds 25
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jun 09, 2021
-
-
Martin Holst Swende authored
-