-
Notifications
You must be signed in to change notification settings - Fork 100
Update dependencies. #1644
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
Closed
Closed
Update dependencies. #1644
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f2173eb
Extract default ledger info to testutils function (#1619)
leighmcculloch b1286d9
Store test name and env number in env itself (#1623)
leighmcculloch f4573f9
Bump version to 23.1.1 (#1624)
github-actions[bot] 77cf173
Bump version to 23.2.1 (#1626)
github-actions[bot] ab415a3
Deprecate protocol_version method in Ledger (#1625)
leighmcculloch 12904c3
Disable test snapshots and expands for test_alloc (#1629)
leighmcculloch 56dd2f5
Split hazmat feature into granular sub-features (#1639)
leighmcculloch 2f98b90
Add Address to_payload and from_payload (#1640)
leighmcculloch a359900
Bump version to 23.3.0 (#1642)
github-actions[bot] 8219d77
Simplify hazmat feature docs (#1643)
leighmcculloch d71bed3
Update dependencies.
fnando 6228b53
Merge branch 'main' into stellar-xdr-v25
sisuresh 993b7cc
Update fuzz lock file
sisuresh 3826d73
fix protocol version
sisuresh 91007ec
Expand tests
sisuresh d250e0e
Remove limit of 10 and just call unwrap
sisuresh 524d40e
cleanup
sisuresh 858f5bb
Check for examples toml patch at top level directory
sisuresh 7698fc0
Check for examples toml patch at top level directory
sisuresh ee64581
Check for examples toml patch at top level directory
sisuresh f9b7c76
Fix patch logic to include workspace root Cargo.toml (#1646)
leighmcculloch 3e1d09e
Revert "Check for examples toml patch at top level directory"
sisuresh be65ead
Merge remote-tracking branch 'upstream/main' into stellar-xdr-v25
sisuresh 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
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.
I believe this is due to stellar/stellar-xdr@0a621ec. There's no longer a limit of 10, so the logic above this needs to be cleaned up. @leighmcculloch is my understanding correct?
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.
That's right, more changes need to be made here, the lines above that define a max need removing.
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.
Updated