-
d3452a22cc
accounts: properly close managed wallets when closing manager (#28710)
Martin HS
2023-12-20 13:41:40 +0100
-
7124057bad
internal/build: fix crash in MustRunCommandWithOutput (#28709)
Felix Lange
2023-12-20 07:56:41 +0100
-
9258a44b8f
params: begin go-ethereum v1.13.8 release cycle
Felix Lange
2023-12-19 13:32:25 +0100
-
c3d9ca62c1
all: release go-ethereum v1.13.7
Felix Lange
2023-12-19 13:30:06 +0100
-
-
3fd568855f
params: go-ethereum v1.13.7 stable
Felix Lange
2023-12-19 13:25:03 +0100
-
0cc192bd3a
build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#28702)
dependabot[bot]
2023-12-19 10:50:02 +0100
-
435bed5da0
ci: disable lint on travis (#28706)
Martin HS
2023-12-19 10:35:02 +0100
-
5a9dda64ce
.travis: set lower GOGC value (#28705)
Martin HS
2023-12-19 09:24:23 +0100
-
952b343cb3
build: make linter emit output (#28704)
Martin HS
2023-12-19 08:55:04 +0100
-
ac499a7ff1
Merge commit 'da6cdaf63' into merge/geth-v1.13.6
philip-morlier
2023-12-18 15:08:33 -0800
-
-
-
-
cd58897f18
core/rawdb: implement size reporting for live items in freezer_table (#28525)
wangyifan
2023-12-18 11:10:54 -0800
-
54a400ee71
internal/ethapi: ethSendTransaction check baseFee (#27834)
Delweng
2023-12-19 03:09:41 +0800
-
4410c1416a
params: begin v1.13.7 release cycle
Felix Lange
2023-12-18 19:10:11 +0100
-
da6cdaf635
all: release go-ethereum v1.13.6
Felix Lange
2023-12-18 19:06:41 +0100
-
-
5ba3d578ee
Merge branch 'release/1.13' into release-1.13.6
Felix Lange
2023-12-18 18:55:38 +0100
-
-
-
-
-
-
a18b845ecd
params: release go-ethereum v1.13.6 stable
Felix Lange
2023-12-18 18:53:47 +0100
-
c18c5c3d92
cmd/evm: t8n support custom tracers (#28557)
Delweng
2023-12-18 22:16:25 +0800
-
553bafc127
cmd/evm, cmd/clef, cmd/bootnode: fix / unify logging (#28696)
Martin HS
2023-12-18 14:11:27 +0100
-
05bbc56677
cmd/evm: default to mirror mainnet forks enabled (#28691)
jwasinger
2023-12-18 20:56:27 +0800
-
02766d349a
internal/flags: add missing flag types for auto-env-var generation (#28692)
Sebastian Stammler
2023-12-18 13:28:41 +0100
-
5b22a472d6
p2p/discover: add liveness check in collectTableNodes (#28686)
Felix Lange
2023-12-18 10:47:21 +0100
-
edc864f9ba
all: fix typos in comments (#28682)
alex
2023-12-18 16:35:12 +0800
-
f1794ba278
miner: eliminate the dead loop possibility for
newWorkLoop
and mainLoop
(#28677)
FletcherMan
2023-12-15 11:48:55 +0800
-
0f74aad641
all: fix typos in comments (#28662)
Elias Rad
2023-12-14 00:33:46 +0200
-
b2ced97ac4
eth/fetcher, eth/gasestimator: fix typos in comments (#28675)
Ursulafe
2023-12-13 23:32:17 +0100
-
81fd1b3cf9
core/txpool : small cleanup refactors (#28654)
ucwong
2023-12-12 15:23:36 +0000
-
17c2b3c194
eth/protocols/eth: fix typos in comments (#28652)
Ford
2023-12-12 14:47:59 +0100
-
a3ca1b2818
cmd/utils: fix HTTPHost, WSHost flag priority (#28669)
Ng Wei Han
2023-12-12 21:40:50 +0800
-
e206d3f897
trie: remove inconsistent trie nodes during sync in path mode (#28595)
rjl493456442
2023-12-08 21:28:23 +0800
-
d98d70f670
cmd/utils, eth: disallow invalid snap sync / snapshot flag combos (#28657)
Péter Szilágyi
2023-12-08 15:16:04 +0200
-
fff843cfaf
beacon/light: add CommitteeChain (#27766)
Felföldi Zsolt
2023-12-08 13:38:00 +0100
-
1048e2d6a3
cmd/evm: fix dump after state-test exec (#28650)
Martin HS
2023-12-08 11:06:01 +0100
-
5a45e7a631
rpc: fix ns/µs mismatch in metrics (#28649)
Martin HS
2023-12-08 09:40:50 +0100
-
c7efabf8d6
Added InitializeNode converage to test plugin
philip-morlier
2023-12-07 13:03:43 -0800
-
77c4bbcaa5
build: upgrade -dlgo version to Go 1.21.5 (#28648)
Marius Kjærstad
2023-12-07 11:45:09 +0100
-
a113497dd7
tests/fuzzers/bls12381: deactivate BLS fuzzer when CGO_ENABLED=0 (#28653)
Guillaume Ballet
2023-12-07 10:07:20 +0100
-
bc14d12fd7
Use the statedb database to get Tries
Austin Roberts
2023-12-06 16:04:56 -0600
-
55b483d82a
ethdb/pebble: remove a dependency (#28627)
Marius van der Wijden
2023-12-06 11:41:04 +0100
-
69576df254
.github: use github actions to run 32-bit linux tests (#28549)
Guillaume Ballet
2023-12-05 14:45:40 +0100
-
b8d44ed98b
log: remove lazy, remove unused interfaces, unexport methods (#28622)
Martin Holst Swende
2023-12-05 11:54:44 +0100
-
3dc071e036
eth/tracers/logger: make structlog/json-log stack hex again (#28628)
Martin Holst Swende
2023-12-05 09:37:48 +0100
-
892f98ad6a
Added psudoCreateEngine function to test CreateEngine call
philip-morlier
2023-12-01 21:06:25 -0800
-
-
-
2e13b01046
accounts: run tests in parallel (#28544)
Håvard Anda Estensen
2023-12-04 14:55:06 +0100
-
70fd0b635e
eth/fetcher: fix invalid tracking of received at time for block (#28637)
Manav Darji
2023-12-04 17:55:17 +0530
-
f04e5bde74
accounts/abi/bind: fixed typos (#28634)
BorkBorked
2023-12-04 10:53:42 +0100
-
6e488c2449
cmd/evm: fix Env struct json tag (#28635)
ddl
2023-12-04 17:52:55 +0800
-
e591342994
Merge pull request #99 from openrelayxyz/merge/geth-v1.13.5
AusIV
2023-12-01 10:35:45 -0600
-
-
-
-
5fb8ebc9ec
eth/tracers: tx-level state in debug_traceCall (#28460)
Delweng
2023-12-01 21:08:52 +0800
-
dd0d0a2522
slog: faster and less memory-consumption (#28621)
Martin Holst Swende
2023-12-01 13:28:20 +0100
-
f2b509d8a1
accounts/abi/bind: fix typo (#28630)
BorkBorked
2023-12-01 09:51:50 +0100
-
fa0df76f3c
trie/triedb/hashdb: take lock around access to dirties cache (#28542)
Maciej Kulawik
2023-11-30 09:50:48 +0000
-
ab0eb46a84
core/state: make stateobject.create selfcontain (#28459)
rjl493456442
2023-11-29 16:07:51 +0800
-
28e7371701
all: replace log15 with slog (#28187)
jwasinger
2023-11-29 15:33:50 +0800
-
61b844f2b2
eth/gasestimator: allow slight estimation error in favor of less iterations (#28618)
Péter Szilágyi
2023-11-28 22:31:47 +0200
-
e0c7ad01ab
consensus: verify the nonexistence of shanghai- and cancun-specific header fields (#28605)
Jakub Freebit
2023-11-29 05:29:00 +0900
-
34dcd74935
crypto/secp256k1: fix 32-bit tests when CGO_ENABLED=0 (#28602)
Guillaume Ballet
2023-11-28 19:16:50 +0100
-
bbc5db8405
eth/tracers/js: fix type inconsistencies (#28488)
Sina Mahmoodi
2023-11-28 17:30:35 +0330
-
248dc50ee8
ethereum: remove TODO comment about subscription (#28609)
Shivam Sandbhor
2023-11-28 19:19:08 +0530
-
63979bc9cc
cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504)
Martin Holst Swende
2023-11-28 13:54:17 +0100
-
58297e339b
light: remove package light(#28614)
lightclient
2023-11-28 01:01:23 -0700
-
71817f318e
eth/catalyst, eth/downloader: expose more sync information (#28584)
rjl493456442
2023-11-28 15:38:30 +0800
-
5b57727d6d
go.mod: update uint256 to v1.2.4 (#28612)
Martin Holst Swende
2023-11-27 15:39:28 +0100
-
1e28e0bb03
eth/gasestimator, internal/ethapi: move gas estimator out of rpc (#28600)
Péter Szilágyi
2023-11-27 16:20:09 +0200
-
333dd956bf
trie: fix random test generator early terminate (#28590)
Ng Wei Han
2023-11-25 21:56:22 +0800
-
2a2013014c
eth, internal/ethapi: drop some weird indirection (#28597)
Péter Szilágyi
2023-11-24 13:26:42 +0200
-
bdf5e388ca
cmd, les, tests: remove light client code (#28586)
Marius van der Wijden
2023-11-23 17:28:26 +0300
-
d76efbb9be
params: update discV5 bootnodes (#28562)
Mikel Cortes
2023-11-23 10:14:10 +0000
-
eec37e3b71
cmd/devp2p/internal/ethtest: undo debug-hack (#28588)
Martin Holst Swende
2023-11-23 09:22:09 +0100
-
63127f5443
cmd/geth: fix build error (#28585)
Felix Lange
2023-11-22 16:32:43 +0100
-
d468c333a7
cmd/{geth,utils}: add cmd to export preimages in snap enumeration order (#28256)
Guillaume Ballet
2023-11-22 14:48:25 +0100
-
5ff929c22f
les/vflux: run tests in parallel (#28524)
Håvard Anda Estensen
2023-11-22 14:00:30 +0100
-
3cfcd252db
cmd/geth: add support for --dev flag in dumpgenesis (#28463)
jwasinger
2023-11-22 19:08:39 +0800
-
104dbf7821
cmd/utils: validate pre-existing genesis in --dev mode (#28468)
jwasinger
2023-11-22 19:01:38 +0800
-
d6cea4832a
rpc: improve performance of subscription notification encoding (#28328)
Delweng
2023-11-22 18:24:54 +0800
-
347fecd881
core/types: make 'v' optional for DynamicFeeTx and BlobTx (#28564)
Mario Vega
2023-11-22 04:00:44 -0600
-
e9f59b5d5e
eth/filters: reuse error msg for invalid block range (#28479)
ucwong
2023-11-21 14:28:44 +0000
-
6489a0dd1f
ethdb/pebble: don't double-close iterator inside pebbleIterator (#28566)
Maciej Kulawik
2023-11-21 14:22:22 +0000
-
146e8d999c
core, trie, rpc: speed up tests (#28461)
Marius van der Wijden
2023-11-21 14:19:28 +0300
-
525db7b2c5
accounts/abi: context info on unpack-errors (#28529)
levisyin
2023-11-21 16:16:57 +0800
-
ad16f11f84
cmd/evm: capitalize evm commands (#28569)
Haotian
2023-11-21 15:56:23 +0800
-
661bd45188
core/state/snapshot: print correct error from trie iterator (#28560)
rjl493456442
2023-11-21 10:47:37 +0800
-
460cc1673e
cmd: run tests in parallel (#28546)
Håvard Anda Estensen
2023-11-20 12:52:14 +0300
-
14a1e96b68
core/txpool/legacypool: respect nolocals-setting (#28435)
jp-imx
2023-11-20 19:05:20 +1100
-
a73748258f
accounts, cmd: fix typos (#28526)
levisyin
2023-11-20 15:44:05 +0800
-
77cb21da2c
signer: run tests in parallel (#28536)
Håvard Anda Estensen
2023-11-20 10:20:59 +0300
-
c8a2202028
cmd/evm: validate blockchain tests poststate account storage (#28443)
danceratopz
2023-11-17 17:56:21 +0300
-
8b78d6a7a0
Dockerfile: update Go to 1.21 (#28538)
Håvard Anda Estensen
2023-11-17 17:48:06 +0300
-
5bf8769fb0
ethdb/memorydb, trie: reduced allocations (#28473)
Martin Holst Swende
2023-11-15 16:20:34 +0100
-
a75a2d6db6
all: replace some cases of strings.SplitN with strings.Cut (#28446)
Håvard Anda Estensen
2023-11-15 16:42:33 +0300
-
db7895d3b6
accounts/abi: improve readability of method-to-string conversion (#28530)
Halimao
2023-11-15 21:30:35 +0800
-
fcc7ae162d
internal/jsre/deps: fix typo in jsdoc (#28511)
aliening
2023-11-15 20:55:56 +0800
-
b9504e4966
miner: run tests in parallel (#28506)
Håvard Anda Estensen
2023-11-15 15:46:32 +0300
-
2814ee0547
accounts,cmd,console,les,metrics: refactor some errors checked by (ST1005) go-staticcheck (#28532)
Zoro
2023-11-15 20:36:57 +0800
-
984f82629c
cmd/geth: more special cases logging tests (#28527)
jwasinger
2023-11-15 16:54:35 +0800
-
c5b7cfa9c3
tests: skip tests on windows 32bit CI (#28521)
Martin Holst Swende
2023-11-14 18:40:16 +0100
-
0961ecb69f
First pass, merge geth v1.13.5, mod and sum
philip-morlier
2023-11-14 08:40:11 -0800
-
406ad4d1fb
Merge commit '916d6a441' into merge/geth-v1.13.5
philip-morlier
2023-11-14 08:39:46 -0800
-
-
-
2391fbc676
tests/fuzzers: move fuzzers into native packages (#28467)
Martin Holst Swende
2023-11-14 14:34:29 +0100
-
24d46224c1
trie: spelling - fix comments in hasher (#28507)
VM
2023-11-14 21:27:07 +0800
-
e803ef09ad
eth/tracers/js: fix isPush for push0 (#28520)
Sina Mahmoodi
2023-11-14 15:14:38 +0300