:: Re: [Libbitcoin] Proposed blockchai…
Forside
Slet denne besked
Besvar denne besked
Skribent: Eric Voskuil
Dato:  
Til: libbitcoin
Emne: Re: [Libbitcoin] Proposed blockchain changes
Eventually libbitcoin_node should be the only lib to take a direct
dependency on libbitcoin_blockchain (and libbitcoin_network). These are
currently isolated libs but are really more like branches of
libbitcoin_node, since it and only it will require them. See:

https://wiki.unsystem.net/en/index.php/Libbitcoin

e

-----Original Message-----
From: Libbitcoin [mailto:libbitcoin-bounces@lists.dyne.org] On Behalf Of
Noel Maersk
Sent: Tuesday, August 12, 2014 11:32 AM
To: libbitcoin@???
Subject: Re: [Libbitcoin] Proposed blockchain changes

On Tue, Aug 12, 2014 at 05:37:19PM +0200, Amir Taaki wrote:
> Beginning now I will begin integrating blockchain database changes
> inside libbitcoin_blockchain, afterwards porting obelisk and sx on the
> develop branches.


Cool.

Are you going to make libbitcoin_blockchain a separate database
implementation (and a dependency for libbitcoin), or merge the code into
libbitcoin and make it a default?

> ...