diff options
author | ZmnSCPxj <ZmnSCPxj@protonmail.com> | 2019-04-04 01:55:06 +0000 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2019-04-04 01:55:10 +0000 |
commit | cca1b64717a4ef3b8c46b1a2745afd6e8cfbef42 (patch) | |
tree | 18b4985557d4912fb1fd849647a6d1468ee9341c | |
parent | 96c83107ec14451f0d2098cf0c0db651f079c342 (diff) | |
download | pi-bitcoindev-cca1b64717a4ef3b8c46b1a2745afd6e8cfbef42.tar.gz pi-bitcoindev-cca1b64717a4ef3b8c46b1a2745afd6e8cfbef42.zip |
[bitcoin-dev] Smart Contracts Unchained
-rw-r--r-- | 72/a4c1bd3839557f2f9f63a6ff20f80564188ab0 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/72/a4c1bd3839557f2f9f63a6ff20f80564188ab0 b/72/a4c1bd3839557f2f9f63a6ff20f80564188ab0 new file mode 100644 index 000000000..113a4233b --- /dev/null +++ b/72/a4c1bd3839557f2f9f63a6ff20f80564188ab0 @@ -0,0 +1,57 @@ +Return-Path: <ZmnSCPxj@protonmail.com> +Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org + [172.17.192.35]) + by mail.linuxfoundation.org (Postfix) with ESMTPS id 8C9741862 + for <bitcoin-dev@lists.linuxfoundation.org>; + Thu, 4 Apr 2019 01:55:10 +0000 (UTC) +X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 +Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch + [185.70.40.133]) + by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CCBB37A6 + for <bitcoin-dev@lists.linuxfoundation.org>; + Thu, 4 Apr 2019 01:55:09 +0000 (UTC) +Date: Thu, 04 Apr 2019 01:55:06 +0000 +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; + s=default; t=1554342907; + bh=f50gPWTDPIG4VjDOAYSwTsu0NDPoPMYh4H0Dit82zSE=; + h=Date:To:From:Reply-To:Subject:Feedback-ID:From; + b=KsLy5vdy4ytakiMRiuosxgnR63daZRaaz5qbGRAUGD+VaJ0Wv5wj038HfvMHFqrMu + iipQjvBg00n52paNzF8auu16OX+tBvh7FIWvT962MGBMBVm31YGzKFR5Deq1TGtjZ4 + S9k86RjeQBdkxpaykn1PiCRvTAX2dl6z/cZB2SQs= +To: bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> +From: ZmnSCPxj <ZmnSCPxj@protonmail.com> +Reply-To: ZmnSCPxj <ZmnSCPxj@protonmail.com> +Message-ID: <IAFPSZAn6TYt348fmmnPznQ_ApG7pa48eMjzTgrjuVAt6fS1tNieRxlcIXyTATy2vjZCUn4wVQcsyDlyb_3Ip46BstFRikB95-lKewAZBEE=@protonmail.com> +Feedback-ID: el4j0RWPRERue64lIQeq9Y2FP-mdB86tFqjmrJyEPR9VAtMovPEo9tvgA0CrTsSHJeeyPXqnoAu6DN-R04uJUg==:Ext:ProtonMail +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable +X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, + DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, FROM_LOCAL_NOVOWEL, + RCVD_IN_DNSWL_LOW, URI_NOVOWEL autolearn=ham version=3.3.1 +X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on + smtp1.linux-foundation.org +X-Mailman-Approved-At: Thu, 04 Apr 2019 02:14:29 +0000 +Subject: [bitcoin-dev] Smart Contracts Unchained +X-BeenThere: bitcoin-dev@lists.linuxfoundation.org +X-Mailman-Version: 2.1.12 +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: Thu, 04 Apr 2019 01:55:10 -0000 + +https://zmnscpxj.github.io/bitcoin/unchained.html + +Smart contracts have traditionally been implemented as part of the consensu= +s rules of some blokchain. Often this means creating a new blockchain, or = +at least a sidechain to an existing blockchain. This writeup proposes an a= +lternative method without launching a separate blockchain or sidechain, whi= +le achieving security similar to federated sidechains and additional benefi= +ts to privacy and smart-contract-patching. + |