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

feat(x/ecocredit): add tx bridge cmd #1636

Merged
merged 4 commits into from
Nov 25, 2022
Merged

feat(x/ecocredit): add tx bridge cmd #1636

merged 4 commits into from
Nov 25, 2022

Conversation

ryanchristo
Copy link
Member

Description

This pull request adds a command for MsgBridge.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

@ryanchristo ryanchristo marked this pull request as ready for review November 23, 2022 20:59
@ryanchristo ryanchristo requested a review from a team November 23, 2022 20:59
@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

Merging #1636 (dcbb993) into main (a6736b6) will increase coverage by 0.19%.
The diff coverage is 97.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1636      +/-   ##
==========================================
+ Coverage   78.05%   78.25%   +0.19%     
==========================================
  Files         266      266              
  Lines       19588    19772     +184     
==========================================
+ Hits        15289    15472     +183     
  Misses       3419     3419              
- Partials      880      881       +1     
Impacted Files Coverage Δ
x/ecocredit/client/tx.go 0.00% <0.00%> (ø)
x/ecocredit/base/client/tx.go 81.16% <93.75%> (+0.99%) ⬆️
x/ecocredit/client/testsuite/suite.go 96.54% <100.00%> (+0.06%) ⬆️
x/ecocredit/client/testsuite/tx.go 100.00% <100.00%> (ø)
x/ecocredit/base/types/v1/msg_bridge.go 94.44% <0.00%> (+8.33%) ⬆️

@ryanchristo ryanchristo merged commit 37ba12f into main Nov 25, 2022
@ryanchristo ryanchristo deleted the ryan/add-bridge-cmd branch November 25, 2022 06:49
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