Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cosmos/ibc-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.6
Choose a base ref
...
head repository: cosmos/ibc-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v1.1.x
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 3, 2022

  1. chore: fix broken link (#972) (#1061)

    (cherry picked from commit 01cd4ad)
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    mergify[bot] and colin-axner authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    5c8e23a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. docs: add missing args to NewKeeper in integration docs (#1038) (#1049)

    ## Description
    
    This add some missing arguments to `ibckeeper.NewKeeper` and `ibctransferkeeper.NewKeeper` in integration docs
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [x] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    
    (cherry picked from commit f71a505)
    
    Co-authored-by: daeMOn <flavien.binet@gmail.com>
    mergify[bot] and daeMOn63 authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    083c299 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    0302cc9 View commit details
    Browse the repository at this point in the history
  2. chore: add changelog

    colin-axner committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    e861722 View commit details
    Browse the repository at this point in the history
Loading