conduition
conduition
@real-or-random Hi Tim! I chose this repo because the ZF FROST implementation is well-audited, reputable and well-documented already. Better to build on solid foundations battle-tested by others, than attempt to...
Interesting. Is that what the proxy does at the HTTP protocol level as well? If so that would mean the proxy transforms the header ``` X-My-Header: initial value ``` to...
I think this answers my question. Judging from this header line in your printout: ``` "x-my-header": Value { inner: ["initial value", "different-value"] }, ``` ...it strongly suggests that at the...
PR to address the above concerns: https://github.com/benthecarman/nips/pull/1
@1440000bytes This NIP doesn't try to tell clients how they should settle DLCs. Clients are free to use on-chain, off-chain, side-chain, or even cross-chain settlement layers to buy into and...
This reminds me: @benthecarman what do you think of adding a `settlement` tag to the `kind:30088` event to allow the offerer to specify which settlement layer implementations they support? ```json...
@benthecarman I submitted [a PR which adds `title` and `description` tags to the announcement event type](https://github.com/benthecarman/nips/pull/2)
I'm thinking about this PR and I'm wondering if it'd be smarter to reduce the scope of this NIP to include only the oracle announcement and attestation messages (kind 88,...
I have a new PR with reduced scope and other improvements here: #1681
For clarity, the above metrics are using my own implementation. The RustCrypto `slh-dsa` crate's performance is about on-par with mine when midstate-caching is disabled. ## RustCrypto `slh-dsa` (no midstate caching)...