Skip to content
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: various fixes and features for u15 #9251

Merged
merged 1 commit into from Apr 18, 2024
Merged

fix: various fixes and features for u15 #9251

merged 1 commit into from Apr 18, 2024

Conversation

JimLarson
Copy link
Contributor

@JimLarson JimLarson commented Apr 18, 2024

refs: #9224, #9276

Description

Upgrade our cosmos-sdk fork and cosmos/iavl to pick up bug fixes and features.

Security Considerations

See upgrade-15 notes.

Scaling Considerations

N/A

Documentation Considerations

N/A - internal changes

Testing Considerations

See upgrade-15 notes.

Upgrade Considerations

N/A

@JimLarson JimLarson added bug Something isn't working enhancement New feature or request agoric-cosmos labels Apr 18, 2024
@JimLarson JimLarson self-assigned this Apr 18, 2024
Copy link

cloudflare-pages bot commented Apr 18, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 548e758
Status: ✅  Deploy successful!
Preview URL: https://9a6cebdf.agoric-sdk.pages.dev
Branch Preview URL: https://9224-u15-changes.agoric-sdk.pages.dev

View logs

@JimLarson JimLarson marked this pull request as ready for review April 18, 2024 15:36
@JimLarson JimLarson added the automerge:rebase Automatically rebase updates, then merge label Apr 18, 2024
@mergify mergify bot merged commit c1ec5f1 into master Apr 18, 2024
67 checks passed
@mergify mergify bot deleted the 9224-u15-changes branch April 18, 2024 20:13
gibson042 pushed a commit that referenced this pull request Apr 19, 2024
refs: #9224

## Description

Upgrade our cosmos-sdk fork and cosmos/iavl to pick up bug fixes and
features.

### Security Considerations

See upgrade-15 notes.

### Scaling Considerations

N/A

### Documentation Considerations

N/A - internal changes

### Testing Considerations

See upgrade-15 notes.

### Upgrade Considerations

N/A
gibson042 added a commit that referenced this pull request Apr 19, 2024
## Description

Includes commits from the following PRs:
* #9030 (partial cherry-pick; refactors go.mod)
* #9251
* #9263

Constructed using the following `git rebase -i HEAD` todo list:
```
# pull request #9030 branch mfig-ibc-revamp
## Replace this commit with just its refactoring of golang/cosmos/go.mod
## and subsequent `go mod tidy`.
edit fff392b build(cosmos): add `ibc-go` fork and `go mod tidy`
exec git commit --amend --reset-author -m 'build(cosmos): Refactor go.mod to match master'

# pull request #9251 branch 9224-u15-changes
label base-9224-u15-changes
## Resolve conflict using `go mod tidy`.
pick 548e758 fix: various fixes and features for u15
label 9224-u15-changes
reset base-9224-u15-changes
merge -C c1ec5f1 9224-u15-changes # fix: various fixes and features for u15 (#9251)

# pull request #9263 branch 9224-abci-flag-tests
label base-9224-abci-flag-tests
pick 0d9a63d test: pick up cosmos-sdk with more abci flag tests
label 9224-abci-flag-tests
reset base-9224-abci-flag-tests
merge -C 947973c 9224-abci-flag-tests # test: pick up cosmos-sdk with more abci flag tests (#9263)
```

### Security Considerations

None in particular.

### Scaling Considerations

This brings in the ability to switch between "local" and "committing"
query client behavior.

### Documentation Considerations

Adopted by reference.

### Testing Considerations

No additions.

### Upgrade Considerations

To be included in agoric-upgrade-15.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agoric-cosmos automerge:rebase Automatically rebase updates, then merge bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants