Jason Rhinelander

Results 95 issues of Jason Rhinelander

Starting in the next HF (loki 7) we intend to adjust blink tx fees to be a bit lower: base fee × 2.5, rather than the current base fee ×...

If a reorg arrives which *is* checkpointed but the current chain is relative long and not checkpointed some really strange behaviour happens that results in a failure for nodes to...

I'd like to propose that in the next fork we forcibly disallow merge mining by requiring that coinbase transactions in the next network version do not include coinbase transactions with...

Loki currently defaults the number of out peers to `P2P_DEFAULT_CONNECTIONS_COUNT`, i.e. 8. This is fine for an ordinary node, but there's a good justification for service nodes maintaining a higher...

This enhances/fixes/updates storage server's RPC documentation to make it convertible to markdown documentation —and thus in-browser documentation, via docsify—for https://api.oxen.io/storage-rpc . (This is currently built on top of #477 as...

(Unconfirmed) Reportedly when a node switches swarms the stored messages roughly doubles (then slowly goes back to normal after 14 days). The new incoming messages makes sense (we sync on...

bug

From time to time we get certain use cases for being able to fetch a message by hash, but currently we can't do that at all: our only retrieval endpoint...

bug

Change pubkey-based routing (now renamed non-ephemeral routing ids) to use a shared secret. And perhaps only enable it at all for encrypted connections?

The application icon in the .deb is being put into: /usr/share/icons/hicolor/0x0/apps/loki-electron-wallet.png which doesn't get picked up (and so the wallet doesn't get a proper icon). It should instead be: /usr/share/icons/hicolor/512x512/apps/loki-electron-wallet.png