Implement Shards

This commit is contained in:
Miguel Portilla
2017-04-25 12:02:51 -04:00
committed by Scott Schurr
parent aeda2430cd
commit 718d217158
74 changed files with 3992 additions and 1411 deletions

View File

@@ -60,9 +60,10 @@ public:
{
}
void gotNode (bool fromFilter,
SHAMapHash const& nodeHash,
Blob&& nodeData, SHAMapTreeNode::TNType type) const override
void
gotNode(bool fromFilter, SHAMapHash const& nodeHash,
std::uint32_t ledgerSeq, Blob&& nodeData,
SHAMapTreeNode::TNType type) const override
{
}