bitmask-core
bitmask-core copied to clipboard
Core functionality for the BitMask wallet
We should investigate what's needed to provide LNURLs to users so they can use LNDHubX without needing BitMask.
A consignment probably shouldn't block a transfer in a wallet forever in case a user doesn't want to accept it, or doesn't accept it in time. An expiry will need...
- [ ] Transition to using [MWCK](https://github.com/mempool/mwck-rs) for BDK - [ ] Transition to using MWCK for RGB watchers
1. Server operator deploys a docker container that's configured with their mnemonic seed, a contract genesis, and a fixed price in either BTC or USD. 2. bitmaskd has a simple...
Testing the run command against the Dockerfile with: docker run -d --restart always -p 7060:7070 -v /Applications/bitmask/bitmask-core/target/release:/app -v /var/lib/docker/volumes/my_data_volume:/_data --name bitmaskd-st160 -t bitmaskd-st160-image:Rc.17 -e “CARBONADO_DIR=/data” the volume mounts allow for...
- [x] Return ASCII-armored Base85 consignments - [x] Return transfer txid
Closes #257 - [x] Reduce secrets passing for hashes - [ ] Reduce secrets passing for keys - [ ] Encrypted Descriptor Migration - [ ] Port over [these changes](https://github.com/diba-io/bitmask-core/pull/372/files#diff-04cbaba8ab8fe0e7498925e2387e24090e31ad16ba98ae1168b834eb6945163a)...
Right now, it's not possible to create a transfer back to yourself, because the receive UTXO is the same as the spend UTXO. However, if we can detect that the...
Different from #360; We need to verify if an invoice for the wrong network has been provided, and return an error if that is the case. We'll also need tests,...