-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: remove deprecated fil library #106
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xiaoguang1010
approved these changes
Jul 9, 2024
xiaoguang1010
approved these changes
Jul 10, 2024
xiaoguang1010
approved these changes
Jul 10, 2024
xiaoguang1010
approved these changes
Jul 11, 2024
xiaoguang1010
approved these changes
Jul 11, 2024
tyrone98
approved these changes
Jul 11, 2024
tyrone98
pushed a commit
that referenced
this pull request
Jul 19, 2024
xiaoguang1010
added a commit
that referenced
this pull request
Dec 23, 2024
…-11241] (#102) * feat: add p2wpkhp2tr address generation * feat: add bitcoin Mixed signature function * test: modify p2wpkh test case * feat: add bitcoin p2wpkh sign * feat: add test case and add p2tr sign * test: add test case * test: modify btc test case * feat: code optimization * feat: modify display_addres and get_address * feat: add bitcoin p2tr transaction * test: add p2tr test case * chore: remove useless serde-aux library (#103) * test: add bitcoin transaction sign function test * feat: code optimization * fix: import mnemonic return wrong existed id (#104) * feat: pass in the tweaked public key when signing * chore: code format * feat: allow import test wif in production env (#105) * feat: taproot sign script (#98) * Add PsbtSigner * finish taproot sign in psbt * feat: add taproot sign script fix: rebase issue fix: append script and control block to witness * fix: sign tap script no need tweak privatekey Fix after rebase * fix: merge missing code * chore: remove println hash * add bip322 message signature * add multi address type in bitcoin psbt * add tests for bitcoin bip322 sign --------- Co-authored-by: Sun Feng <tyrone.dev@gmail.com> * fix: remove deprecated fil library (#106) * fix: remove deprecated fil library * feat: upgrade deprecated fil dep in ikc * Update build-release-ios.yml runs-on * Update build-release-ios.yml runs-on macos-14 * feat: remove forest_bigint support * feat: add p2wpkhp2tr address generation * feat: add bitcoin Mixed signature function * test: modify p2wpkh test case * feat: add bitcoin p2wpkh sign * feat: add test case and add p2tr sign * test: add test case * test: modify btc test case * feat: code optimization * feat: modify display_addres and get_address * feat: add bitcoin p2tr transaction * test: add p2tr test case * test: add bitcoin transaction sign function test * feat: code optimization * feat: pass in the tweaked public key when signing * chore: code format * chore: switch to staging env * feat: derive_account and derive_sub_account support native segwit address and bech32 address --------- Co-authored-by: Neal Xu <imxuneal@gmail.com> Co-authored-by: Sun Feng <tyrone.dev@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Motivation and Context
How Has This Been Tested? (Test Plan)
Other information
Screenshots (if appropriate):
Final checklist
Security checklist (only for leader check)