Commit graph

11420 commits

Author SHA1 Message Date
wgr523
05ecfb3938
Merge pull request #284 from gzliudan/fix-issue-280
fix candidates bugs in eth api
2023-10-24 22:56:40 +08:00
Daniel Liu
f32c66ebc1 check slashed status in GetCandidateStatus 2023-10-24 12:27:06 +08:00
Daniel Liu
e17a0869e5 check masternode before candidate in GetCandidateStatus 2023-10-24 12:27:06 +08:00
Daniel Liu
745e097040 sort candidates in function GetCandidateStatus 2023-10-24 12:27:06 +08:00
Daniel Liu
8ed9a754b2 return more slashed nodes in GetCandidates 2023-10-24 12:27:06 +08:00
Daniel Liu
6e7d7f5002 return non-candidate masternode in GetCandidates 2023-10-24 12:27:06 +08:00
Daniel Liu
5d24dfdf7e not sort candidates in getCandidatesFromSmartContract 2023-10-24 12:27:06 +08:00
Daniel Liu
7dc5ffe45a fix topCandidates in function GetCandidates 2023-10-24 12:27:06 +08:00
Daniel Liu
3214bbeeba sort candidates in function GetCandidates 2023-10-24 12:27:06 +08:00
Daniel Liu
ebf1002c67 fix function GetPreviousCheckpointFromEpoch 2023-10-24 12:27:06 +08:00
Daniel Liu
f4154d0479 remove lendingstate.EmptyAddress 2023-10-24 12:27:03 +08:00
Daniel Liu
fbb8c54d86 remove 0x0000000000000000000000000000000000000000 2023-10-24 12:24:34 +08:00
Daniel Liu
2c02ddc2d9 remove xdc0000000000000000000000000000000000000000 2023-10-24 12:15:30 +08:00
Daniel Liu
e2359d9b8c filter zero address in function GetCandidates 2023-10-24 12:15:24 +08:00
Daniel Liu
4a59bdf15a add function IsZero for type Address 2023-10-24 12:00:08 +08:00
Daniel Liu
8339e133ee add function IsZero for type Hash 2023-10-24 12:00:08 +08:00
Anil Chinchawale
1718a5b66b
Merge pull request #291 from gzliudan/fix-issue-288
Increase gas price from 250000000 to 12500000000
2023-10-16 12:27:54 +05:30
Daniel Liu
41c149916b set new gas price for devnet 2023-10-16 11:41:33 +08:00
Daniel Liu
7adb98fbe8 update gas fee 2023-10-16 11:24:47 +08:00
Daniel Liu
148e2f1699 add parameter number for function NewMessage 2023-10-16 11:24:47 +08:00
Daniel Liu
0e8b3f1d31 replace TRC21Cost with TxCost 2023-10-16 11:24:47 +08:00
Daniel Liu
9a7ffaa09f change msg.gasPrice in function AsMessage 2023-10-16 11:24:47 +08:00
Daniel Liu
845d3d49e5 change minGasPrice in function validateTx 2023-10-16 11:24:47 +08:00
Daniel Liu
05ad748307 change MinGasPrice in function Call 2023-10-16 11:24:47 +08:00
Daniel Liu
726172903b change min and max gas price in SuggestPrice 2023-10-16 11:24:47 +08:00
Daniel Liu
72c51e2bc9 set new MinGasPrice in function makeConfigNode 2023-10-16 11:24:47 +08:00
Daniel Liu
3764cb3d84 add gas price variables and function 2023-10-16 11:22:19 +08:00
Liam
548aa05990
current testnet masternode is 15 (#333) 2023-10-14 02:31:44 +11:00
Liam
493a0134da
set testnet v2 block (#330)
* set testnet v2 block

* set testnet v2 block
2023-10-12 10:50:23 +11:00
Liam
9e00cc595e
Merge pull request #320 from gzliudan/fix-issue-208
return right blockHash in logs
2023-10-11 19:21:30 +11:00
Liam
5363ada84d
fix cicd script (#318)
* fix cicd script

* add port as variable

* add port as variable
2023-09-03 22:04:25 +10:00
Daniel Liu
9e860e4c3f eth/filters: fix blockHash in eth_getfilterchanges (#208) 2023-08-31 15:26:33 +08:00
Daniel Liu
02158d06d9 core: fix blockHash for eth_getLogs, eth_getFilterLogs, eth_getTransactionReceipt (#208) 2023-08-31 15:26:26 +08:00
Liam
f6b50b84cd
Merge pull request #317 from XinFinOrg/resolve-master-conflict
Resolve master conflict
2023-08-25 16:40:55 +10:00
Liam Lai
1a2e457b7a resolve conflict 2023-08-25 16:11:33 +10:00
Liam
5153e05edc
Awsv2 (#316)
* add aws v2

* add aws v2

* fix start script

* fix start script
2023-08-24 23:56:27 +10:00
Liam
0fcf13e842
upgrade terraform (#315)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2023-08-23 17:48:36 +10:00
Liam
45c1518ea1
Devnet fix on ci improvement (#314)
* fix ci

* update pr template
2023-08-21 10:07:00 +10:00
Liam
938db0afcc
Bug Fix: V2 getSigner API (#313) 2023-08-20 10:56:08 +10:00
Liam
9369f7b3fa
update apothem config (#310) 2023-08-19 16:27:39 +10:00
Banana-J
c87218ae03
Make the pull request template a bit shorter (#308) 2023-08-13 09:31:26 +10:00
Liam
7997dc68c1
build universe docker image (#309)
* build universe docker image

* build universe docker image

* build universe docker image

---------

Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2023-08-10 15:37:23 +10:00
Banana-J
1f0599ac19
update the pull request template (#306) 2023-08-07 20:04:15 +10:00
Liam
7155e722e4
make sync mode full to avoid race condition (#305)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2023-08-07 19:45:19 +10:00
Liam
379ab9ccc7
Merge pull request #304 from XinFinOrg/bump-memory
bump memory for fix
2023-08-07 18:47:24 +10:00
Liam Lai
2606438f7c bump memory for fix 2023-08-07 18:34:54 +10:00
Liam
ef5d064553
Merge pull request #295 from XinFinOrg/dev-upgrade
consensus version 2 and cicd pipeline
2023-08-07 18:09:26 +10:00
Liam
8d3a17af92
Merge pull request #303 from XinFinOrg/dev-upgrade-resolve-conflict-2
Dev upgrade resolve conflict 2
2023-08-06 23:52:17 +10:00
Liam Lai
f81b286b28 resolve conflict 2023-08-06 22:52:59 +10:00
Liam
53f066b895
bump current version to 1.4.8 (#301)
Co-authored-by: Liam Lai <liam.lai@datameshgroup.com.au>
2023-08-06 19:02:53 +10:00