summaryrefslogtreecommitdiff
path: root/78/e9be13216aeef9bfcbb4214f159b14897af553
blob: 774335b5a9f3602cf127c5c4560a59cf8f27f7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Return-Path: <dave@dtrt.org>
Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 4F37FC0032
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun,  6 Aug 2023 20:21:31 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp1.osuosl.org (Postfix) with ESMTP id 15D1F8148E
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun,  6 Aug 2023 20:21:31 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 15D1F8148E
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: 0.097
X-Spam-Level: 
X-Spam-Status: No, score=0.097 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, PDS_OTHER_BAD_TLD=1.999, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001] autolearn=no autolearn_force=no
Received: from smtp1.osuosl.org ([127.0.0.1])
 by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id Q3ypG88eEp0F
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun,  6 Aug 2023 20:21:30 +0000 (UTC)
X-Greylist: delayed 483 seconds by postgrey-1.37 at util1.osuosl.org;
 Sun, 06 Aug 2023 20:21:30 UTC
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 1CC7F81587
Received: from smtpauth.rollernet.us (smtpauth.rollernet.us
 [IPv6:2607:fe70:0:3::d])
 by smtp1.osuosl.org (Postfix) with ESMTPS id 1CC7F81587
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sun,  6 Aug 2023 20:21:30 +0000 (UTC)
Received: from smtpauth.rollernet.us (localhost [127.0.0.1])
 by smtpauth.rollernet.us (Postfix) with ESMTP id D0BB0280087E;
 Sun,  6 Aug 2023 13:13:24 -0700 (PDT)
Received: from [127.0.0.1] (dhcp-72-234-106-68.hawaiiantel.net [72.234.106.68])
 (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
 (Client did not present a certificate)
 by smtpauth.rollernet.us (Postfix) with ESMTPSA;
 Sun,  6 Aug 2023 13:13:24 -0700 (PDT)
Date: Sun, 06 Aug 2023 10:13:25 -1000
From: "David A. Harding" <dave@dtrt.org>
To: Salvatore Ingala <salvatore.ingala@gmail.com>,
 Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
User-Agent: K-9 Mail for Android
In-Reply-To: <CAMhCMoFYF+9NL1sqKfn=ma3C_mfQv7mj2fqbqO5WXVwd6vyhLw@mail.gmail.com>
References: <CAMhCMoFYF+9NL1sqKfn=ma3C_mfQv7mj2fqbqO5WXVwd6vyhLw@mail.gmail.com>
Message-ID: <99A6BB96-50B4-4894-9EFD-E36047D890E3@dtrt.org>
MIME-Version: 1.0
Content-Type: text/plain;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Rollernet-Abuse: Contact abuse@rollernet.us to report. Abuse policy:
 http://www.rollernet.us/policy
X-Rollernet-Submit: Submit ID 7dec.64cffee4.300b5.0
Subject: Re: [bitcoin-dev] Concrete MATT opcodes
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, 
 <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, 
 <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Sun, 06 Aug 2023 20:21:31 -0000



On July 30, 2023 11:37:49 AM HST, Salvatore Ingala via bitcoin-dev
>I have put together a first complete proposal for the core opcodes of
>MATT [1][2]=2E
>The changes make the opcode functionally complete, and the
>implementation is revised and improved=2E
> [=2E=2E=2E]
>[1] - https://merkle=2Efun/
>[2] -
>https://lists=2Elinuxfoundation=2Eorg/pipermail/bitcoin-dev/2022-November=
/021182=2Ehtml

Hi Salvatore,

Where exactly is the proposal?  Merkle=2Efun links to a "WIP" comment that=
 seems to specify OP_CHECKCONTRACTVERIFY but your text above says "core opc=
odes" (plural) so I feel like I'm missing something=2E  Also, it being "WIP=
" makes me wonder if that actually is the "complete proposal" I should be l=
ooking for=2E

When I read "complete proposal", I was expecting a draft BIP=2E

-Dave