What's Changed
- fix issue #264: private network halts randomly by @gzliudan in #323
- Add config into network information API by @wjrjerome in #381
- resolve sync issue by passing right round number by @liam-lai in #384
- Resolve conflict by @liam-lai in #386
- New api to list out missed rounds miners by @wjrjerome in #382
- change vote log level by @liam-lai in #388
- Dev upgrade resolve sync issue by @liam-lai in #385
- Fix nil Error in function reportBlock by @gzliudan in #370
- Host rpc node in ecs by @wjrjerome in #391
- fix timeout too fast issue by @liam-lai in #393
- devnet deployment issue by @liam-lai in #395
- XDP-02 fix Panic In ProcessOrderPending Leads To Chain Halt by @liam-lai in #392
- PDF-01 by @wanwiset25 in #397
- XDP-03 by @wanwiset25 in #396
- fix: remove unnecessary assignment by @wjrjerome in #399
- XDC-01 | Potential Missed Fixings in
crypto
Module by @wgr523 in #398 - fix: update rpc module to include eth fix from ethereum#26064 and ethereum#26723 by @wjrjerome in #394
- fix bug and eliminate loop in func PadTo32Bytes by @gzliudan in #403
- remove key with empty value from map txs in function NewOrderTransactionByNonce by @gzliudan in #402
- fix: replace all time.after with the time.newtimer by @wjrjerome in #400
- Fix xdcx infinite recursive calls by @wjrjerome in #404
- chore: return statement optimization by @wjrjerome in #406
- fix: GenNewKeyRing should return out of bound error if s and ring siz… by @wjrjerome in #412
- chore: remove the unused method in ringct.go by @wjrjerome in #411
- chore: remove the unused false return value from GetCollaterals method by @wjrjerome in #410
- fix: Fix Potential Index Out of Bound by @wjrjerome in #409
- chore: remove redunant nil check by @wjrjerome in #408
- chore: remove unnecessary order.status assignment by @wjrjerome in #407
- fix: limit the max size of lending item extradata can be inside the t… by @wjrjerome in #405
- RIN-02 Panic Due to Integer Overflow in Signature Size Calculation by @liam-lai in #401
- fix: missing length validaiton after doing regex by @wjrjerome in #415
- Dev upgrade Merge from Auditing Change by @liam-lai in #418
- fix: remove unnecesasry int conversion in the bulletproof.go by @wjrjerome in #419
- fix: missing validation in scalar range check by @wjrjerome in #417
- bump-version-2.0.2 by @liam-lai in #421
- RIN-08 RIN-10 RIN-11 Fix curve issues by @wanwiset25 in #425
- lower log level for pretty log by @liam-lai in #420
- fix: add a error log when author not found for the block that will be… by @wjrjerome in #427
- fix: always check for error value and return nil, err where possible by @wjrjerome in #426
- fix: missing validation in unpacklog by @wjrjerome in #416
- Fix curve by @wanwiset25 in #429
- check parameters not to be nil when call function curve.Add by @gzliudan in #424
- fix test error in file core/vm/privacy/ringct_test.go by @gzliudan in #436
- improve the method eth_estimateGas by @gzliudan in #423
- Use PRIVATE_KEY env as start script by @liam-lai in #435
- disable debug profile flag by @liam-lai in #432
- Dev upgrade and bump version to 2.0.2 by @liam-lai in #428
Full Changelog: v1.5.0...v2.0.2-beta1