Return-Path: <dstadulis@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 01DF2186B
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Fri, 25 Sep 2015 00:29:23 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-io0-f176.google.com (mail-io0-f176.google.com
	[209.85.223.176])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 70E1F13C
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Fri, 25 Sep 2015 00:29:22 +0000 (UTC)
Received: by ioiz6 with SMTP id z6so94823922ioi.2
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Thu, 24 Sep 2015 17:29:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:from:date:message-id:subject:to:content-type;
	bh=MHASTaCssXsn+7s8mHdZmqMfh+aWyhnzlwxgGHEtniM=;
	b=qenYMyLowq5TVW2dXkGxt5OL2fg2sVE2pzUXBaEu8NQymi8NF7SOLIeIE4IvvixGhR
	c7XL8mBO2tNbGolt24HVWgEVh/Qq1YH3IjO+8dE9AJQ48gy+UFwcE0q2Sf1pJyr+2+9i
	ZXF17e+9N0jhEILOfd3cA/ysfXGoJgoSr6Z/FQWgBGkhjgYt9SjpweocOhWbKxY+KUl5
	yfbnoFW00lWNA3t73Nqft60eaYodhtJeb/dfRD6V59ZjYJRV1MWkVrQ964UnEQDAD4cf
	D+5dve/Kg1Farc2LjxFhaA8osNRhu8bk9DsE6JgFdaX28SdIgPHHwivel1v7amKPkWUu
	A16A==
X-Received: by 10.107.153.211 with SMTP id b202mr3558196ioe.177.1443140961874; 
	Thu, 24 Sep 2015 17:29:21 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.107.30.210 with HTTP; Thu, 24 Sep 2015 17:29:02 -0700 (PDT)
From: Daniel Stadulis <dstadulis@gmail.com>
Date: Thu, 24 Sep 2015 17:29:02 -0700
Message-ID: <CAHpxFbGa_4VRDyQJJYVXScWdg6KQOJnb-XdZ30NAvFbouhLHrQ@mail.gmail.com>
To: Bitcoin development mailing list <bitcoin-dev@lists.linuxfoundation.org>
Content-Type: multipart/alternative; boundary=001a1140f62864bd95052087707b
X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW
	autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Subject: [bitcoin-dev] 2015-09-24 #bitcoin-dev Weekly Development Meeting
	Minutes
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development 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: Fri, 25 Sep 2015 00:29:23 -0000

--001a1140f62864bd95052087707b
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

If you weren't able to attend the first, weekly development meeting, the
following are the minutes:

Meeting Title:

#bitcoin-dev Weekly Development Meeting

Meeting Date:

2015-09-24

Meeting Time:

19:00-20:00 UTC

Participants in Attendance:

luke-jr

CodeShark

sipa

morcos

sdaftuar

dstadulis

jtimon

wumpus

jgarzik

kanzure

gmaxwell

cfields

gavinandresen

IRC Chat Logs:

http://bitcoinstats.com/irc/bitcoin-dev/logs/2015/09/24#l1443121200.0

------------------------------

Topics Discussed:


   1.

   libconsensus and refactoring
   2.

   All goals for 0.12 release
   1.

      libsecp256k1 is ready for 0.12?
      1.

         libsecp256k1 needs a native OSX travis build
         1.

            cfields has work that moves to the new Travis infrastructure
            2.

            PROPOSAL: propose libsecp256k1 validation PR as soon as all
            currently-in-pipeline API changes are merged
            2.

      OP_CHECKSEQUENCEVERIFY
      3.

      mempool limiting
      4.

      version bits
      3.

   BIP process
   4.

   Split off script base classes/execution for use in consensus?
   5.

   Current/near-term =E2=80=9Cwhat are you working on=E2=80=9D
   1.

      versionbits: Codeshark has been working on an implementation
      2.

      gavinandresen: simple benchmarking framework then plan on optimizing
      new block relay/broadcast.

------------------------------

Meeting Conclusions:

Mempool limiting discussion will be delayed until 2015-10-1 meeting

#

Action items

Responsible Parties

ETA

1

Please review 6557 (starting Saturday), 6673 and any other mempool pulls
for concept

Everyone

Next Thurs. meeting (2015-10-01)

2

libsecp256k1 needs a native OSX travis build


3

Propose libsecp256k1 validation PR as soon as all currently-in-pipeline API
changes are merged


4

Review BIP 68, review #6312, #6564


5

versionbits BIP number assignment

gmaxwell

2015-09-25

Google Doc:
https://docs.google.com/document/d/1zsWVaf5H9ECrN1zPutMdD_2ky3fnhQUM411NDrR=
rc-M/edit

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

<div dir=3D"ltr"><span id=3D"docs-internal-guid-c853939c-01de-ddce-8353-f36=
e57d16432">If you weren&#39;t able to attend the first, weekly development =
meeting, the following are the minutes:<br><div dir=3D"ltr" style=3D"margin=
-left:0pt"><br><table style=3D"border:none;border-collapse:collapse"><colgr=
oup><col width=3D"192"><col width=3D"240"><col width=3D"288"></colgroup><tb=
ody><tr style=3D"height:15px"><td style=3D"border:1px solid rgb(255,255,255=
);vertical-align:top;padding:0px"><p dir=3D"ltr" style=3D"line-height:1.38;=
margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-f=
amily:Arial;color:rgb(0,0,0);font-weight:700;vertical-align:baseline;white-=
space:pre-wrap;background-color:transparent">Meeting Title:</span></p></td>=
<td colspan=3D"2" style=3D"border:1px solid rgb(255,255,255);vertical-align=
:top;padding:0px"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;m=
argin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;colo=
r:rgb(0,0,0);font-weight:700;vertical-align:baseline;white-space:pre-wrap;b=
ackground-color:transparent">#bitcoin-dev Weekly Development Meeting </span=
></p></td></tr><tr style=3D"height:15px"><td style=3D"border:1px solid rgb(=
255,255,255);vertical-align:top;padding:0px"><p dir=3D"ltr" style=3D"line-h=
eight:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.66=
67px;font-family:Arial;color:rgb(0,0,0);font-weight:700;vertical-align:base=
line;white-space:pre-wrap;background-color:transparent">Meeting Date:</span=
></p></td><td colspan=3D"2" style=3D"border:1px solid rgb(255,255,255);vert=
ical-align:top;padding:0px"><p dir=3D"ltr" style=3D"line-height:1.38;margin=
-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:=
Arial;color:rgb(0,0,0);font-weight:700;vertical-align:baseline;white-space:=
pre-wrap;background-color:transparent">2015-09-24</span></p></td></tr><tr s=
tyle=3D"height:15px"><td style=3D"border:1px solid rgb(255,255,255);vertica=
l-align:top;padding:0px"><p dir=3D"ltr" style=3D"line-height:1.38;margin-to=
p:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Ari=
al;color:rgb(0,0,0);font-weight:700;vertical-align:baseline;white-space:pre=
-wrap;background-color:transparent">Meeting Time:</span></p></td><td colspa=
n=3D"2" style=3D"border:1px solid rgb(255,255,255);vertical-align:top;paddi=
ng:0px"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bott=
om:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,=
0);font-weight:700;vertical-align:baseline;white-space:pre-wrap;background-=
color:transparent">19:00-20:00 UTC</span></p></td></tr><tr style=3D"height:=
0px"><td style=3D"border:1px solid rgb(255,255,255);vertical-align:top;padd=
ing:0px"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bot=
tom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0=
,0);font-weight:700;vertical-align:baseline;white-space:pre-wrap;background=
-color:transparent">Participants in Attendance:</span></p></td><td style=3D=
"border:1px solid rgb(255,255,255);vertical-align:top;padding:0px"><p dir=
=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span =
style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-al=
ign:baseline;white-space:pre-wrap;background-color:transparent">luke-jr</sp=
an></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-botto=
m:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0=
);vertical-align:baseline;white-space:pre-wrap;background-color:transparent=
">CodeShark</span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0=
pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;=
color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-co=
lor:transparent">sipa</span></p><p dir=3D"ltr" style=3D"line-height:1.38;ma=
rgin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-fam=
ily:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;bac=
kground-color:transparent">morcos</span></p><p dir=3D"ltr" style=3D"line-he=
ight:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.666=
7px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:=
pre-wrap;background-color:transparent">sdaftuar</span></p><p dir=3D"ltr" st=
yle=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"fo=
nt-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-align:baselin=
e;white-space:pre-wrap;background-color:transparent">dstadulis</span></p></=
td><td style=3D"border:1px solid rgb(255,255,255);vertical-align:top;paddin=
g:0px"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-botto=
m:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0=
);vertical-align:baseline;white-space:pre-wrap;background-color:transparent=
">jtimon</span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;=
margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;col=
or:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color=
:transparent">wumpus</span></p><p dir=3D"ltr" style=3D"line-height:1.38;mar=
gin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-fami=
ly:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;back=
ground-color:transparent">jgarzik</span></p><p dir=3D"ltr" style=3D"line-he=
ight:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.666=
7px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:=
pre-wrap;background-color:transparent">kanzure</span></p><p dir=3D"ltr" sty=
le=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"fon=
t-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline=
;white-space:pre-wrap;background-color:transparent">gmaxwell</span></p><p d=
ir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><spa=
n style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-=
align:baseline;white-space:pre-wrap;background-color:transparent">cfields</=
span></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bot=
tom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0=
,0);vertical-align:baseline;white-space:pre-wrap;background-color:transpare=
nt">gavinandresen</span></p></td></tr><tr style=3D"height:15px"><td style=
=3D"border:1px solid rgb(255,255,255);vertical-align:top;padding:0px"><p di=
r=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span=
 style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);font-weigh=
t:700;vertical-align:baseline;white-space:pre-wrap;background-color:transpa=
rent">IRC Chat Logs:</span></p></td><td colspan=3D"2" style=3D"border:1px s=
olid rgb(255,255,255);vertical-align:top;padding:0px"><p dir=3D"ltr" style=
=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><a href=3D"http://bi=
tcoinstats.com/irc/bitcoin-dev/logs/2015/09/24#l1443121200.0" style=3D"text=
-decoration:none"><span style=3D"font-size:14.6667px;font-family:Arial;text=
-decoration:underline;vertical-align:baseline;white-space:pre-wrap;backgrou=
nd-color:transparent">http://bitcoinstats.com/irc/bitcoin-dev/logs/2015/09/=
24#l1443121200.0</span></a></p></td></tr></tbody></table></div><p dir=3D"lt=
r" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=
=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);font-weight:700;=
vertical-align:baseline;white-space:pre-wrap;background-color:transparent">=
</span></p><hr><p></p><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0=
pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;=
color:rgb(0,0,0);font-weight:700;vertical-align:baseline;white-space:pre-wr=
ap;background-color:transparent">Topics Discussed:</span></p><br><ol style=
=3D"margin-top:0pt;margin-bottom:0pt"><li dir=3D"ltr" style=3D"list-style-t=
ype:decimal;font-size:14.6667px;font-family:Arial;color:rgb(102,102,102);ve=
rtical-align:baseline;background-color:transparent"><p dir=3D"ltr" style=3D=
"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-siz=
e:14.6667px;vertical-align:baseline;white-space:pre-wrap;background-color:t=
ransparent">libconsensus and refactoring</span></p></li><li dir=3D"ltr" sty=
le=3D"list-style-type:decimal;font-size:14.6667px;font-family:Arial;color:r=
gb(0,0,0);vertical-align:baseline;background-color:transparent"><p dir=3D"l=
tr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=
=3D"font-size:14.6667px;vertical-align:baseline;white-space:pre-wrap;backgr=
ound-color:transparent">All goals for 0.12 release</span></p></li><ol style=
=3D"margin-top:0pt;margin-bottom:0pt"><li dir=3D"ltr" style=3D"list-style-t=
ype:lower-alpha;font-size:14.6667px;font-family:Arial;color:rgb(102,102,102=
);vertical-align:baseline;background-color:transparent"><p dir=3D"ltr" styl=
e=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font=
-size:14.6667px;vertical-align:baseline;white-space:pre-wrap;background-col=
or:transparent">libsecp256k1 is ready for 0.12?</span></p></li><ol style=3D=
"margin-top:0pt;margin-bottom:0pt"><li dir=3D"ltr" style=3D"list-style-type=
:lower-roman;font-size:14.6667px;font-family:Arial;color:rgb(102,102,102);v=
ertical-align:baseline;background-color:transparent"><p dir=3D"ltr" style=
=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-=
size:14.6667px;vertical-align:baseline;white-space:pre-wrap;background-colo=
r:transparent">libsecp256k1 needs a native OSX travis build</span></p></li>=
<ol style=3D"margin-top:0pt;margin-bottom:0pt"><li dir=3D"ltr" style=3D"lis=
t-style-type:decimal;font-size:14.6667px;font-family:Arial;color:rgb(102,10=
2,102);vertical-align:baseline;background-color:transparent"><p dir=3D"ltr"=
 style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D=
"font-size:14.6667px;vertical-align:baseline;white-space:pre-wrap;backgroun=
d-color:transparent">cfields</span><span style=3D"font-size:14.6667px;verti=
cal-align:baseline;white-space:pre-wrap;background-color:transparent"> has =
work that moves to the new Travis infrastructure</span></p></li><li dir=3D"=
ltr" style=3D"list-style-type:decimal;font-size:14.6667px;font-family:Arial=
;color:rgb(102,102,102);vertical-align:baseline;background-color:transparen=
t"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0p=
t"><span style=3D"font-size:14.6667px;vertical-align:baseline;white-space:p=
re-wrap;background-color:transparent">PROPOSAL: propose libsecp256k1 valida=
tion PR as soon as all currently-in-pipeline API changes are merged</span><=
/p></li></ol></ol><li dir=3D"ltr" style=3D"list-style-type:lower-alpha;font=
-size:14.6667px;font-family:Arial;color:rgb(102,102,102);vertical-align:bas=
eline;background-color:transparent"><p dir=3D"ltr" style=3D"line-height:1.3=
8;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;vert=
ical-align:baseline;white-space:pre-wrap;background-color:transparent">OP_C=
HECKSEQUENCEVERIFY</span></p></li><li dir=3D"ltr" style=3D"list-style-type:=
lower-alpha;font-size:14.6667px;font-family:Arial;color:rgb(102,102,102);ve=
rtical-align:baseline;background-color:transparent"><p dir=3D"ltr" style=3D=
"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-siz=
e:14.6667px;vertical-align:baseline;white-space:pre-wrap;background-color:t=
ransparent">mempool limiting</span><span style=3D"font-size:14.6667px;verti=
cal-align:baseline;white-space:pre-wrap;background-color:transparent"><span=
 class=3D"" style=3D"white-space:pre">	</span></span></p></li><li dir=3D"lt=
r" style=3D"list-style-type:lower-alpha;font-size:14.6667px;font-family:Ari=
al;color:rgb(0,0,0);vertical-align:baseline;background-color:transparent"><=
p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><=
span style=3D"font-size:14.6667px;vertical-align:baseline;white-space:pre-w=
rap;background-color:transparent">version bits</span></p></li></ol><li dir=
=3D"ltr" style=3D"list-style-type:decimal;font-size:14.6667px;font-family:A=
rial;color:rgb(0,0,0);vertical-align:baseline;background-color:transparent"=
><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"=
><span style=3D"font-size:14.6667px;vertical-align:baseline;white-space:pre=
-wrap;background-color:transparent">BIP process</span></p></li><li dir=3D"l=
tr" style=3D"list-style-type:decimal;font-size:14.6667px;font-family:Arial;=
color:rgb(0,0,0);vertical-align:baseline;background-color:transparent"><p d=
ir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><spa=
n style=3D"font-size:14.6667px;vertical-align:baseline;white-space:pre-wrap=
;background-color:transparent">Split off script base classes/execution for =
use in consensus?</span></p></li><li dir=3D"ltr" style=3D"list-style-type:d=
ecimal;font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-alig=
n:baseline;background-color:transparent"><p dir=3D"ltr" style=3D"line-heigh=
t:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px=
;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"=
>Current/near-term =E2=80=9Cwhat are you working on=E2=80=9D </span></p></l=
i><ol style=3D"margin-top:0pt;margin-bottom:0pt"><li dir=3D"ltr" style=3D"l=
ist-style-type:lower-alpha;font-size:14.6667px;font-family:Arial;color:rgb(=
0,0,0);vertical-align:baseline;background-color:transparent"><p dir=3D"ltr"=
 style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D=
"font-size:14.6667px;vertical-align:baseline;white-space:pre-wrap;backgroun=
d-color:transparent">versionbits: </span><span style=3D"font-size:14.6667px=
;vertical-align:baseline;white-space:pre-wrap;background-color:transparent"=
>Codeshark</span><span style=3D"font-size:14.6667px;vertical-align:baseline=
;white-space:pre-wrap;background-color:transparent"> has been working on an=
 implementation</span></p></li><li dir=3D"ltr" style=3D"list-style-type:low=
er-alpha;font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-al=
ign:baseline;background-color:transparent"><p dir=3D"ltr" style=3D"line-hei=
ght:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667=
px;vertical-align:baseline;white-space:pre-wrap;background-color:transparen=
t">gavinandresen: simple benchmarking framework then plan on optimizing new=
 block relay/broadcast.</span></p></li></ol></ol><p dir=3D"ltr" style=3D"li=
ne-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:1=
4.6667px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-s=
pace:pre-wrap;background-color:transparent"></span></p><hr><p></p><p dir=3D=
"ltr" style=3D"line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span sty=
le=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);font-weight:70=
0;vertical-align:baseline;white-space:pre-wrap;background-color:transparent=
">Meeting Conclusions:</span></p><p dir=3D"ltr" style=3D"line-height:1.38;m=
argin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-fa=
mily:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;ba=
ckground-color:transparent">Mempool limiting discussion will be delayed unt=
il 2015-10-1 meeting</span></p><br><div dir=3D"ltr" style=3D"margin-left:0p=
t"><table style=3D"border:none;border-collapse:collapse"><colgroup><col wid=
th=3D"27"><col width=3D"425"><col width=3D"96"><col width=3D"148"></colgrou=
p><tbody><tr style=3D"height:0px"><td style=3D"border:1px solid rgb(0,0,0);=
vertical-align:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.2;mar=
gin-top:0pt;margin-bottom:0pt;text-align:center"><span style=3D"font-size:1=
3.3333px;font-family:Arial;color:rgb(0,0,0);font-weight:700;vertical-align:=
baseline;white-space:pre-wrap;background-color:transparent">#</span></p></t=
d><td style=3D"border:1px solid rgb(0,0,0);vertical-align:top;padding:7px">=
<p dir=3D"ltr" style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt"><=
span style=3D"font-size:13.3333px;font-family:Arial;color:rgb(0,0,0);font-w=
eight:700;vertical-align:baseline;white-space:pre-wrap;background-color:tra=
nsparent">Action items</span></p></td><td style=3D"border:1px solid rgb(0,0=
,0);vertical-align:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.2=
;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:13.3333px;font-=
family:Arial;color:rgb(0,0,0);font-weight:700;vertical-align:baseline;white=
-space:pre-wrap;background-color:transparent">Responsible Parties</span></p=
></td><td style=3D"border:1px solid rgb(0,0,0);vertical-align:top;padding:7=
px"><p dir=3D"ltr" style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0p=
t"><span style=3D"font-size:13.3333px;font-family:Arial;color:rgb(0,0,0);fo=
nt-weight:700;vertical-align:baseline;white-space:pre-wrap;background-color=
:transparent">ETA</span></p></td></tr><tr style=3D"height:0px"><td style=3D=
"border:1px solid rgb(0,0,0);vertical-align:top;padding:7px"><p dir=3D"ltr"=
 style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt;text-align:cente=
r"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);fo=
nt-weight:700;vertical-align:baseline;white-space:pre-wrap;background-color=
:transparent">1</span></p></td><td style=3D"border:1px solid rgb(0,0,0);ver=
tical-align:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.2;margin=
-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:=
Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;backgro=
und-color:transparent">Please review 6557 (starting Saturday), 6673 and any=
 other mempool pulls for concept</span></p></td><td style=3D"border:1px sol=
id rgb(0,0,0);vertical-align:top;padding:7px"><p dir=3D"ltr" style=3D"line-=
height:1.2;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.66=
67px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space=
:pre-wrap;background-color:transparent">Everyone</span></p></td><td style=
=3D"border:1px solid rgb(0,0,0);vertical-align:top;padding:7px"><p dir=3D"l=
tr" style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style=
=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-align:b=
aseline;white-space:pre-wrap;background-color:transparent">Next Thurs. meet=
ing (2015-10-01)</span></p></td></tr><tr style=3D"height:0px"><td style=3D"=
border:1px solid rgb(0,0,0);vertical-align:top;padding:7px"><p dir=3D"ltr" =
style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt;text-align:center=
"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);fon=
t-weight:700;vertical-align:baseline;white-space:pre-wrap;background-color:=
transparent">2</span></p></td><td style=3D"border:1px solid rgb(0,0,0);vert=
ical-align:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.38;margin=
-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:=
Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;backgro=
und-color:transparent">libsecp256k1 needs a native OSX travis build</span><=
/p></td><td style=3D"border:1px solid rgb(0,0,0);vertical-align:top;padding=
:7px"><br></td><td style=3D"border:1px solid rgb(0,0,0);vertical-align:top;=
padding:7px"><br></td></tr><tr style=3D"height:0px"><td style=3D"border:1px=
 solid rgb(0,0,0);vertical-align:top;padding:7px"><p dir=3D"ltr" style=3D"l=
ine-height:1.2;margin-top:0pt;margin-bottom:0pt;text-align:center"><span st=
yle=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);font-weight:7=
00;vertical-align:baseline;white-space:pre-wrap;background-color:transparen=
t">3</span></p></td><td style=3D"border:1px solid rgb(0,0,0);vertical-align=
:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.38;margin-top:0pt;m=
argin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;colo=
r:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:=
transparent">Propose libsecp256k1 validation PR as soon as all currently-in=
-pipeline API changes are merged</span></p></td><td style=3D"border:1px sol=
id rgb(0,0,0);vertical-align:top;padding:7px"><br></td><td style=3D"border:=
1px solid rgb(0,0,0);vertical-align:top;padding:7px"><br></td></tr><tr styl=
e=3D"height:0px"><td style=3D"border:1px solid rgb(0,0,0);vertical-align:to=
p;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.2;margin-top:0pt;margi=
n-bottom:0pt;text-align:center"><span style=3D"font-size:14.6667px;font-fam=
ily:Arial;color:rgb(0,0,0);font-weight:700;vertical-align:baseline;white-sp=
ace:pre-wrap;background-color:transparent">4</span></p></td><td style=3D"bo=
rder:1px solid rgb(0,0,0);vertical-align:top;padding:7px"><p dir=3D"ltr" st=
yle=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt"><span style=3D"fon=
t-size:14.6667px;font-family:Arial;color:rgb(0,0,0);vertical-align:baseline=
;white-space:pre-wrap;background-color:transparent">Review BIP 68, review #=
6312, #6564</span></p></td><td style=3D"border:1px solid rgb(0,0,0);vertica=
l-align:top;padding:7px"><br></td><td style=3D"border:1px solid rgb(0,0,0);=
vertical-align:top;padding:7px"><br></td></tr><tr style=3D"height:0px"><td =
style=3D"border:1px solid rgb(0,0,0);vertical-align:top;padding:7px"><p dir=
=3D"ltr" style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt;text-ali=
gn:center"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0=
,0,0);font-weight:700;vertical-align:baseline;white-space:pre-wrap;backgrou=
nd-color:transparent">5</span></p></td><td style=3D"border:1px solid rgb(0,=
0,0);vertical-align:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.=
2;margin-top:0pt;margin-bottom:0pt"><span style=3D"font-size:14.6667px;font=
-family:Arial;color:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap=
;background-color:transparent">versionbits BIP number assignment</span></p>=
</td><td style=3D"border:1px solid rgb(0,0,0);vertical-align:top;padding:7p=
x"><p dir=3D"ltr" style=3D"line-height:1.2;margin-top:0pt;margin-bottom:0pt=
"><span style=3D"font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);ver=
tical-align:baseline;white-space:pre-wrap;background-color:transparent">gma=
xwell</span></p></td><td style=3D"border:1px solid rgb(0,0,0);vertical-alig=
n:top;padding:7px"><p dir=3D"ltr" style=3D"line-height:1.2;margin-top:0pt;m=
argin-bottom:0pt"><span style=3D"font-size:14.6667px;font-family:Arial;colo=
r:rgb(0,0,0);vertical-align:baseline;white-space:pre-wrap;background-color:=
transparent">2015-09-25</span></p></td></tr></tbody></table></div><br></spa=
n><div><span>Google Doc:</span></div><div><span><a href=3D"https://docs.goo=
gle.com/document/d/1zsWVaf5H9ECrN1zPutMdD_2ky3fnhQUM411NDrRrc-M/edit">https=
://docs.google.com/document/d/1zsWVaf5H9ECrN1zPutMdD_2ky3fnhQUM411NDrRrc-M/=
edit</a></span></div></div>

--001a1140f62864bd95052087707b--