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

Effect SDK V2.0 #113

Merged
merged 559 commits into from
May 15, 2024
Merged

Effect SDK V2.0 #113

merged 559 commits into from
May 15, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 9, 2024

  1. Merge pull request #105 from effectai/sdk-v2-refactor

    SDK v2 refactor
    jeisses committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1c30919 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Apr 12, 2024

  1. yarn write prettier

    Jeffrieh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f227629 View commit details
    Browse the repository at this point in the history
  2. add changesets CI

    Jeffrieh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3c24909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59e3a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c536c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. make getCampaign paginatable

    Jeffrieh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f40956b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. remove upper bound

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    26868b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a141a View commit details
    Browse the repository at this point in the history
  3. fix atomic asset types

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d3dcca3 View commit details
    Browse the repository at this point in the history
  4. biome check

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1b92334 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    703e8fb View commit details
    Browse the repository at this point in the history
  6. add docs & examples

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8ecda60 View commit details
    Browse the repository at this point in the history
  7. add example documentation

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    dddff68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5222f7 View commit details
    Browse the repository at this point in the history
  9. Remove console log

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9325a1a View commit details
    Browse the repository at this point in the history
  10. add empty doc files

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    332b73e View commit details
    Browse the repository at this point in the history
  11. update getCampaigns example

    Jeffrieh committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e7a6f6e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10379f7 View commit details
    Browse the repository at this point in the history
  13. add getAccTaskIdx

    laurensV committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2410b64 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. add auto generated types

    Jeffrieh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    45447c1 View commit details
    Browse the repository at this point in the history
  2. add serialized type

    Jeffrieh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c523dfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d449bd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. add auto generated types fix

    Jeffrieh committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b8c092a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e816aed View commit details
    Browse the repository at this point in the history
  3. add campaign info type

    Jeffrieh committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    282dad0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

  1. Fix getPrice method

    Check for window.fetch and fetch
    djmbritt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0323104 View commit details
    Browse the repository at this point in the history
  2. Add ClientOpts info

    djmbritt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    86183ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1ef83 View commit details
    Browse the repository at this point in the history
  4. Add compatibility info

    djmbritt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4a844d0 View commit details
    Browse the repository at this point in the history
  5. Remove migration link

    djmbritt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dbb5657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0202103 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    8109805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ac5fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    486efdd View commit details
    Browse the repository at this point in the history
  4. test client setup

    djmbritt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2a212a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32323c4 View commit details
    Browse the repository at this point in the history
  6. Add getVAccounts test

    djmbritt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    322eaf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    421104e View commit details
    Browse the repository at this point in the history
  8. Fix link

    djmbritt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a6abb19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39b9439 View commit details
    Browse the repository at this point in the history
  10. Create vaccount test

    djmbritt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a83e4c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8083303 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a14b8a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5dd95b1 View commit details
    Browse the repository at this point in the history
  14. Move helper to testhelper.ts

    djmbritt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ea489d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4bd6030 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    acfcf46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db9d494 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ac08bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e45c9f7 View commit details
    Browse the repository at this point in the history
  20. Rm console.debug

    djmbritt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0e1cd15 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    0e5b1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697175e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0186f8b View commit details
    Browse the repository at this point in the history
  4. Use process.env

    djmbritt committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    66bc738 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8261e20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bc23e7 View commit details
    Browse the repository at this point in the history
  7. Fix gettingStarted guide

    djmbritt committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a14f597 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    7cafe65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e404f3 View commit details
    Browse the repository at this point in the history
  3. Add createAccount.test.ts

    djmbritt committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    beb8813 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    814e061 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

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

    djmbritt committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e75d467 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    b0dc14d View commit details
    Browse the repository at this point in the history
  2. Add token.test.ts

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6fbfddd View commit details
    Browse the repository at this point in the history
  3. add projectile to gitignore

    Jeffrieh committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    64bf7b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d922e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95f9e65 View commit details
    Browse the repository at this point in the history
  6. Test getAccountAssets

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    758a1aa View commit details
    Browse the repository at this point in the history
  7. Test getAccountAssets

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c2e11b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7889744 View commit details
    Browse the repository at this point in the history
  9. Flesh out introduction

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0deb77e View commit details
    Browse the repository at this point in the history
  10. Add test for token swapping

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c2a035d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1e8894 View commit details
    Browse the repository at this point in the history
  12. Formatting for getprice.ts

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    067b034 View commit details
    Browse the repository at this point in the history
  13. Fix merge error

    djmbritt committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    91d5334 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. change types

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c30faa8 View commit details
    Browse the repository at this point in the history
  2. fix swap actions

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4bcdc3c View commit details
    Browse the repository at this point in the history
  3. fix verify

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8c0e26a View commit details
    Browse the repository at this point in the history
  4. fix verify

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0f81126 View commit details
    Browse the repository at this point in the history
  5. remove dash from CI

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    84edd49 View commit details
    Browse the repository at this point in the history
  6. Add docs for getBalance

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ddca5be View commit details
    Browse the repository at this point in the history
  7. formatting

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b0f830a View commit details
    Browse the repository at this point in the history
  8. fix CI

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    77e226f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27286b6 View commit details
    Browse the repository at this point in the history
  10. setup bun

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bd3d6f3 View commit details
    Browse the repository at this point in the history
  11. chore: format

    Jeffrieh authored and github-actions[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4bc0acd View commit details
    Browse the repository at this point in the history
  12. add preset big lib

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    45bcc58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4097946 View commit details
    Browse the repository at this point in the history
  14. Add deposit test

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    15bda78 View commit details
    Browse the repository at this point in the history
  15. Tighten types for Session

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7fddc02 View commit details
    Browse the repository at this point in the history
  16. fix swap contract

    Jeffrieh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d318665 View commit details
    Browse the repository at this point in the history
  17. Use jungle for deposit test

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3aa8ba2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c36163 View commit details
    Browse the repository at this point in the history
  19. Use swap update from Jeff

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    65a733a View commit details
    Browse the repository at this point in the history
  20. Update Test

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9f355a4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    32f1aa5 View commit details
    Browse the repository at this point in the history
  22. Clean up imports for client

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    292a47d View commit details
    Browse the repository at this point in the history
  23. Add SwapArgs type

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f51e241 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    973505e View commit details
    Browse the repository at this point in the history
  25. Update lockfile

    djmbritt committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e72f3c5 View commit details
    Browse the repository at this point in the history
  26. chore: format

    djmbritt authored and github-actions[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f512676 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Add getCampaignById test

    djmbritt committed May 1, 2024
    Configuration menu
    Copy the full SHA
    88662b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd37b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e95aed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c681c7a View commit details
    Browse the repository at this point in the history
  5. Add createCampaign docs

    djmbritt committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ed8bc76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    980f045 View commit details
    Browse the repository at this point in the history
  7. add pages to docs

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8df5d79 View commit details
    Browse the repository at this point in the history
  8. fix tests

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c8911f4 View commit details
    Browse the repository at this point in the history
  9. chore: format

    Jeffrieh authored and github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b7a7514 View commit details
    Browse the repository at this point in the history
  10. fix tests

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3cf46c1 View commit details
    Browse the repository at this point in the history
  11. Remove unused import

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2585fac View commit details
    Browse the repository at this point in the history
  12. rename import

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d1bcecf View commit details
    Browse the repository at this point in the history
  13. fix swap test

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    47d73e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    faa6014 View commit details
    Browse the repository at this point in the history
  15. fix build errors

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ad9ec94 View commit details
    Browse the repository at this point in the history
  16. chore: format

    Jeffrieh authored and github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0ca5ad6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f543848 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f73773 View commit details
    Browse the repository at this point in the history
  19. change package name

    Jeffrieh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1e7c220 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    131563c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ed215d View commit details
    Browse the repository at this point in the history
  3. fix tests

    Jeffrieh committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6310d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    304b2ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66c4efa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e9e826 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fd401f View commit details
    Browse the repository at this point in the history
  8. Add transfer.test.ts

    djmbritt committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b63f165 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    cd28d05 View commit details
    Browse the repository at this point in the history
  2. Add transfer.test.ts

    djmbritt committed May 3, 2024
    Configuration menu
    Copy the full SHA
    16ebdec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfcd85c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b37f7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a905ac View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    e241a62 View commit details
    Browse the repository at this point in the history
  2. Rename env vars

    djmbritt committed May 4, 2024
    Configuration menu
    Copy the full SHA
    329a1ea View commit details
    Browse the repository at this point in the history
  3. Add ipfsCIDToHexString function

    as the new iteration of the smart contract takes byte values to store data
    jeisses committed May 4, 2024
    Configuration menu
    Copy the full SHA
    2199e1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89129f3 View commit details
    Browse the repository at this point in the history
  5. chore: format

    jeisses authored and github-actions[bot] committed May 4, 2024
    Configuration menu
    Copy the full SHA
    75974c6 View commit details
    Browse the repository at this point in the history
  6. Implement new submission data format using bytes

    and which supports flagging with byte indicator 0
    jeisses committed May 4, 2024
    Configuration menu
    Copy the full SHA
    13f1806 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2be27e7 View commit details
    Browse the repository at this point in the history
  8. chore: format

    jeisses authored and github-actions[bot] committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0619d90 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    dd6f94e View commit details
    Browse the repository at this point in the history
  2. clean up camapigns docs

    djmbritt committed May 5, 2024
    Configuration menu
    Copy the full SHA
    af36725 View commit details
    Browse the repository at this point in the history
  3. fix: export account type

    Jeffrieh committed May 5, 2024
    Configuration menu
    Copy the full SHA
    106c6fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8705bcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9270718 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    669c7e8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    631a703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc45c4 View commit details
    Browse the repository at this point in the history
  3. revert package json

    Jeffrieh committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f4a030f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    4288a66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4411a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d1a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee23ea View commit details
    Browse the repository at this point in the history
  5. Update create-campaign docs

    djmbritt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bb0e4ee View commit details
    Browse the repository at this point in the history
  6. Update getPrice doc

    djmbritt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b292640 View commit details
    Browse the repository at this point in the history
  7. Add getBalance docs

    djmbritt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    480b62b View commit details
    Browse the repository at this point in the history
  8. Add getBalance docs

    djmbritt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3378384 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9a8c97 View commit details
    Browse the repository at this point in the history
  10. Add swap documentation

    djmbritt committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a5ec36b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    5e40649 View commit details
    Browse the repository at this point in the history
  2. Add asset docs

    djmbritt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1ebbc29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edc26db View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Use NameType instead of Name

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    81d267e View commit details
    Browse the repository at this point in the history
  2. Fix link to transfer docs

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    631fcac View commit details
    Browse the repository at this point in the history
  3. Clean up client.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c639cf3 View commit details
    Browse the repository at this point in the history
  4. Update test script

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c062c98 View commit details
    Browse the repository at this point in the history
  5. clean up session.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a091600 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd0a27b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ed33dc View commit details
    Browse the repository at this point in the history
  8. Update generated types

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b4a66a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fdc26d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8dcdcc1 View commit details
    Browse the repository at this point in the history
  11. Add test files

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    30106a2 View commit details
    Browse the repository at this point in the history
  12. Add claim.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bd60500 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    951be62 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7da3801 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    731bd6c View commit details
    Browse the repository at this point in the history
  16. implement payout.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4edc84f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    20955e3 View commit details
    Browse the repository at this point in the history
  18. Add test to withdraw.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    734badb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e566b82 View commit details
    Browse the repository at this point in the history
  20. Add getOrCreate.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d63b5a4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ca4f195 View commit details
    Browse the repository at this point in the history
  22. Add createBatch.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fbf5502 View commit details
    Browse the repository at this point in the history
  23. Add getBatch.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4c8f1cd View commit details
    Browse the repository at this point in the history
  24. Add getTaskIdx.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b23eb02 View commit details
    Browse the repository at this point in the history
  25. Add getForceSettings.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2eedec9 View commit details
    Browse the repository at this point in the history
  26. Add getRepititions.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4b92a67 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    67af03a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cc7e1cd View commit details
    Browse the repository at this point in the history
  29. Add getSubmission.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    46128da View commit details
    Browse the repository at this point in the history
  30. Add getTask.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1704f63 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bd5326 View commit details
    Browse the repository at this point in the history
  32. add getReservations.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ff9204b View commit details
    Browse the repository at this point in the history
  33. Add reserveTAsk.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d297b42 View commit details
    Browse the repository at this point in the history
  34. Add submitTask.test.ts

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    43498ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    47d3324 View commit details
    Browse the repository at this point in the history
  36. Clean up

    djmbritt committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5024bab View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

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

Commits on May 12, 2024

  1. Update campaign docs

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0507117 View commit details
    Browse the repository at this point in the history
  2. Update get-balance docs

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e0e8b52 View commit details
    Browse the repository at this point in the history
  3. Update get-price docs

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d9c7236 View commit details
    Browse the repository at this point in the history
  4. Update swap

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5534358 View commit details
    Browse the repository at this point in the history
  5. Add swapArgs to index export

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9898369 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd063fb View commit details
    Browse the repository at this point in the history
  7. Add TODO for swap function

    Would be usefull to throw error when balance is too low to execute swap
    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5c123cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87fbdf8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68400c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5f7252 View commit details
    Browse the repository at this point in the history
  11. Add tasks code snippets

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e7753f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6d0a6d View commit details
    Browse the repository at this point in the history
  13. Add claim to docs

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    80d2481 View commit details
    Browse the repository at this point in the history
  14. Add payout docs

    djmbritt committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e157602 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    31295cd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3f6fe49 View commit details
    Browse the repository at this point in the history
  2. Add withdraw docs

    djmbritt committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b6783fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e24b1ef View commit details
    Browse the repository at this point in the history
  4. Add deposit docs

    djmbritt committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5485254 View commit details
    Browse the repository at this point in the history
  5. Add create-account docs

    djmbritt committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0e2c69b View commit details
    Browse the repository at this point in the history
  6. Add get vaccounts doc

    djmbritt committed May 13, 2024
    Configuration menu
    Copy the full SHA
    27756a4 View commit details
    Browse the repository at this point in the history
  7. Add get pending paymets doc

    djmbritt committed May 13, 2024
    Configuration menu
    Copy the full SHA
    76aa0fc View commit details
    Browse the repository at this point in the history
  8. Add get pending paymets doc

    djmbritt committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e4fa0fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d85a06 View commit details
    Browse the repository at this point in the history
  10. chore: format

    djmbritt authored and github-actions[bot] committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f6f20e5 View commit details
    Browse the repository at this point in the history
  11. chore: convert to monorepo

    Jeffrieh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f99d547 View commit details
    Browse the repository at this point in the history
  12. chore: add dist to exclude

    Jeffrieh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ebbdb83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    89ebb72 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix: tweak & fix doc pages

    Jeffrieh committed May 14, 2024
    Configuration menu
    Copy the full SHA
    93fa132 View commit details
    Browse the repository at this point in the history
  2. chore: format

    Jeffrieh authored and github-actions[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e18631b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d136e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed9d3b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5da76f8 View commit details
    Browse the repository at this point in the history
  6. rm @effectai/sdk

    djmbritt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a013286 View commit details
    Browse the repository at this point in the history
  7. rm @effectai/sdk

    djmbritt committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8f19fea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95b1a5f View commit details
    Browse the repository at this point in the history
  9. chore: format

    djmbritt authored and github-actions[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a84736e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

    Jeffrieh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c27de6f View commit details
    Browse the repository at this point in the history
  3. remove link from scripts

    Jeffrieh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4bed0bc View commit details
    Browse the repository at this point in the history
  4. chore: format

    Jeffrieh authored and github-actions[bot] committed May 15, 2024
    Configuration menu
    Copy the full SHA
    086f6be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9335a61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70149b4 View commit details
    Browse the repository at this point in the history