Results 378 issues of Jeremy Rand

I chose to add 2 methods instead of exporting the pkcs11.Mechanism because this way the calling code is less verbose, i.e. `mechanism.Type()` instead of `mechanism.Mechanism.Mechanism`. Fixes https://github.com/miekg/pkcs11/issues/158

It looks like `p11.Slot.Mechanisms` is intended to be the high-level equivalent of `pkcs11.Ctx.GetMechanismList`. However, it's not clear to me how this can work in practice. `p11.Slot.Mechanisms` returns a slice of...

`p11.Session` is an interface, which is helpful for use cases where a downstream user needs to re-implement the API. Alas, `p11.Slot` is not an interface, which makes such use cases...

The Bitcoin-Qt GUI contains the word "bitcoins" in [two](https://github.com/bitcoin/bitcoin/blob/34d1d6a112709cada2c415deae7f7989b2d8c2f3/src/qt/askpassphrasedialog.cpp#L111) [strings](https://github.com/bitcoin/bitcoin/blob/34d1d6a112709cada2c415deae7f7989b2d8c2f3/src/qt/askpassphrasedialog.cpp#L119) in `AskPassphraseDialog`. In the same spirit as https://github.com/bitcoin/bitcoin/pull/7192 , it would be nice to factor that out into a single...

Refactoring

The Linux packages on OBS don't download via HTTPS; nor do the associated keys. This means that a passive attacker can easily see who is downloading Namecoin, and an active...

Can we get a release out which contains the fix in https://github.com/namecoin/namecoin/pull/213 ? @phelixbtc @domob1812

As referenced in https://github.com/namecoin/namecoin/issues/182#issuecomment-56476817 , I think we should allow multiple name_update outputs per transaction. The major use case I see here is atomic trading of more than one name,...

type:feature
prio:low

Create a GUI for atomic name trading. Exact design choices (language, libraries, etc.) should be discussed in this issue thread **before** bounties are placed or coding is started. This issue...

type:feature

I wrote a patch to NMControl which rejects incomplete blockchains: https://github.com/JeremyRand/nmcontrol/tree/incomplete_blockchain . However, it slows down lookups due to making 4 RPC calls per lookup instead of 1. This would...

On pages for individual wallets such as [this one](https://bitcoin.org/en/wallets/desktop/linux/electrum/), the [checkmark image](https://bitcoin.org/img/icons/checked.svg) in the Features list has the incorrect alt text `checked`. This causes problems for users who use screen...