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

Release: v3.2.4-testnet #73

Merged
merged 87 commits into from
Sep 5, 2024
Merged

Release: v3.2.4-testnet #73

merged 87 commits into from
Sep 5, 2024

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    57cab78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33ff8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    790e10a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd38460 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. script: proposal for invoke add operators callback

    nxqbao authored and Do Tu committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0d1c8f0 View commit details
    Browse the repository at this point in the history
  2. script: add upgrade mainchain gateway v3 to proposal

    Do Tu authored and Do Tu committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c8fb983 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix(WithdrawalLimitation): revert when _highTierVoteWeight is zero

    Do Tu authored and Do Tu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    acad51e View commit details
    Browse the repository at this point in the history
  2. script: add broadcast propose

    nxqbao committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2347580 View commit details
    Browse the repository at this point in the history
  3. script: add more post check gateway

    Do Tu authored and Do Tu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    47b39d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Merge pull request #58 from ronin-chain/fix/improve-submit-withdrawal…

    …-mainchain-gateway
    
    fix(MainchainGatewayV3): more checks on invalid signer and null total weight
    TuDo1403 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b799d8d View commit details
    Browse the repository at this point in the history
  2. script: remove new BM logic

    nxqbao committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b06c11c View commit details
    Browse the repository at this point in the history
  3. script: add executor

    Do Tu authored and Do Tu committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    27b69a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #65 from ronin-chain/ir/recover-bridge

    script: proposal for invoking `addOperators` callback and upgrade `MainchainGatewayV3`
    TuDo1403 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    132fcc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. test: fix all failed unit tests

    Do Tu authored and Do Tu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6812048 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. ci: fix ci

    TuDo1403 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f259f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7668f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge pull request #66 from ronin-chain/test/fix-broken-unit-tests

    test: fix all failed unit tests & test cis
    TuDo1403 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4966566 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    7182aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2821f0 View commit details
    Browse the repository at this point in the history
  3. Update src/mainchain/MainchainGatewayV3.sol

    Co-authored-by: tu-do.ron <[email protected]>
    Signed-off-by: Bao <[email protected]>
    nxqbao and TuDo1403 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b7982f4 View commit details
    Browse the repository at this point in the history
  4. Update src/mainchain/MainchainGatewayV3.sol

    Co-authored-by: tu-do.ron <[email protected]>
    Signed-off-by: Bao <[email protected]>
    nxqbao and TuDo1403 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f81b08a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e45084 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #72 from ronin-chain/ir/recover-bridge

    script: expect revert with invalid signer
    nxqbao authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4a6ff0f View commit details
    Browse the repository at this point in the history
  7. Update src/mainchain/MainchainGatewayV3.sol

    Co-authored-by: tu-do.ron <[email protected]>
    Signed-off-by: Bao <[email protected]>
    nxqbao and TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    38098fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f9cda8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a938d0 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #69 from ronin-chain/ir/fix/resolve-audit

    feat(MainchainGateway): rollback deposit WETH, depositBatch
    nxqbao authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    abe6b80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca7b110 View commit details
    Browse the repository at this point in the history
  12. chore: storage layout

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bac6a3f View commit details
    Browse the repository at this point in the history
  13. update postcheck

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    88b49b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f72cb11 View commit details
    Browse the repository at this point in the history
  15. chore: storage layout

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    195d95f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a60b83 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    febd568 View commit details
    Browse the repository at this point in the history
  18. chore: storage layout

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cd107eb View commit details
    Browse the repository at this point in the history
  19. script: add more post check

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9386e85 View commit details
    Browse the repository at this point in the history
  20. chore: storage layout

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dd0e0d9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c09d52e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eeb7d2c View commit details
    Browse the repository at this point in the history
  23. test: fix test fail

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3d7bc1d View commit details
    Browse the repository at this point in the history
  24. ci: setup secret

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e61da0c View commit details
    Browse the repository at this point in the history
  25. script: add more post check

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    63bd7ee View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1711aad View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b797a96 View commit details
    Browse the repository at this point in the history
  28. Update src/mainchain/MainchainGatewayV3.sol

    Co-authored-by: tu-do.ron <[email protected]>
    Signed-off-by: Bao <[email protected]>
    nxqbao and TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    359f9ee View commit details
    Browse the repository at this point in the history
  29. ci: print detail log

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1c0c4ea View commit details
    Browse the repository at this point in the history
  30. chore: storage layout

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    57c5c4b View commit details
    Browse the repository at this point in the history
  31. script: update post check

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f59bc24 View commit details
    Browse the repository at this point in the history
  32. script: update post check

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    67cf7cf View commit details
    Browse the repository at this point in the history
  33. chore: storage layout

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1e08afc View commit details
    Browse the repository at this point in the history
  34. ci: split workflow

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    912c77d View commit details
    Browse the repository at this point in the history
  35. ci: revert on failure

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cca4318 View commit details
    Browse the repository at this point in the history
  36. script: update post checl

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    82c0f3b View commit details
    Browse the repository at this point in the history
  37. ci: rename ci

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cbf24cf View commit details
    Browse the repository at this point in the history
  38. ci: new error code

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7da19a6 View commit details
    Browse the repository at this point in the history
  39. ci: fix ci

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0544268 View commit details
    Browse the repository at this point in the history
  40. ci: fix ci

    TuDo1403 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2bec5e1 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5b64d3b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. script: fix post check

    TuDo1403 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    49cf228 View commit details
    Browse the repository at this point in the history
  2. chore: storage layout

    TuDo1403 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    31603ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410f258 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. script: more check after proposal (#74)

    * script: more check after proposal
    
    * script: add pre check for `submitDepositBatch`
    nxqbao authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4a68d51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from ronin-chain/script/add-more-postchecks

    script: add more postchecks
    TuDo1403 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    aeb52c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ad1f69 View commit details
    Browse the repository at this point in the history
  4. script: more check after proposal (#74)

    * script: more check after proposal
    
    * script: add pre check for `submitDepositBatch`
    nxqbao authored and TuDo1403 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6029e77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b32a98b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b178693 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4e97cf View commit details
    Browse the repository at this point in the history
  8. script: prank unpause ronin gateway (#77)

    * script: prank unpause ronin gateway for running postcheck
    
    * script: fix syntax error
    nxqbao authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a6e506b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34ac2c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f95b8b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93f3448 View commit details
    Browse the repository at this point in the history
  12. chore: add testnet artifact

    TuDo1403 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    77b3b4c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #75 from ronin-chain/script/add-ir-recover-testnet…

    …-script
    
    script: add ir recover test-net script
    TuDo1403 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    06042a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69aa82d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    78cd2ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b12db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from ronin-chain/script/rework-factory-script

    Script(Factories): Accept private keys via terminal input for signature signing.
    tringuyenskymavis authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5b14d5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a69b28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e06403a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6703c74 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 5, 2024

  1. Merge pull request #82 from ronin-chain/script/reimburse-bridge-reward

    script: simulate reimburse bridge reward
    TuDo1403 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ab5e46a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from ronin-chain/chore/mainchain-gw-artifact

    chore: add artifact of mainchain gw
    TuDo1403 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9be98bc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from ronin-chain/script/remap-wbtc-testnet

    Script: remap wbtc testnet
    TuDo1403 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5209a0f View commit details
    Browse the repository at this point in the history