Alan Evans

Results 14 issues of Alan Evans

Example: ``` curl rate.sx/1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB ``` Returns: ``` 474.27659636 BTC ``` Instead of a user specifying the coin, you could check a bunch of chains. ``` curl rate.sx/1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB ``` ``` 474.27659636...

Possibly allow a relaxation of this rule option.

Currently, only English and Japanese are tested and supported.

``` public byte[] calculateSeed(String mnemonic, String passphrase) { ``` This should be able to take `CharSequence` but the normalizer is insisting we have `String` input.

In line with [objects should be immutable](http://www.yegor256.com/2014/06/09/objects-should-be-immutable.html), refactor the `Manifests` class to be an immutable. Acceptance criteria: - `Manifests` is immutable, that is no exposed methods will change its internal...

bug
DEV
30 mins

I'm trying to get a link to my profile to share outside of Mastodon. So I go to my profile and press the 3 vertical dots. - Select "Share @...

https://github.com/NovaCrypto/BIP32/blob/440d5f224e55f45e90db769ce16db6a10370d1ce/src/test/java/io/github/novacrypto/bip32/ExtendedPrivateKeyEdgeCases.java#L40 Should be 1 in 2^127.

> In case IL is 0 or ≥n, the master key is invalid.

https://en.bitcoin.it/wiki/Wallet_import_format ``` String wif = privateKey.toWif() ```

Both: P2PKH https://en.bitcoin.it/wiki/Transaction#Pay-to-PubkeyHash and P2SH https://en.bitcoin.it/wiki/Pay_to_script_hash This is covered in BIP0016 and BIP0013, so will need to be own library. https://github.com/bitcoin/bips/blob/master/bip-0016.mediawiki https://github.com/bitcoin/bips/blob/master/bip-0013.mediawiki