Commit graph

11935 commits

Author SHA1 Message Date
benjamin202410
c8aae5e537
Get right tc epoch (#773)
* get right tc epoch

* fix debug message

* merge test

* merge test

---------

Co-authored-by: liam.lai <liam.lai@us>
2024-12-24 01:53:40 -08:00
benjamin202410
332380c889
fix only timeout round exists in next epoch (#772)
* fix only timeout round exists in next epoch

* bump version

---------

Co-authored-by: liam.lai <liam.lai@us>
2024-12-23 23:09:45 -08:00
Anil Chinchawale
b2a41afb87
Merge pull request #770 from XinFinOrg/fix-tc-cross-epoch-different-masternode-counts-issue
Fix tc cross epoch different masternode counts issue
2024-12-23 09:25:11 +05:30
liam.lai
25462bde4c fix tc cross epoch different masternode counts issue 2024-12-22 19:34:49 -08:00
liam.lai
00785b096f fix tc cross epoch different masternode counts issue 2024-12-22 19:34:09 -08:00
liam.lai
50f4013059 remove normal log 2024-12-20 14:11:32 -08:00
benjamin202410
e1ab3e03d1
add buffer channel to unlock deadlock (#766)
* add buffer channel to unlock deadlock

* add buffer channel to unlock deadlock

* close channel

---------

Co-authored-by: liam.lai <liam.lai@us>
2024-12-19 01:18:13 -08:00
benjamin202410
78331172f3 cherry pick vote test fix 2024-12-13 01:58:58 -08:00
liam.lai
c98f42c0ff Merge branch 'release-br-v2.4.2-beta1' into release-br-v2.4.3-beta1 2024-12-13 01:47:24 -08:00
liam.lai
92d239bf1d merge from master 2024-12-13 01:47:00 -08:00
liam.lai
383e2d5207 Merge branch 'master' into release-br-v2.4.3-beta1 2024-12-13 01:45:56 -08:00
benjamin202410
ba5abba25a
Merge pull request #753 from XinFinOrg/gerui-master-reduce_mine_reset_2
feat: reduce wait time when block time already large
2024-12-12 21:52:56 -08:00
benjamin202410
89256cb2c2
Use safe timer reset method (#757)
* use saft timer reset method

* use saft timer reset method
2024-12-09 01:40:18 -08:00
Wang Gerui
1b89654663 feat: add a new round chan between consensus and miner 2024-12-04 22:42:45 +08:00
Wang Gerui
8556473e69 feat: reduce wait time when block time already large 2024-12-03 23:05:03 +08:00
Anil Chinchawale
c26c9aa616
Merge pull request #744 from XinFinOrg/increate-timeout-to-1-min-for-testnet 2024-11-23 08:37:56 +05:30
liam.lai
21729181f7 increate timeout to 1 min for testnet 2024-11-22 18:36:53 -08:00
liam.lai
100ce5cbe5 bug fix for count vote threshold 2024-11-22 00:01:22 -08:00
liam.lai
572660612d update version 2024-11-19 00:56:38 -08:00
wgr523
70a3e886cc
fix: reduce mine period reset (waiting) time (#735)
* fix: reduce mine period reset (waiting) time

* fix: reset time negative problem

* fix: too many time reset=0, and change log level

* update log format

---------

Co-authored-by: liam.lai <liam.lai@us>
2024-11-18 23:59:46 -08:00
benjamin202410
118ccd08d5
cherry pick epoch api from dev-upgrade (#699)
* cherry-pick-epoch-api
2024-10-29 01:36:22 -07:00
Liam
09fe4ec646
Merge pull request #680 from XinFinOrg/mainnet-hot-fix-v2.2.0-api-epoch
Mainnet v2.3.0 merge hot fix branch and new epoch api
2024-10-21 00:00:14 -07:00
benjamin202410
042c02ba8c
add last block number for epoch api (#681)
Co-authored-by: Liam Lai <liam@home>
2024-10-20 23:43:23 -07:00
Liam Lai
3dac4dc014 reduce to 20s 2024-10-17 18:59:38 -07:00
Liam Lai
22fc7d0710 fix conflict 2024-10-16 22:42:53 -07:00
Liam Lai
5f1fb22e51 fix conflict 2024-10-15 19:51:57 -07:00
Liam Lai
b43bb5ed1f api epoch 2024-10-15 19:20:13 -07:00
Liam
ec92add428
Update to version 2.2.5 (#670) 2024-10-10 00:02:04 -07:00
benjamin202410
f6afd24de7
update timeout to 30s (#669) 2024-10-09 23:46:02 -07:00
benjamin202410
eb6d53adf6
Fix getCandidateStatus API (#663)
* Fix getCandidateStatus API

* sync vote message and fix test

* update function name

---------

Co-authored-by: Liam Lai <liam@home>
2024-10-09 22:05:14 -07:00
Mr.P
861c7102a2 cherry pick from #664 2024-10-09 17:08:59 +08:00
Anil Chinchawale
d355ad1257
Merge pull request #661 from benjamin202410/mainnet-hot-fix-v2.2.0 2024-10-02 08:11:31 +05:30
賴怡誠
7c9ee337af update version 2024-10-01 18:31:00 -07:00
賴怡誠
528f10b422 update to 1 min timeout 2024-10-01 18:18:45 -07:00
Anil Chinchawale
071b47f07b
Merge pull request #660 from XinFinOrg/bump-version
bump version to v2.2.3
2024-10-01 10:14:38 +05:30
賴怡誠
64d6c30249 bump version 2024-09-30 21:43:56 -07:00
Liam
e6190dd25f
fix timeout skip condition (#659)
Co-authored-by: 賴怡誠 <laiyicheng@makotos-MBP.lan>
2024-09-30 21:32:22 -07:00
Liam
37f2320af6
increase message buffer to keep message (#657)
* increase message buffer to keep message

* update version
2024-09-30 21:13:49 -07:00
Liam
ccbedce27b
relocate broadcast logic (#656)
Co-authored-by: 賴怡誠 <laiyicheng@makotos-MBP.lan>
2024-09-30 20:20:23 -07:00
Liam
9751e41dd5
Mainnet debug (#655)
* intro new timeout (#651)

* intro new timeout

* correct comment

* disable ProcessForensics

* disable ProcessForensics

* change version

* enable periodicProfilingFlag

* fix: ignore old timeout msg

* fix: ignore old timeout msg including equal to the current round

* udpate version file
2024-09-30 20:05:14 -07:00
Liam
450a63fc8c
intro new timeout (#651)
* intro new timeout

* correct comment
2024-09-30 16:48:38 -07:00
Wanwiset Peerapatanapokin
6493744500
Merge pull request #635 from XinFinOrg/dev-upgrade
Monthly Merge Dev-Upgrade to Master Branch: September
2024-09-12 04:53:42 +04:00
Wanwiset Peerapatanapokin
c6744e1a9f
Merge pull request #637 from XinFinOrg/dev-upgrade-fix-merge
Dev upgrade fix merge for https://github.com/XinFinOrg/XDPoSChain/pull/635
2024-09-12 04:07:33 +04:00
Wanwiset Peerapatanapokin
0e9052b2e5
Merge branch 'master' into dev-upgrade-fix-merge 2024-09-11 14:06:38 +04:00
Daniel Liu
763f8cb4f8 params: fix sync problem 2024-09-09 13:59:11 +08:00
wgr523
3593abe815
feat: GetEpochNumbersBetween API (#606)
* feat: GetEpochNumbersBetween API

* style: refine GetEpochNumbersBetween API
2024-09-02 00:11:12 -07:00
Daniel Liu
3e4932e408 core/vm: surface some internal methods (#20958) 2024-08-30 12:50:04 +08:00
Daniel Liu
d29ecf427c event: include Feed type fixation logic in f.init (#27249) 2024-08-30 12:42:55 +08:00
Daniel Liu
06d64ff298 event: add missing unlock before panic (#20653) 2024-08-30 12:42:55 +08:00
Daniel Liu
3a51e7573c event: remove unused field closed (#20324) 2024-08-30 12:42:55 +08:00