thesimplekid
|
1dd08ae537
|
refactor(cdk-redb): feature gate mint and wallet
|
2024-05-10 11:27:32 +01:00 |
|
thesimplekid
|
6035f02b20
|
refactor: mint redb database
|
2024-05-10 11:27:32 +01:00 |
|
thesimplekid
|
a412d83dcd
|
refactor: cdk_database
|
2024-05-10 11:27:32 +01:00 |
|
Lorenzo Maturano
|
21296fdca7
|
chore: use Self::Err on error variant of MintDatabase trait impl
|
2024-05-07 20:46:21 -03:00 |
|
thesimplekid
|
7ff22a4a8a
|
feat: refresh mint keysets
|
2024-05-02 14:36:49 +01:00 |
|
thesimplekid
|
381dacd417
|
refactor(wallet): remove unwraps
|
2024-05-02 10:56:47 +01:00 |
|
thesimplekid
|
db14c11714
|
feat: NUT14
|
2024-05-02 09:32:04 +01:00 |
|
David Caseria
|
a5a50f281c
|
refactor: Mint to use bip32 derivation and not store priv keys
|
2024-04-29 21:49:24 +01:00 |
|
thesimplekid
|
b186da2863
|
fix: verify with rust-secp256k1
|
2024-04-29 15:36:47 +01:00 |
|
thesimplekid
|
545d2c822d
|
feat: add msat from string
|
2024-04-27 08:37:51 +01:00 |
|
kody.low
|
7c19eaea8f
|
feat: add msats currencyUnit
|
2024-04-26 19:01:37 -07:00 |
|
thesimplekid
|
4893885002
|
refactor: store id as bytes
|
2024-04-25 11:36:07 +01:00 |
|
thesimplekid
|
c8e61b34b8
|
chore: remove unused features
|
2024-04-22 17:49:00 +01:00 |
|
thesimplekid
|
e4adb1c7c5
|
refactor: wallet use cdk_database Error
|
2024-04-21 23:25:32 +01:00 |
|
thesimplekid
|
c7dcf25812
|
refactor: use cdk_database Error
|
2024-04-21 23:19:01 +01:00 |
|
thesimplekid
|
83288ee178
|
refactor: mint use self error
|
2024-04-21 22:58:08 +01:00 |
|
thesimplekid
|
3dd1d03fa5
|
refactor: remove unused localstore
|
2024-04-21 21:24:05 +01:00 |
|
thesimplekid
|
080253aefc
|
fix: handle keys response with old keyset ids
This adds a new deserializer that will skip invalid keyset ids.
This prevents an the response from erroring
if a mint returns old keysetids
|
2024-04-19 21:52:22 +01:00 |
|
thesimplekid
|
27e70aa921
|
refactor(cdk-redb): abstract error
|
2024-04-18 15:53:08 +01:00 |
|
thesimplekid
|
15a25a4f3d
|
refactor(cdk-redb): feature gate mint and wallet
|
2024-04-18 15:52:39 +01:00 |
|
thesimplekid
|
2eca18007d
|
refactor: mint redb database
|
2024-04-18 15:52:37 +01:00 |
|
thesimplekid
|
06373beff4
|
refactor: cdk_database
|
2024-04-18 15:47:40 +01:00 |
|
Yuki Kishimoto
|
61c80606f6
|
cdk: adj. code according to CODE_STYLE and remove serde_utils mod
* Remove `wallet` and `mint` features from `nuts` module
* Sort dependencies in ASC order
* Fix `check-docks.sh` script
Closes https://github.com/cashubtc/cdk/issues/88
Closes https://github.com/cashubtc/cdk/issues/87
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
|
2024-04-18 09:31:36 +02:00 |
|
thesimplekid
|
0c953fb38a
|
chore: replace authors in cdk
|
2024-04-15 15:45:40 +01:00 |
|
thesimplekid
|
664776f122
|
refactor: export http client
|
2024-04-13 10:56:58 +01:00 |
|
thesimplekid
|
9e26c48fc2
|
refactor: client error
|
2024-04-12 22:22:38 +01:00 |
|
thesimplekid
|
324d3c028f
|
refactor: add doc comment
|
2024-04-12 22:10:43 +01:00 |
|
thesimplekid
|
391692e332
|
refactor: use reqwest client
Using reqwest reduced code duplication since it can be used for both
wasm and non wasm targets.
|
2024-04-12 22:00:32 +01:00 |
|
thesimplekid
|
ce207953a1
|
refactor: remove mint and wallet error mods
|
2024-04-12 20:47:07 +01:00 |
|
thesimplekid
|
27f718de08
|
refactor: mint and wallet errors as mod files
|
2024-04-12 19:29:34 +01:00 |
|
thesimplekid
|
ef1c2fac2a
|
refactor: mint and wallet error use transparent
|
2024-04-12 18:55:21 +01:00 |
|
thesimplekid
|
76688c35e4
|
refactor: use transparent error
|
2024-04-12 17:19:07 +01:00 |
|
thesimplekid
|
370a1df96a
|
refactor: wallet and mint use nut13 feature
|
2024-04-12 14:03:10 +01:00 |
|
thesimplekid
|
3b27eabf73
|
refactor: include wallet and mint in cdk
|
2024-04-12 13:57:58 +01:00 |
|
thesimplekid
|
f7b7a2a506
|
refactor: update CI and script for one cdk crate
|
2024-04-10 23:04:07 +01:00 |
|
thesimplekid
|
5cd03b0027
|
refactor: consolidate to one CDK crate
Having the two crates adds complexity without
benefit since features can be used instead
|
2024-04-10 22:48:53 +01:00 |
|
thesimplekid
|
dd5bdf3c27
|
refactor: rename cashu-sdk to cdk
|
2024-04-10 22:32:11 +01:00 |
|
thesimplekid
|
ecc70e54f3
|
refactor: remove unused features
|
2024-04-10 21:21:24 +01:00 |
|
thesimplekid
|
e5a531dca1
|
refactor: reduce number of features
Features for NUTs without extra deps expand the
feature matrix without much benefit.
|
2024-04-10 21:09:56 +01:00 |
|
thesimplekid
|
973dc89b01
|
refactor: code style in localstore
|
2024-04-10 20:49:32 +01:00 |
|
Yuki Kishimoto
|
3831a4f3bb
|
cashu: adj. dependencies
* Remove `k256`, `bip32`, `hex`, `log`, `rand` and `itertools` deps
* Add `once_cell` and `instant` deps
* Downgrade `bitcoin` to `v0.30` and `base64` to `v0.21`
* Replace `utils` module with `util`
* Remove `utils` from `cashu-sdk`
* Some cleanups
Closes https://github.com/thesimplekid/cashu-crab/issues/35
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
|
2024-04-10 17:55:40 +02:00 |
|
thesimplekid
|
d57d69c7a7
|
fix(wallet): feature gate NUT13 related code
|
2024-04-08 23:07:11 +01:00 |
|
thesimplekid
|
30d53f5e29
|
feat: check if db upgrade needed
|
2024-04-07 14:39:42 +01:00 |
|
thesimplekid
|
ed117ef3a2
|
feat(wallet): verify token dleq and p2pk conditions
|
2024-04-03 00:57:55 +01:00 |
|
thesimplekid
|
1c045ff62a
|
feat(cashu_sdk): verify token dleq
|
2024-04-02 20:18:44 +01:00 |
|
thesimplekid
|
34908cfd88
|
refactor: remove duplicate NUT08 struct
|
2024-03-31 23:24:33 +01:00 |
|
thesimplekid
|
57f4090be2
|
refactor: rename BlindedSignature to BlindSignature
|
2024-03-31 23:12:51 +01:00 |
|
thesimplekid
|
b77ea560e6
|
refactor: getrandom as workspace dep
|
2024-03-31 18:58:55 +01:00 |
|
thesimplekid
|
91149c1ce0
|
refactor: getrandom js
|
2024-03-31 17:43:13 +01:00 |
|
thesimplekid
|
860f92b0b8
|
chore: update flake
|
2024-03-31 17:36:37 +01:00 |
|