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

feat(examples): Define Ownable and Transferrable Interfaces #2198

Draft
wants to merge 81 commits into
base: master
Choose a base branch
from

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    c307de3 View commit details
    Browse the repository at this point in the history
  2. Update the affected packages

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0853491 View commit details
    Browse the repository at this point in the history
  3. rename fields

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a2e5c69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b206494 View commit details
    Browse the repository at this point in the history
  5. update

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fe82cab View commit details
    Browse the repository at this point in the history
  6. update

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e457231 View commit details
    Browse the repository at this point in the history
  7. wrong name

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d0c12d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10a767e View commit details
    Browse the repository at this point in the history
  9. unused error

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    00f4ef0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b835d2 View commit details
    Browse the repository at this point in the history
  11. make tidy

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0163f8d View commit details
    Browse the repository at this point in the history
  12. make tidy again

    linhpn99 committed May 26, 2024
    Configuration menu
    Copy the full SHA
    22b8e27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    deb9a29 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    9a34da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2c0e1 View commit details
    Browse the repository at this point in the history
  3. remove helper pkg

    linhpn99 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c6ef120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc9cf58 View commit details
    Browse the repository at this point in the history
  5. owner to transferrable

    linhpn99 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b04aadc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07ca903 View commit details
    Browse the repository at this point in the history
  7. tmp

    linhpn99 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3b0a77c View commit details
    Browse the repository at this point in the history
  8. tmp

    linhpn99 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8bd5ec9 View commit details
    Browse the repository at this point in the history
  9. change to TestSetOrigCaller

    linhpn99 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2249f42 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    8a8d39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d51c88d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6764208 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    5d6dd97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5010520 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    f66a0f8 View commit details
    Browse the repository at this point in the history
  2. use TestSetRealm instead

    linhpn99 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    ce717f6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 1, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 8, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    525449d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c459fc View commit details
    Browse the repository at this point in the history
  3. missing changes

    linhpn99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4e51027 View commit details
    Browse the repository at this point in the history
  4. return interface

    linhpn99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6f97dfe View commit details
    Browse the repository at this point in the history
  5. return interface

    linhpn99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a6ca8bc View commit details
    Browse the repository at this point in the history
  6. update

    linhpn99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4765f37 View commit details
    Browse the repository at this point in the history
  7. update

    linhpn99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3d19623 View commit details
    Browse the repository at this point in the history
  8. rename

    linhpn99 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f5fe77e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fixed all

    linhpn99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8bd3ac0 View commit details
    Browse the repository at this point in the history
  2. fixed all

    linhpn99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a3dad4c View commit details
    Browse the repository at this point in the history
  3. fix pausable

    linhpn99 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0e7f9d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. solve conflict

    linhpn99 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e2aadeb View commit details
    Browse the repository at this point in the history
  2. wrong delete

    linhpn99 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6fd4c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f007f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    6173b88 View commit details
    Browse the repository at this point in the history
  2. update from master

    linhpn99 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0cc00c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    104140f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86beac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97d4b8e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

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

    linhpn99 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    88b7481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daafb62 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    9fa9d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15cd55e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    d1bea90 View commit details
    Browse the repository at this point in the history
  2. use interface instead

    linhpn99 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    efafea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ad4405 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    5326931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d4b75 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    17b7b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e9a7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd450a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

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

Commits on Jul 22, 2024

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

Commits on Aug 1, 2024

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

Commits on Aug 10, 2024

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

Commits on Sep 21, 2024

  1. resolve conflict

    linhpn99 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    26d7f83 View commit details
    Browse the repository at this point in the history