:: [Libbitcoin] rename main libbitcoin…
Top Pagina
Delete this message
Reply to this message
Auteur: Amir Taaki
Datum:  
Aan: libbitcoin
Onderwerp: [Libbitcoin] rename main libbitcoin library to core?
hey,

so we're reorganising libbitcoin into submodules like blockchain,
server, node, ...

there's a 'bitcoin' submodule which is the current main code in libbitcoin.

Would it make sense to rename this to core? or system?
So instead of:

#include <bitcoin/bitcoin.hpp>

We have either of:

#include <bitcoin/core.hpp>
#include <bitcoin/system.hpp>

I kinda like system for what it implies.