monero/tests/block_weight
j-berman 306488b690 Implemented growing the tree on sync + lots of cleaning
- validate output and commitment in tuple conversion function
- function to get_unlock_height from height in chain + unlock_time
- tx_outs_to_leaf_tuples function
- cleaned up trim impl (reduced num params in instructions and
conditional complexity)
- renamed locked_outputs table to locked_leaves (clearer tie to
merkle tree)
- size_t -> uint64_t for db compatibility across 32-bit and 64-bit
machines
- added hash_grow tests
2024-07-29 03:40:44 -07:00
..
block_weight.cpp Implemented growing the tree on sync + lots of cleaning 2024-07-29 03:40:44 -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