diff options
| author | Jonas Schnelli <[email protected]> | 2015-10-01 10:37:19 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-10-01 10:37:19 +0200 |
| commit | 6e16a41313dbc25d88def143cf1e0a964e36c7c0 (patch) | |
| tree | 46da94414e5fa2e58ad15dda39152376afbad81e /src/univalue/TODO | |
| parent | remove univalue, prepare for subtree (diff) | |
| parent | Squashed 'src/univalue/' content from commit 87d9045 (diff) | |
| download | discoin-6e16a41313dbc25d88def143cf1e0a964e36c7c0.tar.xz discoin-6e16a41313dbc25d88def143cf1e0a964e36c7c0.zip | |
Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
Diffstat (limited to 'src/univalue/TODO')
| -rw-r--r-- | src/univalue/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/univalue/TODO b/src/univalue/TODO new file mode 100644 index 000000000..5530048e9 --- /dev/null +++ b/src/univalue/TODO @@ -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 + |