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

GitFlow: back merge #298

Merged
merged 87 commits into from
Oct 31, 2023
Merged

GitFlow: back merge #298

merged 87 commits into from
Oct 31, 2023

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    7420932 View commit details
    Browse the repository at this point in the history
  2. clean up Profile migration

    nxqbao committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0c55ccb View commit details
    Browse the repository at this point in the history
  3. fix: remove lib path

    TuDo1403 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    206ec6f View commit details
    Browse the repository at this point in the history
  4. forge install: solady

    v0.0.123
    TuDo1403 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    400a63f View commit details
    Browse the repository at this point in the history
  5. add renounce list for Profile

    nxqbao committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cdf3cc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c42a0f View commit details
    Browse the repository at this point in the history
  7. update migration and script

    nxqbao committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fe9c952 View commit details
    Browse the repository at this point in the history
  8. feat: init simulate script

    TuDo1403 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d05ef19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd66178 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. add non-conditional script

    nxqbao committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    840cd29 View commit details
    Browse the repository at this point in the history
  2. feat: add log

    TuDo1403 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3b2c01a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. add wrapup2periods test

    nxqbao committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1775f33 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. add script log

    nxqbao committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1366ff9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4398a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f731a83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e95ac9 View commit details
    Browse the repository at this point in the history
  5. fix: fix deploy script

    TuDo1403 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    de955fa View commit details
    Browse the repository at this point in the history
  6. format: rename function

    TuDo1403 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    747fa7f View commit details
    Browse the repository at this point in the history
  7. format: minor refactor

    TuDo1403 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9bc204c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix initREP2 scripts

    nxqbao committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8305629 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    5537ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b1158 View commit details
    Browse the repository at this point in the history
  3. remove log

    nxqbao committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    88d2994 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    482eba9 View commit details
    Browse the repository at this point in the history
  2. script: simulate deposit

    nxqbao committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    cbd1150 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    3b7e158 View commit details
    Browse the repository at this point in the history
  2. update simulation script

    nxqbao committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    94ebde6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a06b027 View commit details
    Browse the repository at this point in the history
  4. ignore dry-run/

    nxqbao committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    443066b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix deploy script for mainnet

    nxqbao committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cc0385a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    183a09d View commit details
    Browse the repository at this point in the history
  3. add deployments

    nxqbao committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    04a021e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    8dcc203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85f729 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix deploy script

    nxqbao committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    5daceb4 View commit details
    Browse the repository at this point in the history
  2. fix setup in hardhat test

    nxqbao committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    29a31e9 View commit details
    Browse the repository at this point in the history
  3. fix setup hardhat test

    nxqbao committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f263d15 View commit details
    Browse the repository at this point in the history
  4. [Bridge] Remove migration on bridge (#294)

    * remove migrator
    
    * rename validator to operator
    
    * Rename GatewayV2 to GatewayV3
    nxqbao authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2536e27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef78691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    123d83b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b201d53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ac3311 View commit details
    Browse the repository at this point in the history
  9. [Bridge] Fix comment on domain separator on bridge (#295)

    chore: revert comment
    nxqbao authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    eb7ed08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d510c08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f952002 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f35511e View commit details
    Browse the repository at this point in the history
  13. chore: add TODO

    nxqbao committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    da533e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32aadad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65103ad View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    ee9eab8 View commit details
    Browse the repository at this point in the history
  2. feat: simulate change admin

    nxqbao committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a774da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1af7e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    610393f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b25fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02fb88b View commit details
    Browse the repository at this point in the history
  7. add logic deployment

    nxqbao committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9514abd View commit details
    Browse the repository at this point in the history
  8. Revert "fix: validate withdrawal id in gateway"

    This reverts commit 610393f.
    nxqbao committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d2a2c6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f7a260 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a46c5ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fbe538 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e427bc8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    004c0bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6c5df3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c614111 View commit details
    Browse the repository at this point in the history
  16. chore: remove comment

    nxqbao committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ae0e494 View commit details
    Browse the repository at this point in the history
  17. chore: refactor

    nxqbao committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    454b965 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    965cdbe View commit details
    Browse the repository at this point in the history
  2. chore: add TODO

    nxqbao committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d77480c View commit details
    Browse the repository at this point in the history
  3. chore: update TODO

    nxqbao committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7e14951 View commit details
    Browse the repository at this point in the history
  4. chore: update TODO

    nxqbao committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    07bcc42 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    a3c74e7 View commit details
    Browse the repository at this point in the history
  2. feat: simulate add operators

    nxqbao committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    15f88da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5e5853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55809e View commit details
    Browse the repository at this point in the history
  5. proposal: change operators set

    nxqbao committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    33f9662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48310c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e98dfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48788a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 21, 2023

  1. Deploy: v0.6.4 mainnet (#292)

    nxqbao authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    aa272d3 View commit details
    Browse the repository at this point in the history
  2. v0.6.4 (#297)

    nxqbao authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    eb38695 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    05758a7 View commit details
    Browse the repository at this point in the history
  2. Update yarn.lock

    nxqbao authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    675ea36 View commit details
    Browse the repository at this point in the history
  3. Update yarn.lock

    nxqbao authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ef57b5f View commit details
    Browse the repository at this point in the history
  4. chore(deps): add deps

    nxqbao committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5d372bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f301e1a View commit details
    Browse the repository at this point in the history