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

fix: generalize archway module as wasm #112

Merged
merged 8 commits into from
Jul 25, 2023
Merged

Conversation

viveksharmapoudel
Copy link
Collaborator

PS. While checking this pr old config.yml will not work, change "type: archway " to type:wasm

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #112 (0f04e0d) into main (ceccd51) will decrease coverage by 0.10%.
The diff coverage is 4.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
- Coverage   11.69%   11.60%   -0.10%     
==========================================
  Files          83       83              
  Lines       19338    19595     +257     
==========================================
+ Hits         2262     2274      +12     
- Misses      16839    17077     +238     
- Partials      237      244       +7     
Files Changed Coverage Δ
cmd/root.go 33.55% <0.00%> (-2.62%) ⬇️
relayer/chains/cosmos/cosmos_chain_processor.go 2.90% <0.00%> (-0.04%) ⬇️
relayer/chains/cosmos/provider.go 16.76% <0.00%> (-0.40%) ⬇️
relayer/chains/cosmos/tx.go 0.00% <ø> (ø)
relayer/chains/icon/cryptoutils/merkle_proof.go 67.46% <ø> (ø)
relayer/chains/icon/event_parser.go 22.22% <0.00%> (-0.34%) ⬇️
relayer/chains/icon/icon_chain_processor.go 0.00% <0.00%> (ø)
relayer/chains/icon/message_handler.go 0.00% <ø> (ø)
relayer/chains/icon/query.go 0.00% <0.00%> (ø)
relayer/chains/wasm/accounts.go 0.00% <0.00%> (ø)
... and 23 more

izyak
izyak previously approved these changes Jul 19, 2023
@izyak izyak merged commit 6969342 into main Jul 25, 2023
3 of 4 checks passed
@izyak izyak deleted the chore/generalize-archway-module branch July 25, 2023 10:43
@izyak izyak linked an issue Jul 26, 2023 that may be closed by this pull request
izyak pushed a commit to izyak/ibc-relay-test that referenced this pull request Sep 7, 2023
* fix: generalize archway module as wasm module

* chore: gitignore rename

* chore: add block interval to provider cfg

* chore: add block interval

* chore: block interval

---------

Co-authored-by: izyak <[email protected]>
izyak pushed a commit that referenced this pull request Sep 8, 2023
* fix: generalize archway module as wasm module

* chore: gitignore rename

* chore: add block interval to provider cfg

* chore: add block interval

* chore: block interval

---------

Co-authored-by: izyak <[email protected]>
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.

Generalize archway module as wasm module
2 participants