Background - In both splitter and reverse_splitter, split configs are in the form of arrays, e.g., `Vec<UncheckedSplitConfig>` - We currently only match on "value is present", "value is not present", and "value is exact" There are multiple approaches to fix this problem: - Fix in the libraries directly - Fix in the authorizations contracts