-
Notifications
You must be signed in to change notification settings - Fork 229
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
fix(cosmos): upgrade to agoric-labs/ibc-go
v6.3.1-alpha.agoric.3
#11065
Merged
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
Deploying agoric-sdk with
|
Latest commit: |
3dbb1bc
|
Status: | ✅ Deploy successful! |
Preview URL: | https://f25b8b17.agoric-sdk.pages.dev |
Branch Preview URL: | https://mfig-use-ibc-encoding-patch.agoric-sdk.pages.dev |
agoric-labs/ibc-go
v6.3.1-alpha.agoric.2.1
agoric-labs/ibc-go
v6.3.1-alpha.agoric.3
8984fbe
to
3dbb1bc
Compare
JeancarloBarrios
approved these changes
Feb 28, 2025
mujahidkay
pushed a commit
that referenced
this pull request
Mar 3, 2025
…11065) ## Description Makes an important upstream change available for the Agoric chain. ### Security Considerations Fewer assumptions. ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations Unit tests are available. ### Upgrade Considerations Best to apply during a coordinated chain software upgrade.
mujahidkay
added a commit
that referenced
this pull request
Mar 3, 2025
### Description Cherrypicks the following changes: - #11065 - #11052 Using the following rebase-todo: ``` # PR #11065 Branch fix-cosmos-upgrade-to-agoric-labs-ibc-go-v6-3-1-alpha-agoric-3-11065- label base-fix-cosmos-upgrade-to-agoric-labs-ibc-go-v6-3-1-alpha-agoric-3-11065- pick 52fb6cf build(deps): use new version of ibc-go pick 3dbb1bc chore(golang): `go mod tidy` label pr-11065--fix-cosmos-upgrade-to-agoric-labs-ibc-go-v6-3-1-alpha-agoric-3-11065- reset base-fix-cosmos-upgrade-to-agoric-labs-ibc-go-v6-3-1-alpha-agoric-3-11065- merge -C ee18609 pr-11065--fix-cosmos-upgrade-to-agoric-labs-ibc-go-v6-3-1-alpha-agoric-3-11065- # fix(cosmos): upgrade to `agoric-labs/ibc-go` `v6.3.1-alpha.agoric.3` (#11065) # PR #11052 Branch fix-Properly-synchronize-slog-sender-termination-11052- label base-fix-Properly-synchronize-slog-sender-termination-11052- pick ec3c1a2 chore(SwingSet): Remove unused code and comments pick 9ab1630 fix(SwingSet): Include level in kernel console slog output pick fcfb944 refactor(SwingSet): Simplify makeFinishersKit into addSlogCallbacks pick d8a5947 refactor(SwingSet): Improve addSlogCallbacks parameter/variable names pick f83c01d fix: Properly synchronize slog sender termination pick 318269e chore(telemetry): Use more readable async patterns pick fa1f04a chore(SwingSet): Prefer type Callable over Function pick 117c766 fix(internal): Exempt process.stdout from being closed by makeFsStreamWriter pick 6c6fba4 refactor(internal): Prefer fs.WriteStream close() over stream.Writable end() label pr-11052--fix-Properly-synchronize-slog-sender-termination-11052- reset base-fix-Properly-synchronize-slog-sender-termination-11052- # fix: minted early tracking (#11066) merge -C 42d5764 pr-11052--fix-Properly-synchronize-slog-sender-termination-11052- # fix: Properly synchronize slog sender termination (#11052) ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
agd
Agoric (Golang) Daemon
automerge:no-update
(expert!) Automatically merge without updates
force:integration
Force integration tests to run on PR
IBC
IBC and other networking
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.
Description
Makes an important upstream change available for the Agoric chain.
Security Considerations
Fewer assumptions.
Scaling Considerations
n/a
Documentation Considerations
n/a
Testing Considerations
Unit tests are available.
Upgrade Considerations
Best to apply during a coordinated chain software upgrade.