summaryrefslogtreecommitdiff
path: root/fa/9e99661f8e32d9049e74cb483a84fec13e27b5
blob: ecdb6f9869cbe8075fdb3511dbb05afd7d329017 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Return-Path: <jlrubin@mit.edu>
Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 4CCD2C0012
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue,  7 Dec 2021 23:31:21 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp1.osuosl.org (Postfix) with ESMTP id 2F0B782AB6
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue,  7 Dec 2021 23:31:21 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level: 
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham 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 5y1O0wGXTHsG
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue,  7 Dec 2021 23:31:20 +0000 (UTC)
X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11])
 by smtp1.osuosl.org (Postfix) with ESMTPS id 5417D82950
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue,  7 Dec 2021 23:31:20 +0000 (UTC)
Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com
 [209.85.167.46]) (authenticated bits=0)
 (User authenticated as jlrubin@ATHENA.MIT.EDU)
 by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 1B7NVHmk011899
 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT)
 for <bitcoin-dev@lists.linuxfoundation.org>; Tue, 7 Dec 2021 18:31:18 -0500
Received: by mail-lf1-f46.google.com with SMTP id m27so1834967lfj.12
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue, 07 Dec 2021 15:31:18 -0800 (PST)
X-Gm-Message-State: AOAM532UPHgBCdos0KfNz93AGG8ow+ntAnpQHcX/HE4uvUvoqhSeIZqv
 1KZDbk88N9l1yy+T5e+rCMFocIsBKbnyutZH2H0=
X-Google-Smtp-Source: ABdhPJzbvGtuv5wXKt9iO9sqn45OIE4acoj2MzK/QrieLaVjoZo01oRWOiRSzBxY4RL96b4mCewx/qRyAAR0uPjFsHk=
X-Received: by 2002:ac2:5615:: with SMTP id v21mr46206270lfd.112.1638919877487; 
 Tue, 07 Dec 2021 15:31:17 -0800 (PST)
MIME-Version: 1.0
From: Jeremy <jlrubin@mit.edu>
Date: Tue, 7 Dec 2021 15:31:06 -0800
X-Gmail-Original-Message-ID: <CAD5xwhi=0iURq8tqWNaf4j65OdYxSVSRgYVngLqWmhF+2A02hA@mail.gmail.com>
Message-ID: <CAD5xwhi=0iURq8tqWNaf4j65OdYxSVSRgYVngLqWmhF+2A02hA@mail.gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary="0000000000001cf02f05d296c5d7"
Subject: [bitcoin-dev] [Bitcoin Advent Calendar] Review of Smart Contract
	Concepts
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: Tue, 07 Dec 2021 23:31:21 -0000

--0000000000001cf02f05d296c5d7
Content-Type: text/plain; charset="UTF-8"

This post covers some high-level smart contract concepts that different
opcodes or proposals could have (or not).

https://rubin.io/bitcoin/2021/12/04/advent-7/

Interested to hear about other properties that you think are relevant!

Best,

Jeremy

--
@JeremyRubin <https://twitter.com/JeremyRubin>
<https://twitter.com/JeremyRubin>

--0000000000001cf02f05d296c5d7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:arial,he=
lvetica,sans-serif;font-size:small;color:#000000">This post covers some hig=
h-level smart contract concepts that different opcodes or proposals could h=
ave (or not).</div><div class=3D"gmail_default" style=3D"font-family:arial,=
helvetica,sans-serif;font-size:small;color:#000000"><br></div><div class=3D=
"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-size:s=
mall;color:#000000"><a href=3D"https://rubin.io/bitcoin/2021/12/04/advent-7=
/">https://rubin.io/bitcoin/2021/12/04/advent-7/</a><br></div><div class=3D=
"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-size:s=
mall;color:#000000"><br></div><div class=3D"gmail_default" style=3D"font-fa=
mily:arial,helvetica,sans-serif;font-size:small;color:#000000">Interested t=
o hear about other properties that you think are relevant!</div><div class=
=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif;font-siz=
e:small;color:#000000"><br></div><div class=3D"gmail_default" style=3D"font=
-family:arial,helvetica,sans-serif;font-size:small;color:#000000">Best,</di=
v><div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-se=
rif;font-size:small;color:#000000"><br></div><div class=3D"gmail_default" s=
tyle=3D"font-family:arial,helvetica,sans-serif;font-size:small;color:#00000=
0">Jeremy</div><br clear=3D"all"><div><div dir=3D"ltr" class=3D"gmail_signa=
ture" data-smartmail=3D"gmail_signature"><div dir=3D"ltr">--<br><a href=3D"=
https://twitter.com/JeremyRubin" target=3D"_blank">@JeremyRubin</a><a href=
=3D"https://twitter.com/JeremyRubin" target=3D"_blank"></a></div></div></di=
v></div>

--0000000000001cf02f05d296c5d7--