Nathan
313449404f
consensus/parlia: modify mining time for last block in one turn ( #2608 )
2024-07-25 10:42:42 +08:00
Ethan
cabd0f8a21
feat: add bohr upgrade contracts bytecode ( #2605 )
...
* feat: add bohr upgrade contracts bytecode
* feat: add bohr upgrade contracts bytecode on rialto network
* feat: add protector for stakehub on rialto network
2024-07-24 10:29:01 +08:00
Nathan
17e0e45a09
BEP-341: Validators can produce consecutive blocks ( #2482 )
2024-07-23 13:55:45 +08:00
Chris Li
6260a26971
fix: prune-state when specify --triesInMemory 32
( #2602 )
2024-07-23 10:06:19 +08:00
Nathan
a44b6d8067
core: cache block after wroten into db ( #2600 )
2024-07-22 20:52:07 +08:00
buddho
b844958a96
core: improve the network stability when double sign happens ( #2596 )
2024-07-22 14:53:26 +08:00
buddho
3cade73e40
BEP-404: Clear Miner History when Switching Validators Set ( #2558 )
2024-07-19 20:39:15 +08:00
buddho
4f38c78c6e
BEP-402: Complete Missing Fields in Block Header to Generate Signature ( #2502 )
2024-07-19 20:32:19 +08:00
buddho
7b8d28b425
core/vote: vote before committing state and writing block ( #2589 )
2024-07-19 20:23:45 +08:00
buddho
74078e1dc4
consensus/parlia: add GetJustifiedNumber and GetFinalizedNumber ( #2591 )
2024-07-19 10:20:53 +08:00
zzzckck
21e6dcfc79
release: prepare for release v1.4.12 ( #2585 )
2024-07-17 17:07:57 +08:00
Chris Li
a262acfb00
fix: remove delete and dangling side chains in prunefreezer ( #2582 )
2024-07-17 11:01:40 +08:00
Chris Li
87e622e51f
fix: the bug of blobsidecars and downloader with multi-database ( #2564 )
2024-07-16 22:37:03 +08:00
Chris Li
13d454796f
fix: pruneancient freeze from the previous position when the first time ( #2542 )
2024-07-16 22:36:18 +08:00
galaio
c6af48100d
freezer: Opt freezer env checking ( #2580 )
2024-07-16 21:44:39 +08:00
buddho
6d5b4ad64d
miner/worker: broadcast block immediately once sealed ( #2576 )
2024-07-16 21:24:37 +08:00
stellrust
d35b57ae36
chore: fix some comments ( #2581 )
...
Signed-off-by: stellrust <gohunter@foxmail.com>
2024-07-16 17:10:45 +08:00
Eric
21fc2d3ac4
cmd/jsutill: add log about validator name ( #2583 )
2024-07-16 17:10:16 +08:00
Nathan
c96fab04a3
core/vote: not vote if too late for next in turn validator ( #2568 )
2024-07-11 22:39:07 +08:00
buddho
27d86948fa
core: adapt highestVerifiedHeader to FastFinality ( #2574 )
2024-07-11 15:01:01 +08:00
Mars
a04e287cb6
feat: enhance bid comparison and reply bidding results && detail logs ( #2538 )
2024-07-11 11:31:24 +08:00
Nathan
c3d6155fff
cmd/utils: support use NetworkId to distinguish chapel when do syncing ( #2573 )
2024-07-10 16:10:07 +08:00
will-2012
a00ffa762c
fix: fix statedb copy ( #2567 )
2024-07-10 15:39:20 +08:00
buddho
863fdea026
core: avoid to cache block before wroten into db ( #2566 )
2024-07-10 14:46:11 +08:00
Nathan
90e67970ae
core: clearup testflag for Cancun and Haber ( #2572 )
2024-07-09 14:30:19 +08:00
Eric
e8456c2d08
cmd/jsutils: add a tool to get slash count ( #2569 )
2024-07-08 22:37:05 +08:00
Chris Li
bc970e5893
fix: delete unexpected block ( #2562 )
2024-07-08 19:21:56 +08:00
wayen
a5810fefc9
fix: fix state inspect error after pruned state ( #2557 )
2024-07-04 22:24:22 +08:00
Matus Kysel
971c0fa380
tests: fix unstable test ( #2561 )
2024-07-04 07:56:35 +02:00
KeefeL
88225c1a4b
chore: update greenfield cometbft version ( #2556 )
2024-07-03 15:14:19 +08:00
zzzckck
51e27f9e3b
nancy: ignore go-retryablehttp@v0.7.4 in .nancy-ignore ( #2559 )
2024-07-02 15:00:14 +08:00
zzzckck
f1a85ec306
go.mod: update missing dependency ( #2546 )
2024-06-28 14:14:22 +08:00
Nathan
727c07116d
cmd/jsutils: add a tool to get performance between a range of blocks ( #2513 )
2024-06-28 13:48:17 +08:00
zoro
c2226a0c9f
release: bump version to 1.4.11 ( #2550 )
2024-06-27 17:35:46 +08:00
zoro
d52628aa82
doc: add changelog for v1.4.11 ( #2548 )
2024-06-27 17:24:49 +08:00
Roshan
f7de51f74e
upgrade: add HaberFix
hardfork ( #2535 )
2024-06-26 14:51:52 +08:00
irrun
55cbf31f18
fix: nil pointer when clear simulating bid ( #2534 )
2024-06-24 16:42:17 +08:00
zzzckck
1548452def
release: prepare for release v1.4.10 ( #2526 )
2024-06-21 15:31:43 +08:00
Nathan
f2e7f1dd24
fix: ensure empty withdrawals after cancun before broadcast ( #2525 )
2024-06-21 15:00:56 +08:00
Eric
27a3ec5d72
fix getBlobSidecars by ethclient ( #2515 )
2024-06-20 11:29:33 +08:00
zzzckck
6094d7157e
UT: random failure of TestSnapSyncWithBlobs ( #2519 )
...
this case failed randomly in github CI, the ratio of around 20%
but can not be reproduced locally by:
```
go test -p 1 -v -run TestSnapSyncWithBlobs -count 100
```
there could be a potential risk between `runEthPeer` and `runSnapExtension`,as
they shared the same handler.peers.
Add extra wait time for `runEthPeer` to resolve it.
And same for another UT: testBroadcastBlock
2024-06-20 11:14:52 +08:00
zzzckck
be0fbfb79e
fix: remove zero gasprice check for BSC ( #2518 )
...
note: blobGasFeePrice can not be zero right now.
2024-06-19 19:51:30 +08:00
Nathan
00f094c37e
core/forkchoice: improve stability when inturn block not generated ( #2451 )
2024-06-18 15:53:05 +08:00
Chris Li
7b08a70a23
perf: optimize chain commit performance for multi-database ( #2509 )
2024-06-18 15:20:23 +08:00
will-2012
99d31aeb28
perf: speedup pbss trienode read ( #2508 )
2024-06-18 11:47:22 +08:00
irrun
f467c6018b
feat: add mev helper params and func ( #2512 )
2024-06-13 11:13:39 +08:00
zzzckck
aab4b8812a
release: prepare for release v1.4.9 ( #2510 )
2024-06-11 10:47:44 +08:00
irrun
af7e9b95bd
fix: waiting for the last simulation before pick best bid ( #2507 )
2024-06-07 16:41:20 +08:00
zoupingshi
1047f0e59a
chore: fix function name ( #2501 )
...
Signed-off-by: zoupingshi <hellocatty@tom.com>
2024-06-05 15:12:48 +08:00
VM
9bb4fed1bf
fix: add an empty freeze db ( #2495 )
2024-06-04 15:47:16 +08:00