:: Re: [Libbitcoin] [PATCH] Implement …
Page principale
Supprimer ce message
Répondre à ce message
Auteur: William Swanson
Date:  
À: Amir Taaki
CC: libbitcoin
Sujet: Re: [Libbitcoin] [PATCH] Implement a bitcoin URI parser
On Tue, Mar 11, 2014 at 5:08 AM, Amir Taaki <genjix@???> wrote:
> 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.


The only thing I am waiting for is for the bitcoin people to accept my
patches to BIP 21. The BIP had a number of ambiguities which made it
impossible to write a correct parser, so I went ahead and tightened up
their grammar. It is possible that they don't like my changes, and
would rather fix the BIP in a different way (not allowing blank query
parameters, or such). Once the BIP is stabilized, we will know if my
code is correct or not.

I am interested to see what sorts of changes you will make to my code,
so I can avoid those mistakes in the future.

-William