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

Store Incoming Messages on Foreign chains #756

Merged
merged 2 commits into from May 22, 2023

Conversation

Gauthamastro
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (2d88c86) 42.28% compared to head (3009cad) 42.27%.

Additional details and impacted files
@@             Coverage Diff             @@
##           Develop     #756      +/-   ##
===========================================
- Coverage    42.28%   42.27%   -0.01%     
===========================================
  Files           62       62              
  Lines         4893     4894       +1     
===========================================
  Hits          2069     2069              
- Misses        2824     2825       +1     
Impacted Files Coverage Δ
pallets/thea-message-handler/src/lib.rs 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Gauthamastro Gauthamastro merged commit ffd10bd into Develop May 22, 2023
3 checks passed
@Gauthamastro Gauthamastro deleted the gj-store-incoming-messages branch May 22, 2023 04:22
Comment on lines 207 to +208
<IncomingNonce<T>>::put(payload.nonce);
<IncomingMessages<T>>::insert(payload.nonce, payload);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need store separately nonce in such situation when we are storing it here as a key as well?

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.

None yet

2 participants