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: implement sway standards #240

Merged
merged 41 commits into from
Aug 29, 2024
Merged

feat: implement sway standards #240

merged 41 commits into from
Aug 29, 2024

Commits on Aug 20, 2024

  1. feat: upgrade forc to 0.63.1

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2a1f215 View commit details
    Browse the repository at this point in the history
  2. chore: commit forc.lock

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5aa96cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    676e7fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f27e8ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2af5f6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d140c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4074dc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68c29e5 View commit details
    Browse the repository at this point in the history
  9. chore: update base asset

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b13bba5 View commit details
    Browse the repository at this point in the history
  10. chore: upgrade Dockerfiles

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    205a220 View commit details
    Browse the repository at this point in the history
  11. chore: add changeset

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cd1baed View commit details
    Browse the repository at this point in the history
  12. chore: apply cargo fmt

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4ddd424 View commit details
    Browse the repository at this point in the history
  13. ci: upgrade CI versions

    DefiCake committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ea23ae1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. ci: try to fix ci

    DefiCake committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a80d94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d070bb9 View commit details
    Browse the repository at this point in the history
  3. ci: fix dockerfile build

    DefiCake committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    19a4554 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2b529f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f30b16a View commit details
    Browse the repository at this point in the history
  6. test: adapt tests

    DefiCake committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8b750e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. chore: add changeset

    DefiCake committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    22429b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79033ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab1f80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f15c56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c526d70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4250a8 View commit details
    Browse the repository at this point in the history
  7. chore: regenerate Cargo.lock

    DefiCake committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    81d8968 View commit details
    Browse the repository at this point in the history
  8. chore: regenerate Cargo.lock

    DefiCake committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    03277b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd0d607 View commit details
    Browse the repository at this point in the history
  10. chore: update sway standards

    DefiCake committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    83e0c12 View commit details
    Browse the repository at this point in the history
  11. Update fungible bridge contract to sway-standards v0.6.0 (#246)

    Adds the required logging to the fungible bridge contract to follow the
    updates to the SRC-20 and SRC-7 standards.
    bitzoic authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    01ddce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. feat: implement SRC7, SRC8

    DefiCake committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8ea2e58 View commit details
    Browse the repository at this point in the history
  2. chore: apply cargo fmt

    DefiCake committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e88c5bb View commit details
    Browse the repository at this point in the history
  3. chore: apply forc fmt

    DefiCake committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9e679c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ab8ae View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    aca048c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7bf418 View commit details
    Browse the repository at this point in the history
  3. Update packages/fungible-token/bridge-fungible-token/implementation/s…

    …rc/main.sw
    
    Co-authored-by: Cameron Carstens <[email protected]>
    DefiCake and bitzoic authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d6c4c94 View commit details
    Browse the repository at this point in the history
  4. Update packages/fungible-token/bridge-fungible-token/implementation/s…

    …rc/main.sw
    
    Co-authored-by: Cameron Carstens <[email protected]>
    DefiCake and bitzoic authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    721fd41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22e92b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88d5a03 View commit details
    Browse the repository at this point in the history