Skip to content

Instantly share code, notes, and snippets.

@jl2012
jl2012 / BIP_segwit
Last active December 18, 2015 18:05 — forked from CodeShark/BIP_segwit
segwit BIP draft
<pre>
SEGWIT BIP...yada yada...
</pre>
==Abstract==
This BIP defines a new structure called a "witness" that is committed to blocks separately from the transaction merkle tree. This structure contains data required to check transaction validity but not required to determine transaction effects. In particular, scripts and signatures are moved into this new structure.
The witness is committed in a tree that is nested into the block's existing merkle root via the coinbase transaction for the purpose of making this BIP soft fork compatible. A future hard fork can place this tree in its own branch.
@jl2012
jl2012 / blocksize.mediawiki
Last active August 29, 2015 14:27 — forked from sipa/blocksize.mediawiki
Block size according to technological growth.

  BIP: ??
  Title: Block size following technological growth
  Author: Pieter Wuille <pieter.wuille@gmail.com>
  Status: Draft
  Type: Standards Track
  Created: 2015-07-21

Abstract