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: seperate updateclient and other messages in archway #87

Merged
merged 2 commits into from
Jun 26, 2023

Conversation

viveksharmapoudel
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #87 (37d52fe) into feat/packet-timeout (e91a8b8) will decrease coverage by 0.01%.
The diff coverage is 3.22%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##           feat/packet-timeout      #87      +/-   ##
=======================================================
- Coverage                11.28%   11.28%   -0.01%     
=======================================================
  Files                       82       82              
  Lines                    18683    18685       +2     
=======================================================
  Hits                      2109     2109              
- Misses                   16345    16347       +2     
  Partials                   229      229              
Impacted Files Coverage Δ
relayer/chains/archway/helper_debug_msg.go 0.00% <0.00%> (ø)
relayer/chains/archway/msg.go 0.00% <ø> (ø)
relayer/chains/archway/provider.go 19.38% <0.00%> (-0.14%) ⬇️
relayer/chains/archway/tx.go 0.00% <0.00%> (ø)
relayer/processor/path_processor.go 0.00% <ø> (ø)
relayer/chains/icon/msg.go 71.42% <33.33%> (ø)

@izyak izyak linked an issue Jun 26, 2023 that may be closed by this pull request
@izyak izyak merged commit 7eca26f into feat/packet-timeout Jun 26, 2023
@izyak izyak deleted the fix/archway-seperate-update-client branch June 26, 2023 06:08
izyak pushed a commit that referenced this pull request Jun 28, 2023
* fix: helper method issue on no json data

* fix: archway query refractor

* chore: add helper

* feat: add timeoutpacket and requestTimeoutpacket method

* feat: add packet timeout events on icon

* feat: adding icon block for each height not only btp blocks

* feat: proof on queryPacketCommitment

* feat: add icon requesttimeout and packet timeout method

* feat: add Msgtimeoutpacket and request type

* fix: handler shouldsendpacket check condition

* feat:handle processor for timeout packet

* fix: packetReceipt in icon

* fix: handle assemble message for request timeout

* fix: validate packet method

* fix: archway validate method

* fix: handle for request timeout proof

* fix: seperate updateclient and other messages in archway (#87)

* fix: seperate updateclient and other messages in archway

* fix: increase retrySend after 2 block

* fix: change request timeout type and proof function

* fix: packet timeout

* chore: name from common constant
izyak pushed a commit to izyak/ibc-relay-test that referenced this pull request Sep 7, 2023
* fix: helper method issue on no json data

* fix: archway query refractor

* chore: add helper

* feat: add timeoutpacket and requestTimeoutpacket method

* feat: add packet timeout events on icon

* feat: adding icon block for each height not only btp blocks

* feat: proof on queryPacketCommitment

* feat: add icon requesttimeout and packet timeout method

* feat: add Msgtimeoutpacket and request type

* fix: handler shouldsendpacket check condition

* feat:handle processor for timeout packet

* fix: packetReceipt in icon

* fix: handle assemble message for request timeout

* fix: validate packet method

* fix: archway validate method

* fix: handle for request timeout proof

* fix: seperate updateclient and other messages in archway (icon-project#87)

* fix: seperate updateclient and other messages in archway

* fix: increase retrySend after 2 block

* fix: change request timeout type and proof function

* fix: packet timeout

* chore: name from common constant
izyak pushed a commit that referenced this pull request Sep 8, 2023
* fix: helper method issue on no json data

* fix: archway query refractor

* chore: add helper

* feat: add timeoutpacket and requestTimeoutpacket method

* feat: add packet timeout events on icon

* feat: adding icon block for each height not only btp blocks

* feat: proof on queryPacketCommitment

* feat: add icon requesttimeout and packet timeout method

* feat: add Msgtimeoutpacket and request type

* fix: handler shouldsendpacket check condition

* feat:handle processor for timeout packet

* fix: packetReceipt in icon

* fix: handle assemble message for request timeout

* fix: validate packet method

* fix: archway validate method

* fix: handle for request timeout proof

* fix: seperate updateclient and other messages in archway (#87)

* fix: seperate updateclient and other messages in archway

* fix: increase retrySend after 2 block

* fix: change request timeout type and proof function

* fix: packet timeout

* chore: name from common constant
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.

Handle packet timeout
2 participants