06:57:01 That branch is a bit out-of-date 06:57:35 The main development branch for fcmp++ is here: https://github.com/seraphis-migration/monero/tree/fcmp%2B%2B-stage 06:58:45 Part of the validation is here: https://github.com/seraphis-migration/monero/blob/70600ee4d6ef49d7d12de59811370f07792199de/src/cryptonote_core/blockchain.cpp#L98-L118 06:59:15 This fetches from the DB the FCMP tree hash related to that reference_block, and checks equality of n_tree_layers 06:59:30 The FCMP tree root is later passed to the FCMP++ verification function 07:01:22 Since the FCMP tree roots are indexed "in advance", a failure in root fetching signifies that the tx is too young 19:01:42 jeffro256: does that mean the enforcement is incidental? Don't think that is strong enough 21:25:57 PoC for relative locks: https://github.com/seraphis-migration/monero/pull/445