grin

Results 24 issues of grin

_(draft)_ ## Motivation Your wallet file stores important data that apps need to access. There's no convenient noncustodial way to back up your wallet or keep it synced across multiple...

area: wallet

How do we let third-party devs (such as bywire, houndfm, lbrycad) modify the schema?

the goal is to be able to publish now but not have the content viewable until sometime in the future one idea: announce and reflect the video but don't include...

Prompted by https://github.com/lbryio/lbry-desktop/issues/3424#issuecomment-955766035 Ideally: - [ ] there's a single main key that delegates trust to the release signing keys - [ ] remove references to Keybase since that's basically...

Creating a new issue based on lbryio/lbry-sdk#877 - Update [ensure_directory_exists()](https://github.com/lbryio/lbry-sdk/blob/master/lbry/extras/cli.py#L226) to check that the directory is writable by the current process. - If it's not, return a useful error -...

type: improvement
help wanted
good first issue
area: downloads

the plan is to store old passwords in the wallet file. we'll handle them with the same level of security as the private keys. when a password change occurs, unsynced...

area: wallet

Current wallet encryption is simple AES, so its impossible to differentiate between a wrong password and a corrupted wallet file. We need to add an HMAC to make password checking...

area: wallet

The SDK wallet file does not have it's structure define anywhere. The desktop app uses ad-hoc "shared" and "local" keys for its settings. If we want multiple apps to share...

area: wallet

The SDK team added very basic support for the client to pay the wallet server it uses. The behavior is described in https://github.com/lbryio/lbry-sdk/issues/2707 Subsequently, we defaulted the fee to 0...

icebox