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: imKey bitcon support taproot and native segwit transaction[R2D2-11241] #102

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f233ae2
feat: add p2wpkhp2tr address generation
xiaoguang1010 May 16, 2024
a02b22f
feat: add bitcoin Mixed signature function
xiaoguang1010 May 21, 2024
09abaad
test: modify p2wpkh test case
xiaoguang1010 May 21, 2024
06e2093
feat: add bitcoin p2wpkh sign
xiaoguang1010 May 23, 2024
410e93f
feat: add test case and add p2tr sign
xiaoguang1010 Jun 6, 2024
0b99f2e
test: add test case
xiaoguang1010 Jun 7, 2024
b9298fb
test: modify btc test case
xiaoguang1010 Jun 7, 2024
e05eaeb
feat: code optimization
xiaoguang1010 Jun 9, 2024
c883be6
feat: modify display_addres and get_address
xiaoguang1010 Jun 10, 2024
f39540f
feat: add bitcoin p2tr transaction
xiaoguang1010 Jun 17, 2024
f08713e
test: add p2tr test case
xiaoguang1010 Jun 25, 2024
b9b7079
chore: remove useless serde-aux library (#103)
xiaoguang1010 Jun 26, 2024
dfd4ae1
test: add bitcoin transaction sign function test
xiaoguang1010 Jun 26, 2024
2f5bf01
feat: code optimization
xiaoguang1010 Jul 2, 2024
82548af
fix: import mnemonic return wrong existed id (#104)
XuNeal Jul 2, 2024
76884c0
feat: pass in the tweaked public key when signing
xiaoguang1010 Jul 4, 2024
a11c4ac
chore: code format
xiaoguang1010 Jul 5, 2024
c223227
feat: allow import test wif in production env (#105)
XuNeal Jul 8, 2024
74b634b
feat: taproot sign script (#98)
XuNeal Jul 11, 2024
1d4c8a9
fix: remove deprecated fil library (#106)
XuNeal Jul 11, 2024
e5cd228
feat: add p2wpkhp2tr address generation
xiaoguang1010 May 16, 2024
0e4190a
feat: add bitcoin Mixed signature function
xiaoguang1010 May 21, 2024
7abd9db
test: modify p2wpkh test case
xiaoguang1010 May 21, 2024
e2a75cd
feat: add bitcoin p2wpkh sign
xiaoguang1010 May 23, 2024
e11cdff
feat: add test case and add p2tr sign
xiaoguang1010 Jun 6, 2024
79b39fd
test: add test case
xiaoguang1010 Jun 7, 2024
1d79188
test: modify btc test case
xiaoguang1010 Jun 7, 2024
b3eaa56
feat: code optimization
xiaoguang1010 Jun 9, 2024
427f48c
feat: modify display_addres and get_address
xiaoguang1010 Jun 10, 2024
dbecab0
feat: add bitcoin p2tr transaction
xiaoguang1010 Jun 17, 2024
04acde3
test: add p2tr test case
xiaoguang1010 Jun 25, 2024
8de14fc
test: add bitcoin transaction sign function test
xiaoguang1010 Jun 26, 2024
d1d913a
feat: code optimization
xiaoguang1010 Jul 2, 2024
ec7e4a1
feat: pass in the tweaked public key when signing
xiaoguang1010 Jul 4, 2024
71d4ca0
chore: code format
xiaoguang1010 Jul 5, 2024
8cf91d5
Merge branch 'feature/taproot' of github.com:consenlabs/token-core-mo…
xiaoguang1010 Jul 15, 2024
17c7722
chore: switch to staging env
xiaoguang1010 Jul 16, 2024
9e5a111
feat: derive_account and derive_sub_account support native segwit add…
xiaoguang1010 Jul 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: Build iOS Release
if: github.event.review.state == 'approved'
runs-on: macos-12
runs-on: macos-14
steps:
- name: Get the latest commit SHA
id: sha
Expand Down
Loading
Loading