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

update interchain accounts #521

Merged
merged 4 commits into from
Nov 4, 2021
Merged

Conversation

colin-axner
Copy link
Contributor

Description

includes splitting of the transfer module conflict

closes: #XXXX


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.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • 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

damiannolan and others added 3 commits November 3, 2021 14:44
* split transfer into ibc_module.go

* adding changelog entry for transfer IBCModule separation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.41.0 to 1.42.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.41.0...v1.42.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
@colin-axner colin-axner merged commit 05d434e into interchain-accounts Nov 4, 2021
@colin-axner colin-axner deleted the colin/update-ica branch November 4, 2021 09:58
faddat pushed a commit to notional-labs/ibc-go that referenced this pull request Feb 23, 2022
faddat pushed a commit to notional-labs/ibc-go that referenced this pull request Mar 1, 2022
* WIP Provider interface

* Add definitions to the txProvider and begin migration of cosmos specific logic to cosmos provider

* get connection based msgs behind TxProvider

* finish implementing TxProvider interface

* WIP: implementing QueryProvider

* finish implementing QueryProvider

* Define and implement the KeyProvider interface

* Merge PR cosmos#530: Config refactor to handle provider abstraction

* WIP: refactor config for provider abstraction

* bump gopkg.in/yaml from v2 to v3

* refactor config for provider abstraction

* better var naming & doc tweaks

* Merge PR cosmos#533: Refactor core relayer code to use provider interface

* refactor cli based key management

* refactor path cli based commands

* testing new config

* WIP: refactor chain cli based commands

* delete dev and testnet cmds

* Merge PR cosmos#534: State Based Relaying, Reenable tests, Add Osmosis to tests

* Migrate https://github.com/strangelove-ventures/relayer/pull/35 to this PR

* Merge PR cosmos#535: Working tests and Strategy removal

* Add osmosis to supported chains for test env

* Remove more stuff and add make test-short

* Add build osmosis container make file

* WIP: push everything behind provider interface

* WIP: push everything behind provider interface pt 2

* WIP: swap out old function calls for new provider calls

* IT'S ALIVE! (bug fix time)

* Most tests working! 🎉🚀💯

* update filename for fetch tests

Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>

* Fix test race conditions

* Add back makefile test targets

Co-authored-by: jtieri <37750742+jtieri@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants