-
Notifications
You must be signed in to change notification settings - Fork 53
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…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
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.
How Has This Been Tested?