- Jul 29, 2021
-
-
baptiste-b-pegasys authored
-
- Jul 28, 2021
-
-
ligi authored
-
@edgararout authored
-
Marius van der Wijden authored
* internal/ethapi: revert + fix properly in al tracer * internal/ethapi: use toMessage instead of creating new message * internal/ethapi: remove ineffassign * core: fix invalid unmarshalling, fix test Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- Jul 27, 2021
-
-
Marius van der Wijden authored
-
Marius van der Wijden authored
-
Martin Holst Swende authored
-
lightclient authored
* internal/ethapi/api: use hexutil.uint for blockCount parameter instead of int for feeHistory * return hex value for oldestBlock instead of number * return uint64 from oracle.resolveBlockRange * eth/gasprice: fixed test Co-authored-by:
Zsolt Felfoldi <zsfelfoldi@gmail.com>
-
- Jul 22, 2021
-
-
Felix Lange authored
-
Felix Lange authored
-
Marius van der Wijden authored
When processing a transaction with London fork rules, EIP-1559 mandates checking that the sender must have sufficient balance to cover gas * gasFeeCap. In the EIP's pseudocode, this check happens after the value transferred by the transaction has already been deducted. However, in go-ethereum, the balance has not yet been updated when the check happens, and therefore needs to be added explicitly. Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
- Jul 15, 2021
-
-
Gary Rong authored
-
aaronbuchwald authored
-
Evolution404 authored
-
- Jul 14, 2021
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Gary Rong authored
-
- Jul 13, 2021
-
-
Marius van der Wijden authored
* clique: implement getSignerForBlock * consensus/clique: use blockNrOrHash in getSignerForBlock * consensus/clique: implement getSigner * consensus/clique: fixed rlp decoding * consensus/clique: use Author instead of getSigner * consensus/clique: nit nit nit * consensus/clique: nit nit nit
-
Mark authored
* core, eth, internal, les, light: get pending and queued transaction by address * core: tiny nitpick fixes * light: tiny nitpick Co-authored-by:
mark <mark@amis.com> Co-authored-by:
Péter Szilágyi <peterke@gmail.com>
-
Gary Rong authored
* internal/ethapi: fix transaction APIs * internal/ethapi: fix typo * internal/ethapi: address comments * internal/ethapi: address comment from Peter
-
- Jul 12, 2021
-
-
Marius van der Wijden authored
-
Péter Szilágyi authored
params: update CHTs for the 1.10.5 release
-
- Jul 09, 2021
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/gasprice, internal/ethapi, miner: minor feehistory fixes
-
- Jul 08, 2021
-
-
Péter Szilágyi authored
-
Martin Holst Swende authored
* core, params: define london block at 12965000 * core/forkid: fix test
-
ucwong authored
-
- Jul 07, 2021
-
-
Sina Mahmoodi authored
The encoding of Log and LogForStorage is exactly the same now. After tracking it down it seems like #17106 changed the storage schema of logs to be the same as the consensus encoding. Support for the legacy format was dropped in #22852 and if I'm not wrong there's no reason anymore to have these two equivalent types. Since the RLP encoding simply contains the first three fields of Log, we can also avoid creating a temporary struct for encoding/decoding, and use the rlp:"-" tag in Log instead. Note: this is an API change in core/types. We decided it's OK to make this change because LogForStorage is an implementation detail of go-ethereum and the type has zero uses outside of package core/types. Co-authored-by:
Felix Lange <fjl@twurst.com>
-
Martin Holst Swende authored
This PR fixes a false positive PONG 'to' endpoint mismatch seen in hive tests: got {IP:172.17.0.7 UDP:44025 TCP:44025}, want {IP:172.17.0.7 UDP:44025 TCP:0} Co-authored-by:
Felix Lange <fjl@twurst.com>
-
- Jul 06, 2021
-
-
Sina Mahmoodi authored
* all: rm external interpreter and ewasm config * core/vm: rm Interpreter interface * cmd/geth: deprecate interpreter config fields
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Evolution404 authored
-
Gary Rong authored
-
Péter Szilágyi authored
cmd/puppeth: fix dashboard crash caused by updated base image
-
Péter Szilágyi authored
-
Péter Szilágyi authored
dockerfile: get rid of make and env, see if that fixes builds
-
Péter Szilágyi authored
-