-
Notifications
You must be signed in to change notification settings - Fork 892
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
Julian-dev28
wants to merge
32
commits into
main
Choose a base branch
from
update-P21
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
fixed the build error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.