You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
We should probably add a low-resolution expiration time to the addresses (introduced in #472): for instance, a 16-bit (2-byte) count of days starting from Jan 1, 2020. This gives 1-day resolution between years 2020 and 2199. The compatible software will automatically refuse to send money to addresses that expired allowing the recipients to avoid watching for old addresses and lower their storage requirements. 16 bits adds 3 characters to bech32 encoding of the address (because existing 64 bytes takes 102.4 5-bit characters which is rounded to 103 in present format).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should probably add a low-resolution expiration time to the addresses (introduced in #472): for instance, a 16-bit (2-byte) count of days starting from Jan 1, 2020. This gives 1-day resolution between years 2020 and 2199. The compatible software will automatically refuse to send money to addresses that expired allowing the recipients to avoid watching for old addresses and lower their storage requirements. 16 bits adds 3 characters to bech32 encoding of the address (because existing 64 bytes takes 102.4 5-bit characters which is rounded to 103 in present format).
The text was updated successfully, but these errors were encountered: