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

feat: add signers and signers-voting boot contracts #1386

Merged
merged 3 commits into from
Mar 22, 2024

Conversation

hugocaillard
Copy link
Collaborator

Description

Fixes #1381

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.43%. Comparing base (5aacd89) to head (5019289).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1386      +/-   ##
==========================================
- Coverage   41.79%   41.43%   -0.36%     
==========================================
  Files          88       87       -1     
  Lines       32405    32102     -303     
==========================================
- Hits        13544    13303     -241     
+ Misses      18861    18799      -62     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1779,9 +1779,15 @@ mod tests {
let boot_contracts_data = BOOT_CONTRACTS_DATA.clone();

for (_, (boot_contract, ast)) in boot_contracts_data {
if boot_contract.name == "signers-voting" {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

signer-voting doesn't currently compiles with clarity-wasm

@hugocaillard hugocaillard marked this pull request as ready for review March 22, 2024 16:28
Co-authored-by: Micaiah Reid <micaiahreid@gmail.com>
@hugocaillard hugocaillard enabled auto-merge (squash) March 22, 2024 16:32
@hugocaillard hugocaillard merged commit 05c6a57 into main Mar 22, 2024
11 checks passed
@hugocaillard hugocaillard deleted the feat/add-new-boot-contracts branch March 22, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add nakamoto boot contracts to the simnet
2 participants