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: add missing mutex lock. #145

Merged
merged 8 commits into from
Sep 1, 2023
Merged

fix: add missing mutex lock. #145

merged 8 commits into from
Sep 1, 2023

Conversation

viveksharmapoudel
Copy link
Collaborator

@viveksharmapoudel viveksharmapoudel commented Aug 22, 2023

  • Adding missing mutex lock for changing cosmos configsdk.
  • Fix Event filter height from the startHeight.
  • Renaming nanoToSecondRatio.
  • Adding MaxBlockFetch logic in wasm Processor.

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #145 (c762b59) into main (f7d3413) will decrease coverage by 0.08%.
Report is 12 commits behind head on main.
The diff coverage is 8.35%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
- Coverage   11.59%   11.52%   -0.08%     
==========================================
  Files          83       83              
  Lines       19621    19774     +153     
==========================================
+ Hits         2275     2278       +3     
- Misses      17102    17248     +146     
- Partials      244      248       +4     
Files Changed Coverage Δ
relayer/chain.go 5.26% <0.00%> (ø)
relayer/chains/cosmos/keys.go 27.90% <0.00%> (ø)
relayer/chains/icon/icon_chain_processor.go 0.00% <0.00%> (ø)
relayer/chains/icon/msg.go 66.66% <ø> (-4.77%) ⬇️
relayer/chains/icon/query.go 0.00% <0.00%> (ø)
relayer/chains/wasm/helper_debug_msg.go 0.00% <0.00%> (ø)
relayer/chains/wasm/keys.go 2.54% <0.00%> (ø)
relayer/chains/wasm/provider.go 23.28% <ø> (-0.59%) ⬇️
relayer/chains/wasm/query.go 0.00% <0.00%> (ø)
relayer/chains/wasm/tx.go 0.00% <0.00%> (ø)
... and 13 more

relayer/chains/icon/icon_chain_processor.go Outdated Show resolved Hide resolved
relayer/chains/wasm/query.go Outdated Show resolved Hide resolved
@izyak izyak merged commit cf3dc3e into main Sep 1, 2023
3 of 4 checks passed
@izyak izyak deleted the fix/missing-mutex-lock branch September 1, 2023 10:57
izyak pushed a commit to izyak/ibc-relay-test that referenced this pull request Sep 7, 2023
* fix: add missing mutex in query proof

* chore: add retry logic in wasm query method

* fix: add delay for pathprocessor sync

* fix: remove tp when getting client state

* fix: adding defer in queryWasmProof

* fix: change to processheight

* fix: limit max block fetch at a time in wasm processor

* chore: add height to event

---------

Co-authored-by: izyak <[email protected]>
izyak pushed a commit that referenced this pull request Sep 8, 2023
* fix: add missing mutex in query proof

* chore: add retry logic in wasm query method

* fix: add delay for pathprocessor sync

* fix: remove tp when getting client state

* fix: adding defer in queryWasmProof

* fix: change to processheight

* fix: limit max block fetch at a time in wasm processor

* chore: add height to event

---------

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.

2 participants