summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-27More btcdrak feedback.Rusty Russell
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-25Bip number assigned: 9.Rusty Russell
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-25Formatting feedback & copyright from btcdrak.Rusty Russell
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-24versionbits: the BIP.Rusty Russell
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-23Merge pull request #206 from maaku/sequencenumbers3Luke-Jr
Rewrite BIP 68 to reflect current state of pull request #6312
2015-09-23Rewrite BIP to reflect current state of pull request #6312, including the ↵Mark Friedenbach
removal of bit inversion and the allocation of future soft-fork bits.
2015-09-22Merge pull request #205 from justusranvier/version_byteLuke-Jr
BIP-47: correct base58check version byte
2015-09-21BIP-47: correct base58check version byteJustus Ranvier
Previously specified version byte only produced the desired leading character if the check bytes were omitted Thanks to TD from Samourai Wallet for pointing this out
2015-09-20Merge pull request #204 from MarcoFalke/patch-5Luke-Jr
BIP-0069: [trivial] expression
2015-09-20[trivial] expressionMarcoFalke
2015-09-19Merge pull request #157 from kristovatlas/masterLuke-Jr
Added BIP 69: Lexicographical Indexing of Inputs and Outputs
2015-09-19add EOF newlines per @luke-jrKristov Atlas
“README.mediawiki and bip-0069/bip-0069_examples.py are missing EOF newlines. Anything else needed before merging this draft?” — @luke-jr
2015-09-19Merge pull request #199 from rayrrr/masterLuke-Jr
BIP70: Fix broken extensions registry link in code comment.
2015-09-19Merge pull request #201 from justusranvier/valid_keyLuke-Jr
BIP-47: Clarify decoding of notification transactions
2015-09-19Merge pull request #179 from btcdrak/bip-checksequenceverifyLuke-Jr
BIP112: CHECKSEQUENCEVERIFY
2015-09-19Merge pull request #194 from btcdrak/patch-2Luke-Jr
BIP105: Update to account for BIP34
2015-09-18BIP-47: Clarify decoding of notification transactionsJustus Ranvier
Specify procedure for extracting payment codes from notification transactions. Add explicit check that payment code x values are valid for secp256k1
2015-09-13Fix link to BIP 70 extensions registry in comment.rayrrr
2015-09-11Merge pull request #1 from dcousens/bip69fixesKristov Atlas
BIP69 edits by @dcousens
2015-09-10endianness not relevant, use byte orderDaniel Cousens
2015-09-07Add constant definitions for clarity฿tcDrak
Formatting Fix typos Update with BIP 112 assignment Update references to BIP113 Update deployment methodology Add references
2015-09-07Comprehensive editing to clarify meaning and intent of existing text.Mark Friedenbach
2015-09-07BIP for OP_CHECKSEQUENCEVERIFYBtcDrak
2015-09-06Update to account for BIP34฿tcDrak
2015-09-05Merge pull request #193 from UpalChakraborty/patch-2Luke-Jr
Update README.mediawiki
2015-09-05Merge pull request #191 from UpalChakraborty/patch-1Luke-Jr
BIP 106: Dynamically Controlled Bitcoin Block Size Max Cap
2015-09-06Update README.mediawikiUpalChakraborty
Added BIP 106
2015-09-06Update and rename BIP-1xx.mediawiki to bip-0106.mediawikiUpalChakraborty
2015-09-04Create BIP-1xx.mediawikiUpalChakraborty
2015-09-04Merge pull request #190 from luke-jr/bugfix_bip17_withdrawnWladimir J. van der Laan
Bugfix: BIP17: Withdrawn is the status, not the type
2015-09-04Bugfix: BIP17: Withdrawn is the status, not the typeLuke Dashjr
2015-09-04Merge pull request #189 from btcdrak/patch-1Luke-Jr
Update readme table
2015-09-04Update readme table฿tcDrak
2015-09-04Merge pull request #182 from btcdrak/bip-median-past-timelockLuke-Jr
BIP113: Median Past LockTime
2015-09-04Update with BIP assignments฿tcDrak
Update deployment methodology
2015-09-04Fix typos.Mark Friedenbach
2015-09-04Update referencesThomas Kerin
2015-09-04Rewrote and clarified some sections of the median time-past BIP.Mark Friedenbach
2015-09-04Added note about compatibility and formatting฿tcDrak
2015-09-04Initial commit of BIP: Median-past TimelockThomas Kerin
2015-09-03Merge pull request #159 from OpenBitcoinPrivacyProject/masterLuke-Jr
BIP-0047: Reusable payment codes
2015-09-03Merge remote-tracking branch 'origin-pull/178/head'Luke Dashjr
2015-09-03Merge pull request #176 from droark/patch-2Luke-Jr
Minor grammatical change
2015-09-03Merge pull request #187 from btcdrak/bip-cbbsraLuke-Jr
BIP105: Consensus based block size retargeting algorithm
2015-09-02Add bounded limits to blocksize฿tcDrak
Choosing 8MB because currently the consensus among miners is 8MB is the largest tolerable size.
2015-09-02Rename bip-cbbrsa.mediawiki to bip-0105.mediawiki฿tcDrak
2015-09-02Update with BIP 105 assignment.฿tcDrak
2015-09-01Merge pull request #183 from TheBlueMatt/masterWladimir J. van der Laan
BIP 111
2015-09-01Remove confusing *Matt Corallo
2015-08-28Initial commitBtcDrak
Transferring from gist https://gist.github.com/btcdrak/1c3a323100a912b605b5