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

BREAKING CHANGE: disallow p2sh converting by default since risky #699

Merged
merged 8 commits into from
Jun 14, 2024

Conversation

homura
Copy link
Collaborator

@homura homura commented May 30, 2024

Description

Fixes #680

Since it is risky, this PR makes a breaking change to disallow p2sh address conversion by default.

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

  • Unit test

Copy link

vercel bot commented May 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
lumos-website ✅ Ready (Inspect) Visit Preview Jun 14, 2024 0:44am

Copy link

codecov bot commented May 30, 2024

Codecov Report

Attention: Patch coverage is 96.77419% with 3 lines in your changes missing coverage. Please review.

Project coverage is 87.21%. Comparing base (b370502) to head (b6845ac).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #699      +/-   ##
===========================================
+ Coverage    87.05%   87.21%   +0.16%     
===========================================
  Files          131      131              
  Lines        25241    25302      +61     
  Branches      2736     2804      +68     
===========================================
+ Hits         21973    22068      +95     
+ Misses        3228     3199      -29     
+ Partials        40       35       -5     
Files Coverage Δ
packages/common-scripts/src/omnilock.ts 91.45% <100.00%> (+0.44%) ⬆️
packages/common-scripts/src/omnilock-bitcoin.ts 95.00% <96.15%> (+9.41%) ⬆️

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

homura added 3 commits June 6, 2024 20:35
…ing-change-p2sh

# Conflicts:
#	packages/common-scripts/src/omnilock-bitcoin.ts
#	packages/common-scripts/src/omnilock.ts
#	website/docs/migrations/migrate-to-v0.23.md
@homura homura merged commit f2f5666 into develop Jun 14, 2024
9 checks passed
@homura homura deleted the breaking-change-p2sh branch June 14, 2024 03:50
@github-actions github-actions bot mentioned this pull request Jun 13, 2024
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.

Depreacte the support of Omnilock Bitcoin authentication's P2SH address
2 participants