benthecarman
benthecarman
Currently when you pass in a script and witness, tapsim will generate a dummy transaction and prevout that the script will be ran against. This is fine for _most_ scripts...
Still pretty heavy WIP but wanted to get it out there for other people's feedback in nostr and DLC communities. Will be implementing this in: https://github.com/MutinyWallet/mutiny-node/pull/888
I had a simple unit test that would spin up 2 nodes and pay a bolt12 offer between them. My `InvoiceReceived` event handler was not idempotent and would throw if...
When we update the tx history list we just send the entire history in an array, we should instead just add an item to the list