:: Re: [Libbitcoin] [PATCH] Implement …
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Amir Taaki
Date:  
À: libbitcoin
Sujet: Re: [Libbitcoin] [PATCH] Implement a bitcoin URI parser
Thanks, your base58 changes is very good. I've merged your change and
added you to the repo. With the URI parser, let me know once you're
ready and I'll make some changes to improve it.

On 11/03/14 11:29, William Swanson wrote:
> Here is the pull request for the libbitcoin changes:
>
> https://github.com/spesmilo/libbitcoin/pull/36
>
> And here is the uri branch for libwallet, which I reserve the right to
> rebase as we find problems:
>
> https://github.com/swansontec/libwallet/commits/uri
>
> -William
>
> On Tue, Mar 11, 2014 at 2:41 AM, William Swanson <swansontec@???> wrote:
>> This took quite a bit longer than I expected, but I have finally
>> finished my BIP 21 URI parser. I am attaching several patches for your
>> review. If these look good, I will submit a pull request.
>>
>> The first patch, 0001-Implement-a-bitcoin-URI-parser, adds the parser
>> to libwallet. The other two patches tighten up the base58 decoding in
>> libbitcoin.
>>
>> I have given my best effort towards following the libbitcoin style. My
>> background is in writing embedded C code for tiny micro-controllers,
>> but I have tried to leave those habits behind and code in an idiomatic
>> C++11 manner. Hopefully the code is clean enough for your standards.
>>
>> -William
> _______________________________________________
> Libbitcoin mailing list
> Libbitcoin@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin
>