Pratik Patil
369a59e220
version bump to 1.3.5-beta
2024-07-30 10:01:08 +05:30
Pratik Patil
6939df80da
replaced 4337 with PIP-15
2024-07-30 10:00:12 +05:30
Pratik Patil
d0c74c4cf2
fix: eth/protocol: bunduled transactions are not broadcasted to the peers ( #1296 )
2024-07-29 14:44:48 +05:30
Pratik Patil
577a8a0376
p2p/discover: add missing lock when calling tab.handleAddNode ( #29960 ) ( #1295 )
...
Co-authored-by: Gealber Morales <48373523+Gealber@users.noreply.github.com>
2024-07-26 13:38:52 +05:30
Denny Ooi
164933d316
p2p/discover: unwrap 4-in-6 UDP source addresses ( #29944 ) ( #1292 )
...
Fixes an issue where discovery responses were not recognized.
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-07-26 10:51:47 +05:30
Pratik Patil
e2cee054c6
Merge pull request #1294 from maticnetwork/master
...
v1.3.4 Backport master to develop
2024-07-26 10:12:59 +05:30
Pratik Patil
18a5d28154
Merge pull request #1291 from maticnetwork/1.3.4-candidate
...
v1.3.4
2024-07-26 10:07:39 +05:30
Manav Darji
29840e2016
bump version to v1.3.4
2024-07-25 16:48:09 +05:30
Manav Darji
dce4253605
PIP-35: enforce gas related configs for mainnet ( #1290 )
...
* enforce gas configs for all networks
* eth/gasprice: remove else if for log
* docs/cli: update example config
* fix tests
* internal/cli/server: fix tests
* miner: fix tests
2024-07-23 19:32:48 +05:30
Manav Darji
31545e5365
bump version to v1.3.4-beta3
2024-07-11 14:08:46 +05:30
Manav Darji
67159969e0
miner: log last tx hash before commit interrupt ( #1289 )
2024-07-11 14:08:07 +05:30
Manav Darji
1a05223076
PIP-35 for amoy: enforce gas related configs ( #1285 )
...
* enforce gas related configs for amoy
* internal/cli/server: revert changes to default config.toml for test
* eth: check nil genesis for tests
2024-07-11 11:05:12 +05:30
0xsajal
75f1f9ad77
README: Update discord link ( #1288 )
2024-07-10 17:09:27 +05:30
Anshal Shukla
f4c41e2e70
Merge branch 'release/1.13' into upstream_merge_1.13
2024-07-10 11:19:34 +05:30
Guillaume Ballet
aadddf3a6e
params: release Geth v1.14.6
2024-07-02 15:19:57 +02:00
Hteev Oli
09056601d8
core/state: fix inconsistent verkle test error messages ( #29753 )
2024-07-01 21:57:04 +02:00
jwasinger
41abab9e39
build: add check for stale generated files ( #30037 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-07-01 17:16:15 +02:00
jwasinger
a4e338f05e
accounts/usbwallet/trezor: upgrade to generate with protoc 27.1 ( #30058 )
2024-07-01 16:18:38 +02:00
Anshal Shukla
48c1d57e73
save
2024-06-29 09:09:20 +05:30
Anshal Shukla
14764d13c5
save
2024-06-29 09:06:21 +05:30
Ceyhun Onur
7cfff30ba3
rpc: truncate call error data logs ( #30028 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-06-28 20:37:58 +02:00
gitglorythegreat
06f1d077d3
all: replace division with right shift if possible ( #29911 )
2024-06-28 18:08:31 +02:00
maskpp
4939c25341
cmd/evm/internal/t8ntool: log writeTraceResult error message ( #30038 )
2024-06-28 18:05:57 +02:00
maskpp
36d67be41b
core/txpool/blobpool: improve newPriceHeap function ( #30050 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-06-28 15:51:27 +02:00
lilasxie
19c3c1e205
triedb/pathdb: fix flaky test in pathdb ( #29901 )
2024-06-28 21:15:54 +08:00
rjl493456442
045b9718d5
trie: relocate state execution logic into pathdb package ( #29861 )
2024-06-27 20:30:39 +08:00
Halimao
269e80b07e
eth/tracers,trie: remove unnecessary check ( #30071 )
2024-06-27 11:29:50 +02:00
maskpp
9298d2db88
trie/trienode: remove unnecessary check in Summary ( #30047 )
2024-06-25 15:45:33 +02:00
maskpp
98b5930d2d
core/txpool/blobpool: avoid use *map as parameter. ( #30048 )
2024-06-25 14:19:04 +02:00
jwasinger
ed8fd0ac09
all: stateless witness builder and (self-)cross validator ( #29719 )
...
* all: add stateless verifications
* all: simplify witness and integrate it into live geth
---------
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
2024-06-25 14:48:08 +03:00
AMIR
73f7e7c087
internal/debug: remove unnecessary log level assignment ( #30044 )
...
Log level is specified in L259 so it's unnecessary to specify it for handlers (L234, L236).
2024-06-25 11:30:58 +02:00
Halimao
fe0c0b04fe
accounts/keystore: use t.TempDir in test ( #30052 )
2024-06-25 11:24:33 +02:00
lightclient
0a651f8972
.github: add lightclient as codeowner to relevant packages ( #30062 )
2024-06-25 11:16:27 +02:00
lightclient
d8ea7ac2b0
cmd/blsync: use debug.Setup for logging configuration ( #30065 )
2024-06-25 11:14:12 +02:00
Manav Darji
32c9405afa
core/rawdb: log ancient pruner offset
2024-06-24 17:33:17 +05:30
Manav Darji
b228a47491
bump version to v1.3.4-beta2
2024-06-21 21:01:59 +05:30
Halimao
a71f6f91fd
p2p/discover: improve flaky revalidation tests ( #30023 )
2024-06-21 15:29:07 +02:00
Anshal Shukla
91cd4a8c8b
add api calls to bor grpc
2024-06-21 17:45:05 +05:30
rjl493456442
c10ac4f48f
Revert "core/state/snapshot: tiny fixes" ( #30039 )
...
Revert "core/state/snapshot: tiny fixes (#29995 )"
This reverts commit e0e45dbc32 .
2024-06-21 10:42:43 +03:00
rjl493456442
e0e45dbc32
core/state/snapshot: tiny fixes ( #29995 )
2024-06-21 09:51:03 +08:00
David Theodore
27654d3022
p2p/rlpx: 2KB maximum size for handshake messages ( #30029 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-06-20 14:08:54 +02:00
Manav Darji
0bc2dcbd71
cmd/utils: use defined filter api instance instead of a new one ( #1270 )
2024-06-20 17:19:12 +05:30
dufucun
0d20e247b5
chore: fix some function names ( #1257 )
...
Signed-off-by: dufucun <dufuchun@sohu.com>
Co-authored-by: dufucun <dufucunn@sohu.com>
2024-06-20 07:07:27 +02:00
maskpp
00675c5876
trie/trienode: avoid unnecessary copy ( #30019 )
...
* avoid unnecessary copy
* delete the never used function ProofList
* eth/protocols/snap, trie/trienode: polish the code
---------
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-06-20 11:47:29 +08:00
psogv0308
27008408a5
core/txpool/blobpool: change rw-lock to r-lock ( #29989 )
2024-06-19 14:46:57 +02:00
Halimao
c11aac249d
common: using ParseUint instead of ParseInt ( #30020 )
...
Since Decimal is defined as unsiged `uint64`, we should use `strconv.ParseUint` instead of `strconv.ParseInt` during unmarshalling.
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2024-06-19 11:06:52 +02:00
jwasinger
0e3a0a693c
trie: don't reset tracer at the end of Commit ( #30024 )
...
* trie: don't reset tracer at the end of Commit
* Update trie.go
---------
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2024-06-19 10:58:22 +03:00
Ha DANG
67a862db9d
cmd/geth, ethdb/pebble: improve database statistic ( #29948 )
...
* cmd/geth, ethdb/pebble: polish method naming and code comment
* implement db stat for pebble
* cmd, core, ethdb, internal, trie: remove db property selector
* cmd, core, ethdb: fix function description
---------
Co-authored-by: prpeh <prpeh@proton.me>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-06-19 14:47:17 +08:00
Manav Darji
c551b4198e
bump version to v1.3.4-beta
2024-06-19 10:58:22 +05:30
Manav Darji
2fd85b3717
eth, consensus: refactor whitelisting related logs and improve error handling ( #1268 )
...
* eth, consensus: refactor whitelisting related logs and error handling
* core: fix lint
* eth: fix tests, check against root error
* eth: use ctx correctly while logging
* eth: refactor comments and error message
2024-06-18 14:43:51 +05:30