monero/tests/block_weight
j-berman b90cee8bab Store {O,C} for each leaf tuple instead of {O.x,I.x,C.x}
- Can derive {O.x,I.x,C.x} from {O,C}
- Note: this slows down tests since they do the derivation both
on insertion into the tree, and when auditing the tree
- At the hard fork, we don't need to store {O,C} in the
output_amounts table anymore since that table will no longer be
useful
2024-08-02 10:28:13 -07:00
..
block_weight.cpp Store {O,C} for each leaf tuple instead of {O.x,I.x,C.x} 2024-08-02 10:28:13 -07:00
block_weight.py copyright: bump to 2024 2024-05-21 16:29:33 +00:00
CMakeLists.txt Implemented growing the tree on sync + lots of cleaning 2024-07-29 03:40:44 -07:00
compare.py block_weight: fix python 2/3 compatibility 2019-04-01 15:31:52 +00:00