public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Project status
@ 2011-08-29 20:10 Gavin Andresen
  2011-08-29 20:15 ` Luke-Jr
  2011-08-30  1:09 ` Matt Corallo
  0 siblings, 2 replies; 7+ messages in thread
From: Gavin Andresen @ 2011-08-29 20:10 UTC (permalink / raw)
  To: Bitcoin Dev

Quick brain dump on a bunch of stuff:

I'd like to get a 0.4 release out, but am still working on a fix for
the deadlock bugs that the new wallet encryption and/or the CWallet
refactoring caused. My short-term plan is to reduce the number of
locks and make sure they're always acquired in a consistent order.
Longer term, I think reworking the design to be based on
boost::asio and use fewer threads is probably the right thing to do.

Other things on the 0.4 TODO list:  block chain checkpoint (got a PULL
for that, thanks).  Updated list of hard-coded seed nodes (nanotube
did that last time). Pieter's dump/import privkey patch.

After my talk at the conference, Alex Waters approached me about being
the core bitcoin Q/A lead; he'll be working on creating test plans,
keeping on top of the issues list, testing new features, and
suggesting improvements to the code/test/release process.  And
whatever else he thinks needs to be done to improve core bitcoin.

I'll be rewriting the m-of-n signature "standard transaction" proposal
to mitigate a potential denial-of-service attack that I realized it
would open up (details later, I don't want to give bad guys ideas).


-- 
--
Gavin Andresen



^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Bitcoin-development] Project status
@ 2011-09-13 14:43 Gavin Andresen
  2011-09-13 16:40 ` Luke-Jr
  0 siblings, 1 reply; 7+ messages in thread
From: Gavin Andresen @ 2011-09-13 14:43 UTC (permalink / raw)
  To: Bitcoin Dev

0.4 RELEASE

Bitcoin version 0.4 release candidate 2 looks stable; I've been
running a slightly-modified version of it on the Faucet website with
no issues for a couple of days now, and am not aware of any
show-stopper issues.

I built and uploaded OSX binaries to github:
  https://github.com/bitcoin/bitcoin/downloads

Windows and Linux binaries will appear as soon as our "gitian-capable"
builders get a minute to create them (Jeff and Matt have been busy
with real life or their day jobs).

I'd like to switch from distributing binaries on SourceForge to
distributing them on GitHub, since GitHub supports https downloads.


NEXT RELEASE

If you have patches waiting to be pulled, now would be a good time to
rebase them; I expect minimal-to-no changes between release candidate
2 and the final 0.4 release.

And, if you haven't already, write up a little test plan and/or add
some unit tests.

The big planned feature for next release is switching from wxWidgets
to qt for the GUI client.

ON THE RADAR

I'm going to start separate discussions about a few need-deep-thinking issues:

1) There is a bug/design flaw in bitcoin's difficulty adjustment
algorithm. More generally, there have been nagging issues surrounding
how bitcoin handles time that I think need to be addressed.

2) I'm going to submit pull requests for an implementation of the
"don't talk to misbehaving peers" idea. That should proactively
prevent a whole swath of potential denial-of-service attacks, but if I
got it wrong it could be very bad for the network.

3) I'd really like to come to consensus on one or more
'multi-signature' standard transactions to enable much better wallet
backup and security.

Lets talk about those three issues in separate threads.

-- 
--
Gavin Andresen



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-13 17:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-29 20:10 [Bitcoin-development] Project status Gavin Andresen
2011-08-29 20:15 ` Luke-Jr
2011-08-30  1:09 ` Matt Corallo
2011-09-13 14:43 Gavin Andresen
2011-09-13 16:40 ` Luke-Jr
2011-09-13 16:48   ` Douglas Huff
2011-09-13 16:53     ` Luke-Jr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox