929943d8b1
Couple improvements to the sum tree implementation. First change is to not store the data but only its hashes, assuming a higher level layer will take care of the data (KV store). Second minor improvement is renaming Node into NodeData and vice versa.