summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-23Merge pull request #409 from NicolasDorier/masterLuke-Jr
header message can also get replied by getdata (CMPCT_BLOCK)
2016-06-21Merge pull request #408 from jl2012/patch-25Luke-Jr
Clarify BIP9 threshold
2016-06-19header message can also get replied by getdata (CMPCT_BLOCK)NicolasDorier
2016-06-20Clarify BIP9 thresholdJohnson Lau
The threshold for should be ≥2016 for mainnet, ≥1512 for testnet. https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/versionbits.cpp#L69 https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L84 https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L177
2016-06-17Merge pull request #307 from dcousens/patch-1Luke-Jr
add BIP39 javascript library
2016-06-17Merge pull request #406 from TheBlueMatt/masterLuke-Jr
Allow block responses to MSG_CMPCT_BLOCK requests
2016-06-16Allow block responses to MSG_CMPCT_BLOCK requestsMatt Corallo
2016-06-14Merge pull request #405 from jl2012/patch-24Luke-Jr
BIP143: typo fix
2016-06-14BIP143: typo fixJohnson Lau
2016-06-13Merge pull request #404 from jl2012/patch-23Luke-Jr
BIP143: private key for example
2016-06-13BIP143: private key for exampleJohnson Lau
2016-06-09Merge pull request #403 from jl2012/bip143examples2Luke-Jr
BIP143: Corrections and examples for OP_CODESEPERATOR
2016-06-10BIP143: Corrections and examples for OP_CODESEPERATORjl2012
2016-06-08Merge pull request #401 from jl2012/bip143examplesLuke-Jr
More examples for BIP143
2016-06-09More examples for BIP143jl2012
2016-06-07Merge pull request #397 from sipa/clarifymathLuke-Jr
Elaborate hash function design in BIP152
2016-06-07Merge pull request #395 from chriswheeler/fix-linkLuke-Jr
Fix typo on link to assignments
2016-06-07More small changesPieter Wuille
2016-06-04Merge pull request #398 from jl2012/patch-20Luke-Jr
BIP141: extend max witness program size to 40 bytes
2016-06-04BIP141: extend max witness program size to 40 bytesJohnson Lau
The maximum witness program size is increased from 32 to 40 bytes. This provides extra space to specify script version (for originally 16 upgradable versions to up to 16 * 2 ^ 64)
2016-06-04Small fixesPieter Wuille
2016-06-04Eloborate hash function design in BIP152Pieter Wuille
2016-06-01Merge pull request #365 from luke-jr/segwit_gbt_updates_20160330Luke-Jr
BIP 141 and 145: GBT updates for SegWit
2016-06-01Fix typo on link to assignmentsChris Wheeler
2016-05-31Merge pull request #386 from btcdrak/bip9assignLuke-Jr
Add BIP9 assignments
2016-05-31Merge branch 'master' into segwit_gbt_updates_20160330Luke Dashjr
2016-05-31BIP 22 & 145: Use simple Yes/No rather than templates (which don't work on ↵Luke Dashjr
GitHub)
2016-05-31Merge pull request #391 from luke-jr/vb_gbtLuke-Jr
BIP 9: GBT updates for versionbits
2016-05-24Merge pull request #393 from TheBlueMatt/masterLuke-Jr
Update to new BIP 152 Protocol Flow
2016-05-23Update to new BIP 152 Protocol FlowMatt Corallo
2016-05-23Merge pull request #392 from TheBlueMatt/masterLuke-Jr
Replace my generic bip@ email with bip-specific emails everywhere
2016-05-23Merge pull request #389 from TheBlueMatt/152Luke-Jr
BIP 152: Compact Block Relay
2016-05-22Replace my generic bip@ email with bip-specific emails everywhereMatt Corallo
2016-05-22Add compact-block bipMatt Corallo
2016-05-22bip-0009: Remove n/a paragraphLuke Dashjr
2016-05-22Replace "rules/force" mutation with a "cannot be ignored" prefix to rule namesLuke Dashjr
2016-05-22BIP 9: rules/force mutationLuke Dashjr
2016-05-22BIP 9: Clarify GBT "version"Luke Dashjr
2016-05-22BIP 9: Use simple Yes/No rather than templates (which don't work on GitHub)Luke Dashjr
2016-05-22BIP 9: Switch to rules/vbavailable/vbrequired GBT interfaceLuke Dashjr
2016-05-22bip-0009: Recommend name "bipN"Luke Dashjr
2016-05-22BIP 9: GBT specificationLuke Dashjr
2016-05-22BIP 9: Add softfork deployment "name"Luke Dashjr
2016-05-22BIP 9: Clarify nVersion interpretation and bit orderLuke Dashjr
2016-05-19Merge pull request #385 from techguy613/masterLuke-Jr
BIP75 Simplification and Enhancements
2016-05-18Merge pull request #388 from stevenroose/patch-2Luke-Jr
Error in BIP0009 code example
2016-05-18Merge pull request #362 from jonasschnelli/2016/03/auth_encLuke-Jr
BIP 151: Peer-to-Peer Communication Encryption
2016-05-18Add BIP151, Peer-to-Peer Communication EncryptionJonas Schnelli
2016-05-17Less visible errorSteven Roose
2016-05-15Merge remote-tracking branch 'origin/master' into segwit_gbt_updates_20160330Luke Dashjr