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

Conversation

Julian-dev28
Copy link
Contributor

This PR updates the contracts to align with Protocol 21.

Please note: There are still issues with calls from the front end, which will be resolved in a future update.

@Julian-dev28 Julian-dev28 reopened this Jun 28, 2024
Julian-dev28 and others added 5 commits July 26, 2024 07:44
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants