| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Further reduce header dependencies | Pieter Wuille | 2012-04-17 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
| * | Move CWalletDB code to new walletdb module. | Jeff Garzik | 2012-04-17 | 1 | -0/+428 |
| In addition to standard code separation, this change opens the door to fixing several include inter-dependencies. | |||||