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

Integrate ibctransfer #383

Merged
merged 5 commits into from
Mar 15, 2021

Conversation

dadamu
Copy link
Contributor

@dadamu dadamu commented Mar 11, 2021

Description

Checklist

  • Targeted PR against correct branch.
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Wrote unit tests.
  • Wrote integration tests (simulation & CLI).
  • Updated the documentation.
  • Added an entry to the CHANGELOG.md file.
  • Re-reviewed Files changed in the Github PR explorer.

@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #383 (9699b67) into master (eb064c8) will increase coverage by 0.19%.
The diff coverage is 97.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #383      +/-   ##
==========================================
+ Coverage   81.69%   81.88%   +0.19%     
==========================================
  Files          99       99              
  Lines        3797     3826      +29     
==========================================
+ Hits         3102     3133      +31     
+ Misses        579      577       -2     
  Partials      116      116              
Impacted Files Coverage Δ
app/app.go 86.64% <97.43%> (+2.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e3c89e2...9699b67. Read the comment docs.

@dadamu dadamu marked this pull request as ready for review March 12, 2021 04:53
Copy link
Contributor

@leobragaz leobragaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@RiccardoM RiccardoM merged commit 70e19e0 into desmos-labs:master Mar 15, 2021
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.

Enable IBC and IBC transfer
3 participants