Commit graph

11498 commits

Author SHA1 Message Date
Antoine Rondelet
c48e9873f3 crypto/bn256/cloudflare: checks for nil pointers in Marshal functions (#19609)
* Added checks for nil pointers in Marshal functions

* Set nil pointer to identity in GT before marshaling
2024-01-18 21:57:04 +08:00
Abd ar-Rahman Hamidi
3d635c544e crypto/secp256k1: add checking z sign in affineFromJacobian (#18419)
The z == 0 check is hit whenever we Add two points with the same x1/x2
coordinate. crypto/elliptic uses the same check in their affineFromJacobian
function. This change does not affect block processing or tx signature verification
in any way, because it does not use the Add or Double methods.
2024-01-18 21:56:28 +08:00
Liam
a76c885774
devnet deployment issue (#395)
Co-authored-by: Liam Lai <liamlai@Liams-Laptop.local>
2024-01-17 23:07:13 +08:00
Liam
c36df9f01b
Merge pull request #393 from XinFinOrg/fix-timeout-too-fast
fix timeout too fast issue
2024-01-16 18:49:39 +08:00
Liam Lai
3e6ce89f79 fix timeout too fast issue 2024-01-16 16:15:05 +08:00
Banana-J
d24f187bfd
Host rpc node in ecs (#391) 2024-01-15 20:53:48 +11:00
Liam
32254671f5
Merge pull request #370 from gzliudan/fix-issue-369
Fix nil Error in function reportBlock
2023-12-30 01:24:38 +11:00
Anil Chinchawale
cb04b9acb1
Merge pull request #388 from XinFinOrg/change-vote-log-level 2023-12-29 18:39:24 +05:30
Liam Lai
4446931e9e change vote log level 2023-12-29 22:49:52 +11:00
Liam
e659cb70a8
Merge pull request #382 from XinFinOrg/new-api-to-list-out-missed-rounds-miners
New api to list out missed rounds miners
2023-12-29 02:29:29 +11:00
Liam
ad258fd1a2
Merge pull request #386 from XinFinOrg/resolve-conflict
Resolve conflict
2023-12-28 23:05:46 +11:00
Jianrong
8e1f71e86e Fix the typo missied to missed 2023-12-28 23:03:53 +11:00
Jianrong
e83c0a0954 Add tests to cover the new GetMissiedRoundsInEpochByBlockNum API 2023-12-28 17:37:30 +11:00
Jianrong
14f6b267c4 Make getMissiedRoundsInEpochByBlockNum API method lower case 2023-12-28 15:13:05 +11:00
Jianrong
6740545358 change the API to be block num based 2023-12-28 15:13:05 +11:00
Jianrong
e28b550a24 Add a new API to help debug when there are missed rounds 2023-12-28 15:13:05 +11:00
Liam Lai
fcef3d21be resolve conflict 2023-12-27 23:35:47 +11:00
Liam
c7a42fd7c9
resolve sync issue by passing right round number (#384) 2023-12-27 22:14:13 +11:00
Banana-J
e30d909643
Add config into network information API (#381) 2023-12-19 19:02:32 +11:00
Liam
d249d30201
Merge pull request #323 from gzliudan/fix-issue-264
fix issue #264: private network halts randomly
2023-12-18 15:58:46 +11:00
Daniel Liu
bd3e2600fd eth/downloader: make Broadcast run after Wait (#264) 2023-12-18 10:49:40 +08:00
Anil Chinchawale
f3a278cfb4
Merge pull request #379 from XinFinOrg/set-version-1.5.0 2023-12-15 18:10:04 +05:30
Liam Lai
61dfb5148e set version 1.5.0 for stable version 2023-12-15 22:56:19 +11:00
Daniel Liu
ded4e0fd90 fix nil Error in func reportBlock (#369) 2023-12-05 20:29:19 +08:00
Anil Chinchawale
287ca51193
Merge pull request #375 from XinFinOrg/dev-upgrade 2023-12-04 13:06:54 +05:30
Anil Chinchawale
4593951c52
Merge pull request #374 from XinFinOrg/bump-version-2
bump version to 2 since we start use consensus version 2
2023-12-01 17:48:04 +05:30
Liam Lai
bc9fae23b5 bump version to 2 since we start use consensus version 2 2023-12-01 22:20:02 +11:00
Liam
5a9edbde78
Merge pull request #373 from XinFinOrg/dev-upgrade
CICD Improvement
Dynamic Masternodes and Dynamic V2 Vote threshold
Hardhat: Upgradeable Proxy support for XDC
Bug Fix on API
Supports the latest hardhat
2023-12-01 22:17:28 +11:00
Liam
47bfdf7635
Move masternode in v2 config (#372)
* move masternode in v2 config

* update number to meet 7 vote for current setup

* add test

* update all failed test

* fix test

* remove comment

* remove comment

* fix test
2023-11-29 11:11:58 +11:00
wgr523
abb3f5c802
Merge pull request #363 from gzliudan/fix-issue-358
add flag rpcwritetimeout for rpc http server
2023-11-28 19:40:26 +08:00
Daniel Liu
6f06a5638b add flag rpcwritetimeout for rpc http server (#358) 2023-11-27 22:48:56 +08:00
Liam
b4bd070837
Improve log (#368)
* improve log
2023-11-26 22:04:08 +11:00
Banana-J
92689943a0
Revisit the solution from PR-260, try keep the API consistent by not incrementing the nonce for trading&lending tx (#371) 2023-11-25 00:04:59 +11:00
Liam
ac404683b3
Merge pull request #365 from XinFinOrg/bump-go-v2
Bump go v1.21
2023-11-21 23:44:14 +11:00
Liam
f7025cee2f
Merge pull request #346 from gzliudan/defer-time.Since
call to time.Since is not deferred
2023-11-21 23:22:58 +11:00
Liam
87ba815341
Merge pull request #336 from gzliudan/fix-func-procFutureBlocks
Fix a loop closure bug in func  procFutureBlocks
2023-11-21 23:19:08 +11:00
Liam Lai
abd3c70dc4 use right go package 2023-11-21 00:41:57 +11:00
Liam Lai
824d7b232f resolve conflict 2023-11-20 23:53:49 +11:00
Liam
27f38ab268
Merge pull request #329 from gzliudan/fix-issue-326
EstimateGas support the latest hardhat
2023-11-20 22:55:15 +11:00
Liam
c215316744
Make masternode dynamic (#356)
* make masternode dynamic

* fix all the tests

* remove cmt

* fix test again
2023-11-16 23:59:19 +11:00
Daniel Liu
ce091e7b9c internal/ethapi: EstimateGas support parameter blockTag (#326) 2023-11-16 10:24:42 +08:00
Banana-J
041b667fb0
add support for custom docker image namespace (#361) 2023-11-15 15:33:03 +11:00
Liam
738584cf7a
Merge pull request #357 from XinFinOrg/auto-deploy-old-and-new-code
Allow the devnet environment to auto deploy new and old code
2023-11-15 11:20:40 +11:00
Jianrong
938de617d3 Allow the devnet environment to auto deploy new and old code 2023-11-13 16:09:10 +11:00
Anil Chinchawale
6cf998488e
Merge pull request #355 from XinFinOrg/bump-version-beta2 2023-11-08 13:00:13 +05:30
Liam Lai
ef3f174a51 bump version to 1.4.10-beta2 2023-11-08 18:27:40 +11:00
Anil Chinchawale
41cd3feffc
Merge pull request #354 from XinFinOrg/define-gas-switch-block-number 2023-11-08 12:48:14 +05:30
Liam Lai
0656774172 define gas switch block number for testnet 2023-11-08 18:09:30 +11:00
Liam
84994df759
Merge pull request #351 from XinFinOrg/bump-golang-1.21
Bump golang 1.21
2023-11-07 10:35:42 +11:00
Liam
546aac62ea
use TRAVIS_COMMIT (#353) 2023-11-07 00:29:49 +11:00