agora
agora copied to clipboard
Consensus data structures should be split off into libconsensus
This will also make sure we can write independent tools (like the CLI transaction-sending tool) without having to copy/paste the definitions of Transaction / Input / Output / Hash, etc.
For now, to write such a tool either the types will have to be copied around, or the tool would have to live in the agora
repository.