summaryrefslogtreecommitdiff
path: root/bip-0353.mediawiki
AgeCommit message (Collapse)Author
2024-10-02Explicitly mention care around payment instruction expiry in 353Matt Corallo
If someone puts a lightning BOLT 12 offer in a BIP 353 entry with the offer expiring before the DNS entry's TTL (plus now), they may get stuck being unpayable, so its worth explicitly mentioning that people should take care here.
2024-08-29Add a PSBT per-output field for BIP 353 DNSSEC ProofsMatt Corallo
When using BIP 353 for on-chain addresses (incl silent payments), it is useful to be able to include DNSSEC proof information in outputs of a PSBT, which we enable here by defining a standard field for it.
2024-07-31Consistently refer to them as "human-readable names", not addressesMatt Corallo
It seems confusing to call BIP 353 names "addresses", and most of the BIP refers to them as "names", but a few "human-readable addresses" snuck in in a recent change, which are fixed here.
2024-07-15bip353: concatenate strings in TXTMatthew Zipkin
2024-07-12bip353: improve ₿-prefix instructionsSjors Provoost
2024-06-04Add a BIP which resolves human readable names into payment infoMatt Corallo
User behavior has clearly indicated a strong demand for the resolution of human-readable names into payment instructions. This BIP defines a protocol to do so using only the DNS, providing for the ability to query such resolutions privately, while utilizing DNSSEC to provide compact and simple to verify proofs of mappings.