Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev upgrade Merge from Auditing Change #418

Merged
merged 36 commits into from Feb 5, 2024
Merged

Dev upgrade Merge from Auditing Change #418

merged 36 commits into from Feb 5, 2024

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    ded4e0f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Merge pull request #370 from gzliudan/fix-issue-369

    Fix nil Error in function reportBlock
    liam-lai committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3225467 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Host rpc node in ecs (#391)

    wjrjerome committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d24f187 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. fix timeout too fast issue

    Liam Lai authored and Liam Lai committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3e6ce89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #393 from XinFinOrg/fix-timeout-too-fast

    fix timeout too fast issue
    liam-lai committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c36df9f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. devnet deployment issue (#395)

    Co-authored-by: Liam Lai <liamlai@Liams-Laptop.local>
    liam-lai and Liam Lai committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a76c885 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. crypto/secp256k1: add checking z sign in affineFromJacobian (ethereum…

    …#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.
    hbakhtiyor authored and wgr523 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3d635c5 View commit details
    Browse the repository at this point in the history
  2. crypto/bn256/cloudflare: checks for nil pointers in Marshal functions (

    …ethereum#19609)
    
    * Added checks for nil pointers in Marshal functions
    
    * Set nil pointer to identity in GT before marshaling
    AntoineRondelet authored and wgr523 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c48e987 View commit details
    Browse the repository at this point in the history
  3. crypto/bn256: improve bn256 fuzzer (ethereum#21815)

    * crypto/cloudflare: fix nil deref in random G1/G2 reading
    
    * crypto/bn256: improve fuzzer
    
    * crypto/bn256: fix some flaws in fuzzer
    holiman authored and wgr523 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3a6e26b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af8c4d4 View commit details
    Browse the repository at this point in the history
  5. crypto/bn256/cloudflare: fix asm for dynamic linking (ethereum#24476)

    When using -buildmode=shared, R15 is clobbered by a global variable
    access; use a different register instead.
    
    Fixes: ethereum#24439
    uji authored and wgr523 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d4b9806 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix Panic In ProcessOrderPending Leads To Chain Halt (#392)

    Co-authored-by: Liam Lai <liamlai@Liams-Laptop.local>
    liam-lai and Liam Lai committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    81ff642 View commit details
    Browse the repository at this point in the history
  2. PDF-01 (#397)

    * replace deprecated ioutil lib calls
    
    * fix for FileInfo type required
    
    * fix for ioutil.Discard
    
    * fix .Discard
    
    * fix for go-bindata generated files
    wanwiset25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    aaa246f View commit details
    Browse the repository at this point in the history
  3. XDP-03 (#396)

    * add error catching skeleton
    
    * add debug logs
    
    * change to Warn level log
    
    * change to Warn level 2
    
    * verbose logging
    wanwiset25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9bb8c8c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    7f02151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    786e379 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. chore: log the error object

    wjrjerome committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    71c4425 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #399 from XinFinOrg/xdp-01

    fix: remove unnecessary assignment
    liam-lai committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ddac0a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #398 from XinFinOrg/XDC-01

    XDC-01 | Potential Missed Fixings in `crypto` Module
    liam-lai committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    513114d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #394 from XinFinOrg/xds-01-fixing-rpc-module

    fix: update rpc module to include eth fix from ethereum#26064 and ethereum#26723
    liam-lai committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    559bb4f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    e097f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffa38cd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #403 from gzliudan/fix-func-PadTo32Bytes

    fix bug and eliminate loop in func PadTo32Bytes
    gzliudan committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7403063 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #402 from gzliudan/XDP-02

    remove key with empty value from map txs in function NewOrderTransactionByNonce
    gzliudan committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0d7dd86 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    2504961 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Fix xdcx infinite recursive calls (#404)

    * fix: Make the unused methods in leveldb.go in XDCxDAO to panic or return error if called
    
    * fix: apply the same fix in mongodb of the XDCxDAO as well
    wjrjerome committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a3c392c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743fc85 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    cac03bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d70c156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0664e9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326a8c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    976dd79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4d842b View commit details
    Browse the repository at this point in the history
  7. fix: limit the max size of lending item extradata can be inside the t… (

    #405)
    
    * fix: limit the max size of lending item extradata can be inside the trading and lending transactions
    
    * chore: add comment for the MaxLendingExtraDataSize constant
    wjrjerome committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    95e108c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. RIN-02 Panic Due to Integer Overflow in Signature Size Calculation (#401

    )
    
    * RIN-02 Panic Due to Integer Overflow in Signature Size Calculation
    
    * assert the error
    
    * simply overflow check
    
    * simply overflow check
    
    ---------
    
    Co-authored-by: Liam Lai <liam.lai@datameshgroup.com>
    liam-lai and Liam Lai committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fea90a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fix: missing length validaiton after doing regex (#415)

    Co-authored-by: wjrjerome <wjrjerome@babylonchain.io>
    wjrjerome and jrwbabylonchain committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3e0dedd View commit details
    Browse the repository at this point in the history