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

Feature/bdk #3

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9778e7c
feat: [bip39 Descriptor] Wallet works
gabidi Feb 14, 2021
a7e1623
feat: [sign txn] works but without checksum/meta data @todo
gabidi Feb 21, 2021
2d21497
feat: [descirptors] fixes + suggestions
gabidi Feb 25, 2021
f48eaa5
Merge branch 'feature/tor_errors_n_logs' into feature/bdk
gabidi Mar 6, 2021
54c335a
feat: [bdk + macros] bdk ffi + ffi macros
gabidi Mar 10, 2021
1e4c653
feat: [bdk + macros] bdk ffi + ffi macros
gabidi Mar 10, 2021
74b49a9
feat: [ios bindgen] Conditional header based on features + bdk copy s…
gabidi Mar 10, 2021
04a58b0
feat: [ios btc ffi] basic works
gabidi Mar 10, 2021
280e47e
feat: [ios ffi] clean up + add ElectrumSled
gabidi Mar 11, 2021
5079308
feat: [ios ffi] clean up + add ElectrumSled
gabidi Mar 11, 2021
74dd0db
feat: [ios ffi] add create Txn
gabidi Mar 12, 2021
4e68283
wip: [ios wallet ffi] generics for wallet text
gabidi Mar 13, 2021
ed921b4
refactor: [ios btc ffi] CreateTxn into and ffi fixes
gabidi Mar 18, 2021
eedf696
feat: [android ffi] WIP aar + java dest
gabidi Mar 21, 2021
a901c47
Merge branch 'main' into feature/bdk
gabidi Apr 1, 2021
b91c4d5
chore: [ios ffi] add sifir-type.h typedef include
gabidi Apr 3, 2021
ac304cc
wip: [ios] tor + bdk does not compile
gabidi Apr 4, 2021
48710ce
fix: [bdk] 0.5.2 get_address
gabidi Apr 4, 2021
0e64da1
Merge branch 'main' into feature/bdk
gabidi Apr 18, 2021
128a7af
ci: [update] packages
gabidi May 28, 2021
7d4a68a
fix: [signer]
gabidi Jun 15, 2021
54aeb6f
feat: [multisig] basic tests pass
gabidi Jun 23, 2021
78be1f9
wip: [multi sig] TODO MultiSigWalletCfg to WalletDesc test
gabidi Jul 3, 2021
6b09317
Merge branch 'main' into feature/bdk
gabidi Jul 5, 2021
0aaf251
ci: [merge] android complies
gabidi Jul 6, 2021
669ade2
Merge branch 'feature/bdk' of github.com:Sifir-io/sifir-rs-sdk into f…
gabidi Jul 6, 2021
d2f2da8
ci: [ios] builds + bdk 0.9 bump
gabidi Jul 10, 2021
5c18348
ci: [ios] builds + bdk 0.9 bump
gabidi Jul 10, 2021
0aede5d
ci: [android build] refactor build scripts
gabidi Jul 15, 2021
54aeed2
build: [android] remove generated glue
gabidi Jul 15, 2021
a5b3607
build: [android] add to ignore
gabidi Jul 15, 2021
36fe6b4
ci: [outputs] remove from git and ignore
gabidi Jul 16, 2021
f686d43
ci: [android] better multi crate build
gabidi Jul 16, 2021
baa9416
ci: [android] better multi crate build
gabidi Jul 16, 2021
9ecedc3
ci: [android] move data Observer
gabidi Jul 16, 2021
4b048df
feat: [MultiSigCfg] serilization, into Wallet and tests pass
gabidi Jul 22, 2021
eef2959
feat: [ios] mulisig ffi
gabidi Jul 22, 2021
4f87fbd
feat: [ios] ffi mvp done
gabidi Jul 25, 2021
c4002d3
feat: [AnyDescriptorCfg] Generic enum for descriptor configs
gabidi Aug 1, 2021
8615859
feat: [ios] address index
gabidi Aug 1, 2021
6c28f7d
chore: pick this up again
gabidi Oct 8, 2022
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
**/**/.idea/*
sifir-android/outputs/**
sifir-ios/outputs/**
sifir-ios/scripts/custom/**a
# android builds
sifir-android/src/ffi/java_glue.rs
sifir-android/outputs/aar/**
sifir-android/app/tor/src/main/java/com/sifir/**
Loading