Validators work

This commit is contained in:
Vinnie Falco
2013-10-04 03:09:23 -07:00
parent 364973a523
commit 75f3c52d53
23 changed files with 665 additions and 524 deletions

View File

@@ -32,7 +32,7 @@ public:
enum
{
// This affects the format of the data!
currentSchemaVersion = 1
currentSchemaVersion = 2
};
explicit StoreSqdb (Journal journal = Journal());
@@ -45,6 +45,8 @@ public:
void update (SourceDesc& desc, bool updateFetchResults);
void remove (RipplePublicKey const& publicKey);
private:
void report (Error const& error, char const* fileName, int lineNumber);