Could we create a timelocked miniscript with an after value larger than 0x80000000L (year 2038)?
Given a fragment of after(num), Bitcoin Core currently returns an error if num < 1 || num >= 0x80000000L. But I think nlocktime is only limited by uint_32_t (year 2106).











