-
Notifications
You must be signed in to change notification settings - Fork 513
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
xdr: changes for auth and removal of mutli-invoke (wip) #4900
Merged
tsachiherman
merged 28 commits into
stellar:soroban-xdr-next-next
from
chowbao:xdr-changes-for-auth-and-remove-multi-invoke
Jun 13, 2023
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7393068
updated core git ref for tests (#4879)
sreuland 7f0c9ea
update toml to support LIMIT_TX_QUEUE_SOURCE_ACCOUNT (#4882)
tsachiherman 2ef0183
horizon/ingest/processors: SAC storage entry by different key name (#…
sreuland 317e74e
services/horizon: Reenable InvokeHostFunction integration tests (#4887)
2opremio 88eef3f
horizon: 4446/supress core timeout error (#4894)
urvisavla 31c953e
xdr: changes for auth and removal of mutli-invoke (wip)
chowbao 3c0ccbe
services/horizon: Reenable SAC integration tests (#4891)
2opremio 9ff77c2
services/horizon: optionally add soroban-rpc to integration tests (#4…
2opremio d896924
Update core image
chowbao 889ab99
Update stellar-xdr next commit
chowbao 5ca87bf
Update horizon ingestion
chowbao aab1b89
update txnbuild
chowbao 32a15a8
Updates
chowbao 913451c
Update fmt
chowbao 2c9e137
fix txnbuild tests
chowbao 1b65208
updates
chowbao 883bfaf
Update horizon tests
chowbao 39927c4
add ingest test
chowbao 2b2661f
Update operation processor test
chowbao 4513e38
Update tests
chowbao bb81d5d
Update tests
chowbao c8ea693
Remove sac test changes to resolve merge conflicts for now
chowbao d3a1c46
Formatting
chowbao e20e8bc
4902 Add mutex for concurrent access in GetLatestLedgerSequence (#4903)
urvisavla 83967f8
Update tests
chowbao 5e1ea98
Update sac test
chowbao c838629
Merge remote-tracking branch 'origin/soroban-xdr-next' into xdr-chang…
chowbao bc35c89
update tests
chowbao 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
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
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.
@chowbao , did you run
make xdr-update
after this change to create the updates on.x
files and generated code, or did you manually copy those.x
over and run generate, probably is same end result, was just curious which approach.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.
Yeah I updated the
XDRNEXT_COMMIT
then ranmake xdr-update
. I guess copying the files would have worked too but I still would have had to run likemake xdr
to get the generated xdr