Nick

Results 29 issues of Nick

In the past we've had some `+1`s when we had rounding issues: ``` conf_paid = Decimal( (int(invoice_status["amtPaidSat"]) + 1) / (10 ** 8)) ``` We think these can be removed...

I think we need clearer distinction between: * Keygen shares * Long lived secret shares And possibly later, * Shamir secret shares of keygen shares (for issuing new signers with...

Also create keygen hash like Jesse's https://github.com/ElementsProject/secp256k1-zkp/blob/6c1cf4e0caac3a933b4f8cdbe14be05ea4c7c0d9/src/modules/frost/keygen_impl.h#L210

## Blind schnorr signatures ## Todo: - [x] proptest - [x] docs & synopsis - [x] `fn BlindingTweaks::from_values(alpha, beta)` - [x] Improved method for `needs_negations`? - [x] ~~Move frost and...

So I had the default mint in my `.env`, then i redeemed some ecash from another mint. This added the new mint under `cashu info`. But I was unable to...

bug
wallet

With rustls 0.23 there is no longer a dependency on ring, allowing easier compilation for various targets. Not super confident with my updates to `ServerCertVerifier` and `Der` of certificates (is...

Trying to open a single channel with umbrel app via sparrow. ![image](https://user-images.githubusercontent.com/24557779/200329321-9052f46d-b5e0-4f11-88d3-44b586907990.png) Umbrel currently not displaying anything in logs other than `Listening on: http://0.0.0.0:4444`, will add more info here once...

I think by default we should use ``` STATIC_DIR = "static"; ``` And give people the option of setting it using a config argument if they want to host nolooking...

It would be great if there were a way to select specific utxos when spending, bypassing whatever existing coin selection algorithm exists. Brainstorming some ideas for how this could work...