gudnuf
gudnuf
Should there ideally only be one info event for each mint, and should that only be published by the mint operator? Is there any way to verify the key publishing...
> Yes. Cashu mint info endpoint has a field called nostr with npub. This npub should match the info event publisher npub. Otherwise, we will not even show that as...
> wants others to know that these are the federations that they want to receive ecash from Wallet can also simply swap for a trusted mint once payment is received
You can change your openssl config to enable ripemd160. https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python
Working on a few more updates to the plugin, then will finish up this PR
working on a wallet implementation. the router was a bit broken, opened a PR to fix it - #https://github.com/lollerfirst/nutshell/pull/5
> Right now the only thing missing from the mint side is `POST /v1/dlc/payout`. Looks like that's already implemented, no? > Since the beginning I thought that the DLC orchestration...
Just realized there should be a [`get_info`](https://github.com/nostr-protocol/nips/blob/master/47.md#get_info) request to make sure the connected NWC supports all methods we need. Will add soon
I am working on adding properties `http_path` and `http_method` to a plugin command's manifest entry, this will allow plugins to set specific REST mappings for their RPCs rather than being...
I won't be working on this, I don't have the time and C is a big challenge for me