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

Update example dapp to Protocol 21 #154

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

Update example dapp to Protocol 21 #154

wants to merge 32 commits into from

Commits on Jun 21, 2024

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

Commits on Jun 26, 2024

  1. update example dapp

    Julian-dev28 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4c99e90 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. update sdk versions

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f4c97c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0185fe8 View commit details
    Browse the repository at this point in the history
  3. format

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d7e57a1 View commit details
    Browse the repository at this point in the history
  4. remove bun

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ee903ce View commit details
    Browse the repository at this point in the history
  5. Update nodejs.yml

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fb1d60f View commit details
    Browse the repository at this point in the history
  6. update rust version

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    682fb88 View commit details
    Browse the repository at this point in the history
  7. Update nodejs.yml

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0b5a5a0 View commit details
    Browse the repository at this point in the history
  8. update for workflows.

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    05706c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    355f798 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    037bfbf View commit details
    Browse the repository at this point in the history
  11. Update package-lock.json

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    eb7ec8d View commit details
    Browse the repository at this point in the history
  12. fix build issue

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2b3fb19 View commit details
    Browse the repository at this point in the history
  13. Update package-lock.json

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    897f7a0 View commit details
    Browse the repository at this point in the history
  14. fix type errors

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    10abed2 View commit details
    Browse the repository at this point in the history
  15. Update tsconfig.json

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5a00a4a View commit details
    Browse the repository at this point in the history
  16. Update tsconfig.json

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fce59f4 View commit details
    Browse the repository at this point in the history
  17. Update tsconfig.json

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8f5abd7 View commit details
    Browse the repository at this point in the history
  18. Update package.json

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1d76120 View commit details
    Browse the repository at this point in the history
  19. add pre-install

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3fbc6c8 View commit details
    Browse the repository at this point in the history
  20. Update nodejs.yml

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a9e0fec View commit details
    Browse the repository at this point in the history
  21. Update nodejs.yml

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f9f2587 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    901891a View commit details
    Browse the repository at this point in the history
  23. add slash

    Julian-dev28 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2de8e6f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Update tsconfig.json

    Julian-dev28 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c93da49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f8498 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Squashed commit of the following:

    commit a591281
    Author: Chad Ostrowski <[email protected]>
    Date:   Wed Jul 3 16:17:11 2024 -0400
    
        build: update all packages, appease `next build`
    
        the type checking in `next build` mistakenly thinks that we set `target`
        to something older than `es2020`, so we need the `BigInt(10)` instead of
        `10n` ¯\_(ツ)_/¯
    
    commit 02e8bd5
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 21:25:52 2024 -0400
    
        fix: number is now already a number
    
    commit 1b1c714
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 20:51:24 2024 -0400
    
        build: install_stellar
    
    commit 5ff07e6
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 16:00:31 2024 -0400
    
        fix write method calls
    
    commit 4b9dfa6
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 12:37:36 2024 -0400
    
        nextjs: use suggested 'priority' property on Image
    
    commit 8c3602f
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 12:37:17 2024 -0400
    
        fix: use new AssembledTransaction interface throughout
    
    commit be51cec
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 12:35:38 2024 -0400
    
        build: update from soroban-client to stellar-sdk
    
        need `moduleResolution: "nodenext"` in tsconfig to allow importing from
        `/contract` entrypoint (this is why types weren't being calculated
        correctly)
    
    commit 795f83e
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 12:24:37 2024 -0400
    
        readme: s/config identity/keys/
    
    commit d75080f
    Author: Chad Ostrowski <[email protected]>
    Date:   Tue Jul 2 11:52:18 2024 -0400
    
        package.json scripts s/soroban/stellar
    
    commit d0b323e
    Author: Pam Selle <[email protected]>
    Date:   Tue Jul 2 11:41:40 2024 -0400
    
        Package-lock.json updates
    
    commit 18f387f
    Author: Pam Selle <[email protected]>
    Date:   Tue Jul 2 11:41:29 2024 -0400
    
        Formatting & breaking params into object
    
    commit a7d6f33
    Author: Pam Selle <[email protected]>
    Date:   Tue Jul 2 11:39:29 2024 -0400
    
        Contract to Client
    
    commit d360d9a
    Author: Pam Selle <[email protected]>
    Date:   Thu Jun 27 15:08:45 2024 -0400
    
        remove console log
    
    commit 9fb1db2
    Author: Pam Selle <[email protected]>
    Date:   Thu Jun 27 15:02:21 2024 -0400
    
        Reveal/uncomment code that has no signatures
    
    commit cb3c40f
    Author: Pam Selle <[email protected]>
    Date:   Thu Jun 27 15:01:51 2024 -0400
    
        FE can run, useEffect commented out
    
    commit 9a1e46f
    Author: Pam Selle <[email protected]>
    Date:   Thu Jun 27 15:01:24 2024 -0400
    
        Setup working
    
    commit ecb489b
    Author: Pam Selle <[email protected]>
    Date:   Thu Jun 27 12:19:32 2024 -0400
    
        Progress
    
    commit 7853447
    Author: Pam Selle <[email protected]>
    Date:   Tue Jun 25 13:53:04 2024 -0400
    
        Increment crowdfund contract
    
    commit 0dc4b8b
    Author: Pam Selle <[email protected]>
    Date:   Tue Jun 25 13:51:06 2024 -0400
    
        Update crowdfund tests
    
    commit f426d05
    Author: Pam Selle <[email protected]>
    Date:   Tue Jun 25 13:42:02 2024 -0400
    
        add test snapshots
    
    commit b456263
    Author: Pam Selle <[email protected]>
    Date:   Fri Jun 14 09:14:40 2024 -0400
    
        Update abundance contract
    
    commit 98793d0
    Author: Pam Selle <[email protected]>
    Date:   Fri Jun 14 07:40:11 2024 -0400
    
        Remove install_soroban command and refs
    Julian-dev28 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c428352 View commit details
    Browse the repository at this point in the history
  2. add testnet

    Julian-dev28 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b4bfa5b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fixed the build error

    Ugo-X committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e9dbd13 View commit details
    Browse the repository at this point in the history
  2. fixed the cargo format check

    Ugo-X committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3469ceb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #170 from Ugo-X/update-P21

    fixed the build error
    Julian-dev28 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    10de6b3 View commit details
    Browse the repository at this point in the history