Minor Changes
- Enshrined the stricter TIP-1045 payment classifier (
is_payment_v2) at the T5 hardfork for consensus-level payment lane validation. Relaxed the v2 classifier to allow boundedkey_authorization(RLP length ≤ 1024 bytes). (by @0xrusowsky, #3844) - Moved TIP-20 and TIP-1022 virtual-address helpers (
is_tip20_prefix,is_virtual_address,decode_virtual_address,make_virtual_address,MasterId,UserTag) fromtempo-precompilesinto a newTempoAddressExttrait onAddressintempo-primitives. Updated all consumers to use the new trait methods (address.is_tip20(),address.is_virtual(),Address::new_virtual(...), etc.). (by @0xrusowsky, #3637)