Changed
- When no memo is specified for a transfer in
construction/payloads, use a deterministic memo of 0 instead of a random one. Reconstructing the same transfer now produces the same transaction hash, so the ledger'screated_at_timebased deduplication catches retried transfers instead of applying them twice. (#10537) - Optimize database query performance (#8748).
Fixed
- Enforce a 24h ingress window in
construction/payloads(#10547).