summaryrefslogtreecommitdiff
path: root/38/cac05ca736bbe0320254f689f06c64b4da5dd6
blob: 7c667d3dce89a8e3e111262582f652b6133b816d (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
Return-Path: <kanzure@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 3EC4040C
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 21 Aug 2017 00:00:21 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com
	[209.85.218.53])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2BB99171
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Mon, 21 Aug 2017 00:00:21 +0000 (UTC)
Received: by mail-oi0-f53.google.com with SMTP id j144so11797485oib.1
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Sun, 20 Aug 2017 17:00:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
	h=mime-version:in-reply-to:references:from:date:message-id:subject:to; 
	bh=xv5iNkghmfm5j7CA+WPf1XW4Z8sDh5MOpgTZKvxg2b0=;
	b=RZH3w43LF8YK55bfMzYG1ITuiBv5ex5YUJOQTNWZTvFHvf6aEbWxVI4kea0QJ5bzL2
	uUiwqSTssviv1cKryc5v2GMxLWEgLaLUHHAyCaenzTJNzHIU62F/+SoFwwPmjRCiLDvZ
	BXkTk/hQXW72S/rt93PG3PpMkTBjjLrqFP2qHY1W3QcjSuZn9JLZHJmLlcNc867eJryL
	iQt2JdNRln+SSfFWCZf8+ui/c+ZdVwZDyzJ0hzd10deaB8mGOFkLd7spmoQzrPvxJ+dl
	5NUiPaNHJ8Cgy22yHY4d7yNML48xl2Y/FhSndNmRo7nwP0rw4D5LpypOU6Es2D/mTAHQ
	XP4w==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20161025;
	h=x-gm-message-state:mime-version:in-reply-to:references:from:date
	:message-id:subject:to;
	bh=xv5iNkghmfm5j7CA+WPf1XW4Z8sDh5MOpgTZKvxg2b0=;
	b=ORF1t5fiJHPfTMx59AXt+x7ywgWcDJGht8GyY4FE9e/kf2QjC4mf7pU25LzkFPxz+Y
	6MD+oyE3neYK+MokXgq2LaZSj3LOuY/6lqTwUushfeP3OK1o6LjUMza0grHFWHQaVmz6
	P8SBP6FI/u5sGSeqr4aENIRmLyUCrFzsD/X9UNE7a4vHHO54QP/jgIFyRPI4/tgWlnrf
	xXeXR48TwqU9g9V+bUb6YkspEb7DiUCTnznxplLn/qrwuwqxZ8K8/iA364ECqiUcN93E
	GRfRCuIs9ZFIlq/ItFbi7ouxWJmePW+Lle5x9+LGADAp/TbHTZv6BFgMuHW5Odk9H0FK
	3GAQ==
X-Gm-Message-State: AHYfb5g5s6ZjCDifGNgfYR3oGp/S1orQTyhGxzpTYAPyAjW9K4P7IKXM
	NXHmGClzt5rHH2AVucQlQgLS3wPQg+Fom54=
X-Received: by 10.202.235.4 with SMTP id j4mr21731682oih.43.1503273620035;
	Sun, 20 Aug 2017 17:00:20 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.157.50.25 with HTTP; Sun, 20 Aug 2017 17:00:19 -0700 (PDT)
In-Reply-To: <CAP6ruDR0GrLRNb4TTub+wqpwVPyzHggbomV48kLZU3tvubH73Q@mail.gmail.com>
References: <CAP6ruDR0GrLRNb4TTub+wqpwVPyzHggbomV48kLZU3tvubH73Q@mail.gmail.com>
From: Bryan Bishop <kanzure@gmail.com>
Date: Sun, 20 Aug 2017 19:00:19 -0500
Message-ID: <CABaSBaxjGLmiM0+zTk2PoGTt1zEao-k0ADLkT47vx+mcnPACJw@mail.gmail.com>
To: Andrew Chow <achow101-lists@achow101.com>, 
	Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>,
	Bryan Bishop <kanzure@gmail.com>
Content-Type: multipart/alternative; boundary="001a113ce5a01f670b0557382ae7"
Subject: Re: [bitcoin-dev] [BIP Proposal] Partially Signed Bitcoin
 Transaction (PSBT) format
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: Mon, 21 Aug 2017 00:00:21 -0000

--001a113ce5a01f670b0557382ae7
Content-Type: text/plain; charset="UTF-8"

On Fri, Aug 18, 2017 at 5:11 PM, Andrew Chow via bitcoin-dev <
bitcoin-dev@lists.linuxfoundation.org> wrote:
>
> I would like to propose a standard format for unsigned and partially
> signed transactions.
>

Just a quick note but perhaps you and other readers would find this thread
(on hardware wallet BIP drafting) to be tangentially related and useful:
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-August/013008.html

- Bryan
http://heybryan.org/
1 512 203 0507

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

<div dir=3D"ltr"><div class=3D"gmail_extra"><div class=3D"gmail_quote">On F=
ri, Aug 18, 2017 at 5:11 PM, Andrew Chow via bitcoin-dev <span dir=3D"ltr">=
&lt;<a href=3D"mailto:bitcoin-dev@lists.linuxfoundation.org" target=3D"_bla=
nk">bitcoin-dev@lists.linuxfoundation.org</a>&gt;</span> wrote:<blockquote =
class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px sol=
id rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div>I would like to=
 propose a standard format for unsigned and partially signed transactions.=
=C2=A0</div></div></blockquote><div><br>Just a quick note but perhaps you a=
nd other readers would find this thread (on hardware wallet BIP drafting) t=
o be tangentially related and useful:<br><a href=3D"https://lists.linuxfoun=
dation.org/pipermail/bitcoin-dev/2016-August/013008.html">https://lists.lin=
uxfoundation.org/pipermail/bitcoin-dev/2016-August/013008.html</a><br><br><=
/div></div><div class=3D"gmail_signature">- Bryan<br><a href=3D"http://heyb=
ryan.org/" target=3D"_blank">http://heybryan.org/</a><br>1 512 203 0507</di=
v>
</div></div>

--001a113ce5a01f670b0557382ae7--