ibc-go
ibc-go copied to clipboard
[POC] msgServerV2 implementation
Description
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 the 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 and Go style guide.
- [ ] Wrote unit and integration tests.
- [ ] Updated relevant documentation (
docs/). - [ ] Added relevant
godoccomments. - [ ] Provide a conventional commit message to follow the repository standards.
- [ ] Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
- [ ] Re-reviewed
Files changedin the GitHub PR explorer. - [ ] Review
SonarCloud Reportin the comment section below once CI passes.
This PR adds a V2 message server as an alternate approach to including the IBC protocol version in the Packet struct. The logic is effectively the same as in the eureka branch, but separated out into separate message servers instead of flagged by a version field.
Quality Gate passed for 'ibc-go'
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
changes in this PR have been ported over to main feat/ibc-eureka branch https://github.com/cosmos/ibc-go/pull/7505. Closing as obsolete!