Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-24 | versionbits: the BIP. | Rusty Russell | |
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||
2015-09-23 | Merge pull request #206 from maaku/sequencenumbers3 | Luke-Jr | |
Rewrite BIP 68 to reflect current state of pull request #6312 | |||
2015-09-23 | Rewrite 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-22 | Merge pull request #205 from justusranvier/version_byte | Luke-Jr | |
BIP-47: correct base58check version byte | |||
2015-09-21 | BIP-47: correct base58check version byte | Justus 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-20 | Merge pull request #204 from MarcoFalke/patch-5 | Luke-Jr | |
BIP-0069: [trivial] expression | |||
2015-09-20 | [trivial] expression | MarcoFalke | |
2015-09-19 | Merge pull request #157 from kristovatlas/master | Luke-Jr | |
Added BIP 69: Lexicographical Indexing of Inputs and Outputs | |||
2015-09-19 | add EOF newlines per @luke-jr | Kristov 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-19 | Merge pull request #199 from rayrrr/master | Luke-Jr | |
BIP70: Fix broken extensions registry link in code comment. | |||
2015-09-19 | Merge pull request #201 from justusranvier/valid_key | Luke-Jr | |
BIP-47: Clarify decoding of notification transactions | |||
2015-09-19 | Merge pull request #179 from btcdrak/bip-checksequenceverify | Luke-Jr | |
BIP112: CHECKSEQUENCEVERIFY | |||
2015-09-19 | Merge pull request #194 from btcdrak/patch-2 | Luke-Jr | |
BIP105: Update to account for BIP34 | |||
2015-09-18 | BIP-47: Clarify decoding of notification transactions | Justus Ranvier | |
Specify procedure for extracting payment codes from notification transactions. Add explicit check that payment code x values are valid for secp256k1 | |||
2015-09-13 | Fix link to BIP 70 extensions registry in comment. | rayrrr | |
2015-09-11 | Merge pull request #1 from dcousens/bip69fixes | Kristov Atlas | |
BIP69 edits by @dcousens | |||
2015-09-10 | endianness not relevant, use byte order | Daniel Cousens | |
2015-09-07 | Add constant definitions for clarity | ฿tcDrak | |
Formatting Fix typos Update with BIP 112 assignment Update references to BIP113 Update deployment methodology Add references | |||
2015-09-07 | Comprehensive editing to clarify meaning and intent of existing text. | Mark Friedenbach | |
2015-09-07 | BIP for OP_CHECKSEQUENCEVERIFY | BtcDrak | |
2015-09-06 | Update to account for BIP34 | ฿tcDrak | |
2015-09-05 | Merge pull request #193 from UpalChakraborty/patch-2 | Luke-Jr | |
Update README.mediawiki | |||
2015-09-05 | Merge pull request #191 from UpalChakraborty/patch-1 | Luke-Jr | |
BIP 106: Dynamically Controlled Bitcoin Block Size Max Cap | |||
2015-09-06 | Update README.mediawiki | UpalChakraborty | |
Added BIP 106 | |||
2015-09-06 | Update and rename BIP-1xx.mediawiki to bip-0106.mediawiki | UpalChakraborty | |
2015-09-04 | Create BIP-1xx.mediawiki | UpalChakraborty | |
2015-09-04 | Merge pull request #190 from luke-jr/bugfix_bip17_withdrawn | Wladimir J. van der Laan | |
Bugfix: BIP17: Withdrawn is the status, not the type | |||
2015-09-04 | Bugfix: BIP17: Withdrawn is the status, not the type | Luke Dashjr | |
2015-09-04 | Merge pull request #189 from btcdrak/patch-1 | Luke-Jr | |
Update readme table | |||
2015-09-04 | Update readme table | ฿tcDrak | |
2015-09-04 | Merge pull request #182 from btcdrak/bip-median-past-timelock | Luke-Jr | |
BIP113: Median Past LockTime | |||
2015-09-04 | Update with BIP assignments | ฿tcDrak | |
Update deployment methodology | |||
2015-09-04 | Fix typos. | Mark Friedenbach | |
2015-09-04 | Update references | Thomas Kerin | |
2015-09-04 | Rewrote and clarified some sections of the median time-past BIP. | Mark Friedenbach | |
2015-09-04 | Added note about compatibility and formatting | ฿tcDrak | |
2015-09-04 | Initial commit of BIP: Median-past Timelock | Thomas Kerin | |
2015-09-03 | Merge pull request #159 from OpenBitcoinPrivacyProject/master | Luke-Jr | |
BIP-0047: Reusable payment codes | |||
2015-09-03 | Merge remote-tracking branch 'origin-pull/178/head' | Luke Dashjr | |
2015-09-03 | Merge pull request #176 from droark/patch-2 | Luke-Jr | |
Minor grammatical change | |||
2015-09-03 | Merge pull request #187 from btcdrak/bip-cbbsra | Luke-Jr | |
BIP105: Consensus based block size retargeting algorithm | |||
2015-09-02 | Add bounded limits to blocksize | ฿tcDrak | |
Choosing 8MB because currently the consensus among miners is 8MB is the largest tolerable size. | |||
2015-09-02 | Rename bip-cbbrsa.mediawiki to bip-0105.mediawiki | ฿tcDrak | |
2015-09-02 | Update with BIP 105 assignment. | ฿tcDrak | |
2015-09-01 | Merge pull request #183 from TheBlueMatt/master | Wladimir J. van der Laan | |
BIP 111 | |||
2015-09-01 | Remove confusing * | Matt Corallo | |
2015-08-28 | Initial commit | BtcDrak | |
Transferring from gist https://gist.github.com/btcdrak/1c3a323100a912b605b5 | |||
2015-08-28 | Revert "remove malleability foot note" | Daniel Cousens | |
This reverts commit c6ed18d8b27be10b5f0c5f357969e1b0dbf963db. | |||
2015-08-26 | Merge pull request #1 from techstoreclub/fix/bip-111-number | Matt Corallo | |
Fix index number on BIP 111 & Formatting | |||
2015-08-26 | bip-111 convert formatting to mediawiki | Andy Chase | |