optout

Results 36 issues of optout

**Is your feature request related to a problem? Please describe.** Support for a new EVM-clone chain has been simplified (see #2214), but still requires code change and new release in...

enhancement
priority:low
size:medium
improvements

ThorChainSwap uses memo field for X-chain swap info. In case of swap from Bitcoin chain, memo is stored in `OP_RETURN` output data. This has a max limit of 80 bytes....

bug

Typo fix: the delegation token spec mentioned a hash of delegation _token_, correctly it is of the delegation _string_.

Specifying delegation coordination between two apps is not in the scope of [NIP-26](https://github.com/nostr-protocol/nips/blob/master/26.md), but some hints could be included; and some extra specification would be helpful for improved UX experience....

Add some notes on how is delegation performed in a typical case, how delegation tag can be transported by simple copy-and-paste to the delegated client. This is to offer a...

Interactive TX negotiation now tracks the shared funding output. This allows for better checks, better contribution verification. Shared inputs are not included, those are splicing-specific, shall be done later. Besed...

I planned to make an easier way to copy the resulting delegation tag. I've tried: - Display in a `Text`, multi-line. However, selection and copy is not supported in Text....

Preamble: It's possible that there is a way just I could not find it, or there is some fundamental reason why this is not possible. I could not use `nakamoto`...

Own implementation of `u5` type and conversions. Upgrade of bech32 dependency, from `0.9.1` to `0.11.0`. Fixes #3176 and #3195 . Obsoletes #3181 . Changes summary: - Introduced `lightning::util::bech32::u5` type, for...

Bech32 logic is used for Lightning invoice decoding & encoding, and the `bech32` crate is used for that. This analysis is triggered by the upgrade from `bech32 v0.9.1` to `bech32...