Commit graph

11631 commits

Author SHA1 Message Date
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
Wang Gerui
29123c5d28 bump go to 1.21 in go.mod & go.sum 2023-10-23 23:43:43 +08:00
Daniel Liu
0b06bc3a5d not compare strings in func CompareSignersLists 2023-10-23 22:51:06 +08:00
Daniel Liu
320b358830 replace package sort with common/sort 2023-10-23 22:51:06 +08:00
Daniel Liu
4bbe5a0443 common: implement old version of func sort.Slice 2023-10-23 22:51:06 +08:00
Wang Gerui
9d6adab8fb bump go to 1.21 in makefile and ci.go 2023-10-23 21:56:09 +08:00
Daniel Liu
446f3fd580 set new gas price number for testnet and mainnet 2023-10-23 13:57:40 +08:00
Wang Gerui
9e4b4060c0 bump go to 1.21 in Dockerfiles 2023-10-23 00:08:43 +08:00
Wang Gerui
2b4c0ce851 update .travis.yml 2023-10-19 22:58:27 +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
d74a187613
Merge pull request #334 from XinFinOrg/dev-upgrade
current testnet masternode is 15 (#333)
2023-10-15 18:23:36 +11:00
Liam
548aa05990
current testnet masternode is 15 (#333) 2023-10-14 02:31:44 +11:00
Liam
e4577a6861
Merge pull request #331 from XinFinOrg/dev-upgrade
* core: fix blockHash for eth_getLogs, eth_getFilterLogs, eth_getTransactionReceipt (#208)

* eth/filters: fix blockHash in eth_getfilterchanges (#208)

* set testnet v2 block (#330)

* set testnet v2 block

* set testnet v2 block
2023-10-12 20:19:45 +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
78d25c6e62
Merge pull request #321 from XinFinOrg/dev-upgrade
fix cicd script (#318)
2023-09-04 00:08:26 +10: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
a05b3dab82
Merge pull request #312 from XinFinOrg/dev-upgrade
CI Upgrade
2023-08-25 23:53:28 +10: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