:: Re: [Libbitcoin] [PATCH] Implement …
Pàgina inicial
Delete this message
Reply to this message
Autor: William Swanson
Data:  
A: libbitcoin
Assumpte: Re: [Libbitcoin] [PATCH] Implement a bitcoin URI parser
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