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
Felix Lange
c35926c955
event: document select case slice use and add edge case test ( #16680 )
...
Feed keeps active subscription channels in a slice called 'f.sendCases'.
The Send method tracks the active cases in a local variable 'cases'
whose value is f.sendCases initially. 'cases' shrinks to a shorter
prefix of f.sendCases every time a send succeeds, moving the successful
case out of range of the active case list.
This can be confusing because the two slices share a backing array. Add
more comments to document what is going on. Also add a test for removing
a case that is in 'f.sentCases' but not 'cases'.
2024-08-30 12:42:55 +08:00
Daniel Liu
1f45af089a
core/vm: implement EIP 3541 ( #22809 )
2024-08-26 11:59:28 +08:00
Daniel Liu
c47819c7d6
core, cmd: add generic LRU implementation ( #26162 )
2024-08-26 11:17:23 +08:00
cui
96e2743508
common/lru: use clear builtin ( #29399 )
2024-08-26 11:17:23 +08:00
Daniel Liu
bc121d3634
lru: fix mismatched names in comments ( #29348 )
2024-08-26 11:17:23 +08:00
Daniel Liu
6f1d1b6688
core/vm: implement EIP-2681: Limit account nonce to 2^64-1 ( #23853 )
2024-08-26 09:04:15 +08:00
Wanwiset Peerapatanapokin
7aeb9bd8f9
Merge pull request #621 from XinFinOrg/cicd-revert-stable
...
revert fixed image
2024-08-26 03:12:18 +07:00
Daniel Liu
d773520298
go.mod: update fastcache to v1.12.2
2024-08-25 16:41:06 +08:00
wanwiset25
232de432b3
revert fixed image
2024-08-25 09:46:24 +07:00
Wanwiset Peerapatanapokin
2b8eb6f98e
Merge pull request #619 from XinFinOrg/revert-2464-short
...
Revert EIP 2464
2024-08-25 02:23:46 +07:00
Daniel Liu
8c78a80771
core: fix race conditions in txpool ( #23474 )
2024-08-24 23:12:32 +08:00
wanwiset25
cb792ef34f
Revert EIP-2464
2024-08-24 02:31:27 +07:00
Liam
e46f41d081
Dev upgrade merge from master to fix rpc nodes ( #615 )
...
* merge from master
* merge from master
2024-08-21 00:17:39 -07:00
Daniel Liu
5bc578f4bc
contracts: log Signer reward from Info to Debug
2024-08-21 15:16:38 +08:00
Wanwiset Peerapatanapokin
e2f0638fc0
Merge pull request #612 from XinFinOrg/cicd-stable-rpc
...
hardcode stable image for rpc deployment (temporary)
2024-08-21 11:16:29 +04:00
JukLee0ira
925c20061d
internal/ethapi: support both input and data for personal_sendTransaction ( #23476 )
2024-08-21 15:15:53 +08:00
JukLee0ira
138ac7c967
internal/ethapi: merge CallArgs and SendTxArgs ( #22718 )
2024-08-21 15:15:53 +08:00