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

[R4R]-feat: merge from release to main; fix some audits #72

Merged
merged 44 commits into from
Mar 14, 2024

Commits on Jan 29, 2024

  1. R4R: compatible with 4844 (#34)

    * compatiable with 4844
    
    * [WIP]-[4844]feat: fix tx receipt
    
    * update holiman uint256 version
    
    * update gen_receipt_json.go
    
    ---------
    
    Co-authored-by: LeoZhang <njustzhangl@163.com>
    abelliumnt and Tri-stone authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    77b7f84 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request #36 from mantlenetworkio/release/v0.5.0

    [R4R]-feat: merge from release to develop
    Core changes:
        - fee collection & estimataGas
        - eth_getLogs and eth_getBlockByNumber
        - BaseFee & PUSH0 upgrade
        - compatible with 4844
    Tri-stone authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    97be26d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    d120ff2 View commit details
    Browse the repository at this point in the history
  2. MetaTxSignData add fromAddr, signHash includes this field

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3645f7b View commit details
    Browse the repository at this point in the history
  3. metaTxSignData fork with metaTxUpdateHeight

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    244fc78 View commit details
    Browse the repository at this point in the history
  4. change var name

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    21cfd30 View commit details
    Browse the repository at this point in the history
  5. metatx upgrade with config

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    25af21f View commit details
    Browse the repository at this point in the history
  6. set metatx upgrade blkNum 2744121

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    23a74e2 View commit details
    Browse the repository at this point in the history
  7. update func name IsMetaTxUpgraded to IsMetaTxV2

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    020aff6 View commit details
    Browse the repository at this point in the history
  8. metatxV2 upgrade by timestamp

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    eb6b730 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1536797 View commit details
    Browse the repository at this point in the history
  10. del metatx upgradeTime from mainnet config

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    86ac3fd View commit details
    Browse the repository at this point in the history
  11. del useless config

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    74937cb View commit details
    Browse the repository at this point in the history
  12. IsMetaTxV2 func use isTimestampForked instead of isMetaTxForked

    wwq authored and wwq committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    19660a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. validateTx reject BlobTxType txs, Receipt.MarshalJSON check Effective…

    …GasPrice and BlobGasPrice
    wwq authored and wwq committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8824dc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from mantlenetworkio/wwq/metatx-signFromAddr

    R4R: metatx add from field into MetaTxSignData, so that to sign hash with from's addr
    wwqicode-blkchain authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4d05b2c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. [R4R]feat: add error message when failing to forward tx to sequencer (#…

    …39)
    
    * [R4R]-[SenndTx]feat: add error message when failing to forward tx to sequencer
    Tri-stone authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d12aec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52122bd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    72e4779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f636735 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

  1. Merge pull request #47 from mantlenetworkio/release/v0.5.0

    [R4R]-feat: merge from release/v0.5.0 to develop
    Core changes:
    - [R4R]feat: mint eth to msg.from and transfer revertable #31
    - [R4R]feat: metatx add from field into MetaTxSignData, so that to sign hash with from's addr #37
    - [R4R]feat: add error message when failing to forward tx to sequencer #39
    - [R4R]fix: fix tx cost #41
    Tri-stone authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b2cb932 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Merge pull request #42 from mantlenetworkio/bugfix/add-check-for-tran…

    …sferBVMETH
    
    R4R: add balance check for transferring bvm ethTxValue
    Tri-stone authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7ea77b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from mantlenetworkio/bugfix/incorrectly-calcul…

    …ation-user-balance
    
    R4R: fix incorrectly calculation of the user balance
    Tri-stone authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5cce695 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44 from mantlenetworkio/bufix/incorrect-balance-c…

    …heck
    
    R4R: incorrect balance check
    Tri-stone authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a1734e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from mantlenetworkio/bugfix/sponsor-percent-mo…

    …re-than-zero
    
    R4R: sponsor percent should be more than zero
    Tri-stone authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    64996df View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. [R4R]-{estimateGas}feature: EstimateGas performance optimization (#38)

    * feature: Optimize GasEstimate method
    DevDynamo2024 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bb4117b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a209406 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556ba3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fb5758 View commit details
    Browse the repository at this point in the history
  5. [R4R]-[L04]-fix: fix balanceCheck for shared pointer (#52)

    * [R4R]-bug: fix balanceCheck for shared pointer
    Tri-stone authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a442ea7 View commit details
    Browse the repository at this point in the history
  6. [R4R]-fix: N-09 Unnecessary Double Check of SponsorPercent (#57)

    * [R4R]-fix: N-09 Unnecessary Double Check of SponsorPercent
    asdv23 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b8cdd4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3857979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3e9399 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bd29f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2eaa043 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request #60 from mantlenetworkio/audits

    R4R-feat: fix some audits
    Tri-stone authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8ae3d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    468d164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17e053 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from mantlenetworkio/bugfix/replacement-sum-check

    R4R: fix balance check in tx replacement for metatx
    idyllsss authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f458046 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Revert "[R4R]-{estimateGas}feature: EstimateGas performance optimizat…

    …ion (#38)" (#66)
    
    This reverts commit bb4117b.
    Tri-stone authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    db24062 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    4d49b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e3b45 View commit details
    Browse the repository at this point in the history