Commit graph

12 commits

Author SHA1 Message Date
MoCipher
de7ef423dd Add core build script 2026-05-12 11:06:52 +02:00
MoCipher
aae968b1c2 new file: core/uniffi/bindings/android/Cryptec.java
new file:   core/uniffi/bindings/ios/Cryptec.h
	new file:   mobile/__tests__/nativeModuleIntegration.test.ts
	new file:   mobile/android/src/main/java/com/cryptec/CryptecModule.java
	new file:   mobile/android/src/main/java/com/cryptec/CryptecPackage.java
	new file:   mobile/ios/CryptecModule.m
2026-02-20 10:10:41 +01:00
MoCipher
7d91496132 feat(uniffi): add UniFFI bridge functions + tests (generate_mnemonic, first_receive_address, create_psbt, sign_psbt) 2026-02-20 09:58:56 +01:00
MoCipher
662c118000 feat(ui): complete mobile + desktop scaffolds; add UniFFI UDL scaffold; CI run mobile & electron tests 2026-02-20 09:54:07 +01:00
MoCipher
1c15e8f150 fix(core): avoid bdk bip39 helper; use local bip39 -> xpub descriptors; normalize PSBT serialization; remove stale imports 2026-02-20 09:32:41 +01:00
MoCipher
c6d8b20607 modified: core/src/btc_htlc.rs 2026-02-20 09:18:39 +01:00
MoCipher
64a6bd97a8 chore(core): make hidapi optional behind feature 2026-02-20 09:16:54 +01:00
MoCipher
56f250e851 fix(core): add missing deps (rusqlite, tempfile, uuid, lazy_static); ci: set PKG_CONFIG_PATH for runners 2026-02-20 09:12:02 +01:00
MoCipher
bf94135220 fix(wallet_bdk): close impl PersistentBdkWallet (missing brace) 2026-02-20 08:42:22 +01:00
MoCipher
027233cfd2 fix(htlc): correct test RNG usage and import 2026-02-20 08:38:54 +01:00
MoCipher
2690e24312 chore: mark lightning dependency optional/disabled to avoid yanked crate 2026-02-12 00:09:38 +01:00
MoCipher
267d8f6edd Initial CrypteCipher scaffold and features
Some checks failed
CI / build (macos-latest, stable) (push) Has been cancelled
CI / build (ubuntu-latest, stable) (push) Has been cancelled
CI / build (windows-latest, stable) (push) Has been cancelled
2026-02-12 00:02:00 +01:00