-
Notifications
You must be signed in to change notification settings - Fork 505
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
Merge master into soroban-xdr-next #4998
Merged
2opremio
merged 56 commits into
stellar:soroban-xdr-next
from
2opremio:merge-master-xdr-next
Jul 28, 2023
Merged
Merge master into soroban-xdr-next #4998
2opremio
merged 56 commits into
stellar:soroban-xdr-next
from
2opremio:merge-master-xdr-next
Jul 28, 2023
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
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump core image to latest stable release v19.10.0
Suppress Core timeout error when ingestion state machine is in build state.
…ent race condition. (stellar#4889)
…tellar#4877) * 4856: Update default for --captive-core-use-db to true * Update CHANGELOG.md
…t-tx-ledger Parse LIMIT_TX_QUEUE_SOURCE_ACCOUNT in core config
Pinning and updating golang and ubuntu images
Merge 2.26.0 changelog notes
* tools/goreplay-middleware: Add goreplay middleware * Fix linter errors --------- Co-authored-by: Bartek Nowotarski <bartek@nowotarski.info>
* all: Fix improper use of errors.Wrap `errors.Wrap` method returns nil if the first argument passed is also nil. If `errors.Wrap` is copied from a condition like `if err != nil` to another one which also returns `errors.Wrap` but does not overwrite `err` before the returned value will always be `nil`. * Update services/horizon/internal/db2/history/claimable_balances.go Co-authored-by: George <Shaptic@users.noreply.github.com> --------- Co-authored-by: George <Shaptic@users.noreply.github.com> Co-authored-by: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com>
…lang.org/x/text-0.3.8 Bump golang.org/x/text from 0.3.7 to 0.3.8
…er (stellar#4956) The default value of STELLAR_CORE_URL (localhost:11626) in standalone network mode doesn't work. We need to explictly set STELLAR_CORE_URL to http://host.docker.internal:11626, to allow Horizon to access the host container's port to connect with the core container.
…ar#4949) The PR introduces a new optional Horizon configuration parameter called NETWORK. This parameter allows users to specify the desired Stellar network, pubnet or testnet. When the NETWORK parameter is set, Horizon automatically adjusts the remaining configuration settings and generates the corresponding captive core config file.
# Conflicts: # services/horizon/internal/flags.go
…ering-flag Add functionality to hide ingestion enabled flag from --help output
…n is in build state (stellar#4977)
…t version of libc++ (stellar#4986)
* Update command_line_args_test.go Update command_line_args_test.go Remove command_line_args_test.go * Update parameters_test.go * Update parameters_test.go * Update parameters_test.go
5980ad9
to
1179bac
Compare
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.
Second attempt at #4990