-
Notifications
You must be signed in to change notification settings - Fork 912
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 for latest libraries #163
Open
chadoh
wants to merge
22
commits into
stellar:main
Choose a base branch
from
AhaLabs:pselle/update
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
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
98793d0
Remove install_soroban command and refs
pselle b456263
Update abundance contract
pselle f426d05
add test snapshots
pselle 0dc4b8b
Update crowdfund tests
pselle 7853447
Increment crowdfund contract
pselle ecb489b
Progress
pselle 9a1e46f
Setup working
pselle cb3c40f
FE can run, useEffect commented out
pselle 9fb1db2
Reveal/uncomment code that has no signatures
pselle d360d9a
remove console log
pselle a7d6f33
Contract to Client
pselle 18f387f
Formatting & breaking params into object
pselle d0b323e
Package-lock.json updates
pselle d75080f
package.json scripts s/soroban/stellar
chadoh 795f83e
readme: s/config identity/keys/
chadoh be51cec
build: update from soroban-client to stellar-sdk
chadoh 8c3602f
fix: use new AssembledTransaction interface throughout
chadoh 4b9dfa6
nextjs: use suggested 'priority' property on Image
chadoh 5ff07e6
fix write method calls
chadoh 1b1c714
build: install_stellar
chadoh 02e8bd5
fix: number is now already a number
chadoh a591281
build: update all packages, appease `next build`
chadoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.14.2 | ||
18.20.3 |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably pin to a major version with
^21
instead of pinning to a specific version.I also don't think we need to set the root, or tell cargo to install with the dev profile with the debug flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok I see the root is used to write the binary to a local directory then use it locally. Seems like an odd practice to encourage given it isn't encouraged in any other setup documentation though.