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

[TEST] Add End To End Testing For Anchor Update Proposal over Signature Bridge and the DKG #179

Merged
merged 6 commits into from
Feb 22, 2022

Conversation

shekohex
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • E2E Testing for Anchor Updates

Reference issue to close (if applicable)

Closes #107

@shekohex shekohex added the testing 🛠️ Tasks that are related to testing label Feb 18, 2022
@shekohex shekohex self-assigned this Feb 18, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 18, 2022

Codecov Report

Merging #179 (f07604a) into master (3dc9745) will increase coverage by 0.09%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   62.66%   62.75%   +0.09%     
==========================================
  Files          65       68       +3     
  Lines        8343     8426      +83     
==========================================
+ Hits         5228     5288      +60     
- Misses       3115     3138      +23     
Impacted Files Coverage Δ
...ntime-primitives/src/handlers/evm/anchor_update.rs 92.30% <0.00%> (ø)
dkg-runtime-primitives/src/proposal.rs 44.69% <0.00%> (-2.89%) ⬇️
dkg-gadget/src/worker.rs 0.00% <0.00%> (ø)
...rimitives/src/handlers/evm/fee_recipient_update.rs 87.50% <0.00%> (ø)
...untime-primitives/src/handlers/evm/set_verifier.rs 87.50% <0.00%> (ø)
...rimitives/src/handlers/evm/set_treasury_handler.rs 87.50% <0.00%> (ø)
pallets/dkg-proposal-handler/src/tests.rs 97.54% <0.00%> (+0.21%) ⬆️
...untime-primitives/src/handlers/decode_proposals.rs 56.48% <0.00%> (+0.56%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3dc9745...f07604a. Read the comment docs.

@shekohex shekohex added the needs review 👓 Pull request needs a review label Feb 22, 2022
@shekohex shekohex marked this pull request as ready for review February 22, 2022 12:14
@shekohex shekohex merged commit 855867d into master Feb 22, 2022
@shekohex shekohex deleted the shady/e2e-anchor-updates branch February 22, 2022 14:46
@shekohex shekohex added approved ✅ Pull request has been approved and can be merged and removed needs review 👓 Pull request needs a review labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ✅ Pull request has been approved and can be merged testing 🛠️ Tasks that are related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Test anchor update call proposal to the DKG for Substrate.
3 participants