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

test(Profile): fork test to check reward and side effects #301

Merged
merged 185 commits into from
Nov 27, 2023

Commits on Jun 22, 2023

  1. restructure

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6a3c8b8 View commit details
    Browse the repository at this point in the history
  2. add profile contract

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1924b70 View commit details
    Browse the repository at this point in the history
  3. add storage log

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fb546f1 View commit details
    Browse the repository at this point in the history
  4. fix staking test

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    18ead5d View commit details
    Browse the repository at this point in the history
  5. fix fixture

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2debf1a View commit details
    Browse the repository at this point in the history
  6. Revert "fix fixture"

    This reverts commit f53277e.
    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b798920 View commit details
    Browse the repository at this point in the history
  7. fix hardhat deploy path

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bae94dd View commit details
    Browse the repository at this point in the history
  8. fix deploy script

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b857c57 View commit details
    Browse the repository at this point in the history
  9. rollback initializerV1

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5c29690 View commit details
    Browse the repository at this point in the history
  10. restructure profile contract

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a149649 View commit details
    Browse the repository at this point in the history
  11. fix fixture

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b3a654c View commit details
    Browse the repository at this point in the history
  12. fix dependent test

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7d0782f View commit details
    Browse the repository at this point in the history
  13. fix dependent test

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b36bc50 View commit details
    Browse the repository at this point in the history
  14. fix: profile execApply

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    36173a0 View commit details
    Browse the repository at this point in the history
  15. fix hardhat deploy src path

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6e53384 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    383a203 View commit details
    Browse the repository at this point in the history
  17. follow new code convention

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    56ba919 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c77b82e View commit details
    Browse the repository at this point in the history
  19. fix: inheritance graph

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9cbfaaa View commit details
    Browse the repository at this point in the history
  20. fix: fix test setup

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7d19da3 View commit details
    Browse the repository at this point in the history
  21. add dev comment

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    387748e View commit details
    Browse the repository at this point in the history
  22. fix rebase issue

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b1a3c99 View commit details
    Browse the repository at this point in the history
  23. rename for convention

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    16ae502 View commit details
    Browse the repository at this point in the history
  24. add enum for custom error

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    622cbbe View commit details
    Browse the repository at this point in the history
  25. udvt TPoolId

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    99fdaca View commit details
    Browse the repository at this point in the history
  26. Revert "udvt TPoolId"

    This reverts commit 0f2c107.
    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7b424ac View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    df55f31 View commit details
    Browse the repository at this point in the history
  28. declare TPoolId type

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c5eb936 View commit details
    Browse the repository at this point in the history
  29. remove mockup contract

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    359c86c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    46e5a49 View commit details
    Browse the repository at this point in the history
  31. rename interface param

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6bdb1ce View commit details
    Browse the repository at this point in the history
  32. remove comment

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9a9530c View commit details
    Browse the repository at this point in the history
  33. refactor

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    daed9f9 View commit details
    Browse the repository at this point in the history
  34. revert casting in coinbase

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7fd337b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a763dd7 View commit details
    Browse the repository at this point in the history
  36. fix test

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ca2bae8 View commit details
    Browse the repository at this point in the history
  37. remove public vars

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    be65d5c View commit details
    Browse the repository at this point in the history
  38. remove more public vars

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    034516b View commit details
    Browse the repository at this point in the history
  39. remove redundant code

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7fc8fb1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a309710 View commit details
    Browse the repository at this point in the history
  41. fix config

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    48e35fb View commit details
    Browse the repository at this point in the history
  42. fix test init

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0382510 View commit details
    Browse the repository at this point in the history
  43. fix mock

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4086926 View commit details
    Browse the repository at this point in the history
  44. fix test

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e8e6612 View commit details
    Browse the repository at this point in the history
  45. fix test

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    648c40c View commit details
    Browse the repository at this point in the history
  46. add comment

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dcad9f1 View commit details
    Browse the repository at this point in the history
  47. fix helper

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    75eef9c View commit details
    Browse the repository at this point in the history
  48. restructure

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5d118fe View commit details
    Browse the repository at this point in the history
  49. fix edge case

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    23eb77c View commit details
    Browse the repository at this point in the history
  50. fix conventions

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e2496e7 View commit details
    Browse the repository at this point in the history
  51. add docs

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    253c89b View commit details
    Browse the repository at this point in the history
  52. fix: foundry config

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    470e02e View commit details
    Browse the repository at this point in the history
  53. chore: fix conventions

    nxqbao committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    87d9b20 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    17bc08b View commit details
    Browse the repository at this point in the history
  2. fix: remove bridge voter

    nxqbao committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b46f849 View commit details
    Browse the repository at this point in the history
  3. fix: change inheritance tree

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

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    d40095a View commit details
    Browse the repository at this point in the history
  2. fix: fix test setup

    nxqbao committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d2e2bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06b1036 View commit details
    Browse the repository at this point in the history
  4. fix test after merging

    nxqbao committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    cd91cdf View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. chore: add TODO tag

    nxqbao committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    dfb0913 View commit details
    Browse the repository at this point in the history
  2. tmp disable forge test

    nxqbao committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    69bad65 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    e6c0ea1 View commit details
    Browse the repository at this point in the history
  2. fix fixture

    nxqbao committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    18e4704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a0799f View commit details
    Browse the repository at this point in the history
  4. update ci

    nxqbao committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    68581db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    207ed04 View commit details
    Browse the repository at this point in the history
  6. fix test setup

    nxqbao committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    022ccd1 View commit details
    Browse the repository at this point in the history
  7. fix more test setup

    nxqbao committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    69e2555 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix test

    nxqbao committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    134c40a View commit details
    Browse the repository at this point in the history
  2. fix test & improve conf test

    nxqbao committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8502f66 View commit details
    Browse the repository at this point in the history
  3. refactor initializer

    nxqbao committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7ef092e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bd8f49 View commit details
    Browse the repository at this point in the history
  5. fix fast finality test

    nxqbao committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cf1b5cb View commit details
    Browse the repository at this point in the history
  6. fix initializers

    nxqbao committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a49cb6c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Oct 25, 2023

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

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    83c1646 View commit details
    Browse the repository at this point in the history
  2. chore: resolve conflict

    nxqbao committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9deed7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    983b747 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e7aa25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87e582e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. feat: merge 'feat/profile

    TuDo1403 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1f53db4 View commit details
    Browse the repository at this point in the history
  2. chore: fix test

    nxqbao committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a4699ef View commit details
    Browse the repository at this point in the history
  3. tmp: add fork tests

    TuDo1403 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7a236c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2be4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71a24d1 View commit details
    Browse the repository at this point in the history
  6. feat: update more tests

    TuDo1403 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d98f697 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. feat: add test share reward

    TuDo1403 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7e07fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6fb842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed4975c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab9381d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    902640b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    584236c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e37e8f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7419c6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c95a4a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1035faf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c92992 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42914a0 View commit details
    Browse the repository at this point in the history
  13. chore: remove bridge test

    nxqbao committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c331bd4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f60e927 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d7793fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2682fa2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    285d700 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b9a39e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6f0101b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    096f945 View commit details
    Browse the repository at this point in the history
  21. fix: fix test

    TuDo1403 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bd24f37 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    168218b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. test: update more tests

    TuDo1403 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e9b59fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd99aa7 View commit details
    Browse the repository at this point in the history
  3. chore: rename _convert*C2P

    nxqbao committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f5ac24b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7445b93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cf578c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    264fd00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4603e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79e50f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    639c372 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2aa6db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38bcac4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1bdedd9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    41d9e85 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d7118a View commit details
    Browse the repository at this point in the history
  15. format: minor format

    TuDo1403 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    63912df View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    982f2d0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f4d3017 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a056da1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    359ddb8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    564c31e View commit details
    Browse the repository at this point in the history
  21. chore: remove log

    nxqbao committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    69248be View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5878660 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    28386b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    4e6a0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3235fa1 View commit details
    Browse the repository at this point in the history
  3. test: fix more test

    nxqbao committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    59dee15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef82b10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fb67e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf8be1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7718769 View commit details
    Browse the repository at this point in the history
  8. chore: fix rebase issue

    nxqbao committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9ae8a44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23039ea View commit details
    Browse the repository at this point in the history
  10. chore: fix rebase issue

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    9e9a879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    240605f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ab17b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    140dfdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a39eb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fca0888 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f04f0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d01aee3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    601fbc8 View commit details
    Browse the repository at this point in the history
  10. chore: fix typo

    nxqbao committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5772afb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4c56c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c057690 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8d94ac View commit details
    Browse the repository at this point in the history
  14. test: fix emergency exit test

    nxqbao committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    908c378 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dd0fd85 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. feat: add roninTO tests

    TuDo1403 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    efdcc44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43eda58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc08823 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6144b9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98b8e6b View commit details
    Browse the repository at this point in the history
  6. feat: add more test cases

    TuDo1403 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    440fc2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61e439d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix: enhance test

    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1fdb3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb286e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae9f1fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    491db30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88d9239 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cfd194 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30891b8 View commit details
    Browse the repository at this point in the history
  8. Revert "feat: remove log"

    This reverts partially commit 491db30.
    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c31b329 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8f67ea View commit details
    Browse the repository at this point in the history
  10. feat(Profile): fix migration

    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bea74a1 View commit details
    Browse the repository at this point in the history
  11. chore: log gasleft

    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7cb962e View commit details
    Browse the repository at this point in the history
  12. feat(Profile): fix migration

    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1a9650b View commit details
    Browse the repository at this point in the history
  13. chore: fix rebase issue

    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c654c44 View commit details
    Browse the repository at this point in the history
  14. chore: fix test setup

    nxqbao committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    36f1f1c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    15ca9ee View commit details
    Browse the repository at this point in the history
  2. ci: enable on "feat/**" branch

    nxqbao committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b005b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69832e4 View commit details
    Browse the repository at this point in the history
  4. test: fix mainnet test

    nxqbao committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b7dcbf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e96ecd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

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