BIP for segwit compatibility URIs



Summary:

In a discussion on the bitcoin-dev mailing list, Clark Moody agrees with spelling out the `address` field. In response to vv01f's suggestion of using the `&` separator and returning either an address or an array of addresses, Clark points out that there is no standard for specifying an array in a URI and processing different querystring schemes is application-specific. To maintain compatibility, he suggests using a delimiter-separated list under one parameter, since most languages have library functions for splitting strings on commas. The discussion also touches on making the syntax future-proof by passing a list of addresses to `addr`. Overall, the conversation revolves around how best to structure URIs for Bitcoin transactions.


Updated on: 2023-06-13T15:04:43.182696+00:00