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: gmp middleware #315

Merged
merged 6 commits into from
Nov 10, 2023
Merged

feat: gmp middleware #315

merged 6 commits into from
Nov 10, 2023

Conversation

adamewozniak
Copy link
Member

@adamewozniak adamewozniak commented Nov 9, 2023

Description

Add the GMP middleware that allows axelar IBC transactions to submit packets back to axelar.

I know this has no tests - we'll resolve that with: #316

Resolves ojo-network/ojo-evm#6

@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2023

Codecov Report

Merging #315 (c116795) into main (5e82697) will decrease coverage by 0.08%.
The diff coverage is 6.71%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
- Coverage   15.63%   15.55%   -0.08%     
==========================================
  Files          75       78       +3     
  Lines       18454    18655     +201     
==========================================
+ Hits         2885     2902      +17     
- Misses      15435    15616     +181     
- Partials      134      137       +3     
Files Coverage Δ
x/gmp/keeper/msg_server.go 33.33% <0.00%> (+23.61%) ⬆️
app/gmpmiddleware/types.go 44.73% <44.73%> (ø)
x/gmp/keeper/keeper.go 12.69% <0.00%> (-67.31%) ⬇️
app/gmpmiddleware/handler.go 0.00% <0.00%> (ø)
app/gmpmiddleware/gmp_middleware.go 0.00% <0.00%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@adamewozniak adamewozniak marked this pull request as ready for review November 10, 2023 01:16
@adamewozniak adamewozniak requested a review from a team as a code owner November 10, 2023 01:16
@adamewozniak adamewozniak merged commit 591e370 into main Nov 10, 2023
25 checks passed
@adamewozniak adamewozniak deleted the woz/gmp-middleware branch November 10, 2023 16:55
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.

Add GMP middleware for the ojo chain to be callable
4 participants