Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue'

This commit is contained in:
Jack Grigg
2017-02-10 02:18:46 +00:00
75 changed files with 2340 additions and 0 deletions

10
src/univalue/TODO Normal file
View File

@@ -0,0 +1,10 @@
Rearrange tree for easier 'git subtree' style use
Move towards C++11 etc.
Namespace support - must come up with useful shorthand, avoiding
long Univalue::Univalue::Univalue usages forced upon library users.
Improve test suite