The Wayback Machine - https://web.archive.org/web/20211101000348/https://github.com/topics/protocol
Skip to content
#

protocol

Here are 1,693 public repositories matching this topic...

lbry-sdk
blastshielddown
blastshielddown commented Oct 28, 2021

Background

Working with the RPC interface, I was unclear on whether the raw_key_bytes response for WalletKit calls like DeriveKey and DeriveNextKey returned public or private keys. It would be helpful to make it explicit in the doc that the response is the public key for the particular key pair.

https://github.com/lightningnetwork/lnd/blob/5681c0eecfac1277834ee54bf4d5e08a9fc46551/l

nibanks
nibanks commented Jul 7, 2021

Describe the feature you'd like supported

We should change the CID after enough idle time so that any possible NAT rebinding would be harder to be tracked by an outside observer. The simplest way to implement this would be in the flush send code path. When first starting a flush, check how much time has elapsed since the last send. If it's greater than X (20? 30?) seconds force a CID update

ipfs-companion
AndrewBelt
AndrewBelt commented Sep 25, 2021

Is your feature request related to a problem? Please describe.
On the Import page, clicking "import options" shows the desired import path that can be changed by the user. Unfortunately any changes to this setting will not be used the next time you go to the Import page.

Describe the solution you'd like
When focus of the text field is lost, it should save to the extension's storage so

dbreese
dbreese commented Jul 14, 2021

Take this class, for example:

`
import Foundation

// some comment has import SOMEBADTHING
public protocol TestProtocol: AnyObject {
func doSomething() -> Void
}
`

The generated mock ends up having:

... import SOMEBADTHING ...

Looks like it is looking for "{import .*}" in source files and just adding that verbatim to the output file, causing compile issues.

Improve this page

Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protocol topic, visit your repo's landing page and select "manage topics."

Learn more