-
https://github.com/cashubtc/nuts/pull/14
-
Issue para propor e discutir os topicos para o proximo bitdevs.
Comentem com os topicos que voces gostariam de abordar/discutir
-
https://github.com/cashubtc/nuts/blob/main/00.md#023---v3-tokens
-
https://github.com/cashubtc/nuts/blob/main/00.md#serialization-of-tokens
```typescript
function encodeJsonToBase64(jsonObj: unknown): string {
const jsonString = JSON.stringify(jsonObj);
retur…
-
-
### Totally NUTs
- [x] move NUTs to own repo
- [x] List NUT support for each wallet and mint
- [ ] Specify a "mandatory" and "optional" tag for each NUT
- [ ] NUT for `cashu:` URI
- [ ] NUT for…
-
https://github.com/cashubtc/cashu-ts/blob/main/src/CashuWallet.ts?plain=1#L96
It might be better to return proofs that enter the method but are not sent to the mint with the change
-
Some of the methods on CashuWallet expect or return proofs as Class. While I understand that OOP leads to cleaner code, it makes working (and especially storing proofs more difficult as those instance…
-
Hi,
I get this error below upon mint startup when trying to use postgres. Everything works fine when I use SQLite3.
I will see if I can track down, but I wanted to post the issue sooner than lat…
-
A very elusive bug that I can't reproduce
Setting up a safe testing environment:
- Go to legend.lnbits.com – create a new wallet – go to extensions and enable Cashu - create two mints
- Open c…