From e1a3a0606df98d5ece44cc78303d9838703c18b0 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 17 Dec 2024 05:30:45 +0100 Subject: [PATCH 1/3] Update bip-0372.mediawiki --- bip-0372.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0372.mediawiki b/bip-0372.mediawiki index ee40dd0ddf..aa37dddf22 100644 --- a/bip-0372.mediawiki +++ b/bip-0372.mediawiki @@ -121,7 +121,7 @@ P2C tweaks commit to external data, some of which may represent certain value (like in some sidechains, single-use-seal applications like RGB etc). Creation of such outputs much allow hardware devices to understand the structure of such extra-transaction data, which may be in different formats and constantly -involve. Thus, this should be addresses with a separate standards (or be a +evolve. Thus, this should be addressed with a separate standards (or be a vendor-based). The current proposal only touches the question of spending an output which contained previously created P2C commitment, which does not creates a new commitment and does not provides that kind of risk of extra-blockchain @@ -181,7 +181,7 @@ TBD Timestamping with Bitcoin. [4] Adam Back, Matt Corallo, Luke Dashjr, et al. Enabling Blockchain - Innovations with Pegged Sidechains (commit5620e43). Appenxix A. + Innovations with Pegged Sidechains (commit5620e43). Appendix A. ;. [5] Maxim Orlovsky, Rene Pickhardt, Federico Tenga, et al. Key tweaking: collision- resistant elliptic curve-based commitments. From d02146cdaf2642539df58282c037c8bfc45eb143 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 17 Dec 2024 05:31:31 +0100 Subject: [PATCH 2/3] Update bip-0381.mediawiki --- bip-0381.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0381.mediawiki b/bip-0381.mediawiki index 8d12c7a4d8..f2bb8aa761 100644 --- a/bip-0381.mediawiki +++ b/bip-0381.mediawiki @@ -111,7 +111,7 @@ Invalid descriptors * pk() only accepts key expressions: pk(pk(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd)) * pkh() only accepts key expressions: pkh(pk(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd)) -* sh() only acceps script expressions: sh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd) +* sh() only accepts script expressions: sh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd) * sh() is top level only: sh(sh(pkh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))) ==Backwards Compatibility== From 50f06e96044e3bb27fa4d3e53b56297fd6978051 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 17 Dec 2024 05:32:21 +0100 Subject: [PATCH 3/3] Update bip-0384.mediawiki --- bip-0384.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0384.mediawiki b/bip-0384.mediawiki index 585af5e71b..fb4552de21 100644 --- a/bip-0384.mediawiki +++ b/bip-0384.mediawiki @@ -71,7 +71,7 @@ Invalid descriptors ==Backwards Compatibility== combo() descriptors use the format and general operation specified in [[bip-0380.mediawiki|380]]. -As this is a wholly new descriptor, it is not compatible with any implementation. +As this is a wholly new descriptor, it is not compatible with any implementations. However the scripts produced are standard scripts so existing software are likely to be familiar with them. ==Reference Implementation==