ok300

Results 32 issues of ok300

Add Oak Node to list of wallets supporting LN Addresses

Damus currently uses positional "e" tags to mark the root and the parent in threads. Other clients like Gossip already support NIP-10[^1], which deprecates positional "e" tags in favor of...

I'd like to propose a different approach to zaps that could solve some of the issues in #224. Since it's fundamentally a different design, I didn't want to derail the...

This is an alternative implementation of Zaps. The goal is to achieve the same outcomes as the original NIP-57, but in a simpler and more robust way. https://github.com/ok300/nips/blob/nip-59-zap-v2/59.md

### Bootstraptable version(s) affected 1.22.0 ### Description When detail view is used and visible, and the table data is updated, the detail view is not automatically updated. The only way...

feature

The current link points to https://www.elm-spa.dev/guides/03-pages (error 404, not found) The fix updates it to: https://www.elm-spa.dev/guide/03-pages

Please add support for a dark(er) theme. A startup flag would be good enough, nothing fancy like theme selector menu or changing it on the fly. --- I'm not familiar...

When I try to scan a QR code with a Testnet LN invoice - the confirmation question comes ("You are requested to pay...") - clicking Approve shows "Pending payment" for...

The BIP39 words are uniquely identified by the first four letters. We can use this to simplify the UX on the Restore Seed screen: after first four letters typed in,...

enhancement
good first issue
low priority

Using the latest commit, calls to `BoltzApiClient::swap_status` fail on mainnet. Sample code: ```rust use boltz_client::swaps::boltz::*; fn main() { let client = BoltzApiClient::new(BOLTZ_MAINNET_URL); let id = "rkLrdN".to_string(); // Swap ID let...