Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-05 | Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use ↵ | Luke Dashjr | |
%12"PRI64d" instead | |||
2012-04-17 | Further reduce header dependencies | Pieter Wuille | |
This commit removes the dependency of serialize.h on PROTOCOL_VERSION, and makes this parameter required instead of implicit. This is much saner, as it makes the places where changing a version number can have an influence obvious. | |||
2012-04-17 | Move CWalletDB code to new walletdb module. | Jeff Garzik | |
In addition to standard code separation, this change opens the door to fixing several include inter-dependencies. |