Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | Less visible error | Steven Roose | |
2016-05-15 | Merge remote-tracking branch 'origin/master' into segwit_gbt_updates_20160330 | Luke Dashjr | |
2016-05-14 | Error in BIP0009 code | Steven Roose | |
2016-05-14 | BIP0009 code syntax fix | Steven Roose | |
2016-05-11 | bip-0009: Remove n/a paragraph | Luke Dashjr | |
2016-05-11 | - Remove libsecp256k1 reference | Matt David | |
2016-05-11 | - Update ECDH output to use SHA512 instead of SHA256 | Matt David | |
- Specify HMAC_DRBG security strength | |||
2016-05-11 | Replace "rules/force" mutation with a "cannot be ignored" prefix to rule names | Luke Dashjr | |
2016-05-10 | Merge pull request #381 from dooglus/patch-3 | Luke-Jr | |
Update bip-0112.mediawiki | |||
2016-05-09 | Merge remote-tracking branch 'upstream/master' | Matt David | |
# Conflicts: # bip-0075.mediawiki | |||
2016-05-07 | Add sorting | BtcDrak | |
2016-05-07 | Add BIP9 assignments | BtcDrak | |
2016-05-07 | Merge pull request #384 from jl2012/patch-19 | Luke-Jr | |
BIP141: BIP9 parameters for testnet | |||
2016-05-06 | BIP141: BIP9 parameters for testnet | Johnson Lau | |
2016-05-01 | Merge pull request #378 from jl2012/patch-18 | Luke-Jr | |
BIP141 clarifications and formatting | |||
2016-05-01 | Merge pull request #382 from dooglus/patch-4 | Luke-Jr | |
Update bip-0068.mediawiki | |||
2016-04-30 | Update bip-0068.mediawiki | Chris Moore | |
Fix typo. | |||
2016-04-30 | Update bip-0112.mediawiki | Chris Moore | |
CHECKLOCKTIMEVERIFY is absolute (not relative) isn't it? | |||
2016-04-29 | Merge pull request #380 from achow101/master | Luke-Jr | |
Update BIP 144 'havewitness' to service bit | |||
2016-04-28 | Merge pull request #17 from jmacwhyte/master | Matt David | |
Updated S&F suggestions, some other tweaks and typos. | |||
2016-04-28 | Updated S&F suggestions, some other tweaks and typos. | jmacwhyte | |
2016-04-28 | - Spacing | Matt David | |
- Recommit mistakently deleted encrypted invoicerequest flow diagram | |||
2016-04-28 | Update to NODE_WITNESS service bit | Andrew Chow | |
2016-04-27 | Fix spacing again and pull IV size down to 12 bytes in accord with NIST 800-38D | Matt David | |
2016-04-27 | - Fix spacing | Matt David | |
2016-04-27 | - Fix spacing | Matt David | |
2016-04-27 | - Add information about the use of GCM Authentication tag | Matt David | |
- Add requirement of additional authenticated data in the case that either status_code and/or status_message are in use | |||
2016-04-26 | Add more linebreaks | Matt David | |
2016-04-26 | Adding linebreaks and fixing some bad links | Matt David | |
2016-04-26 | - Fix straggling EncryptedPaymentRequest reference | Matt David | |
2016-04-26 | - Fix formatting + fix/add links | Matt David | |
- Update images | |||
2016-04-26 | - Reset bip-0070/extensions.mediawiki to the original BIP70 contents | Matt David | |
- Remove status_code and status_message from individual Payment Protocol messages - Remove EncryptedInvoiceRequest, EncryptedPaymentRequest, EncryptedPayment and EncryptedPaymentACK messages from protobuf definition file - Add ProtocolMessageType enum and ProtocolMessageType and EncryptedProtocolMesssage messages to bip-0075/paymentrequest.proto definition file - Update BIP75 text to remove old individual message encryption paths and include new encapsulating messages for self-contained PaymentProtocol communication (including errors) over various transport layers - Add initial list of status codes - Update BIP75 to use AES-256-GCM and remove message hash as GCM mode provides authenticated encryption - Update ECDH calculation to use SHA256 hash of ECDH's X point instead of the raw X point itself | |||
2016-04-26 | BIP141 clarifications and formatting | Johnson Lau | |
Add rationale of block cost Change the name of "witness nonce" to "witness reserved value" Update link to reference implementation Formatting | |||
2016-04-26 | Merge pull request #377 from OpenBitcoinPrivacyProject/bip47 | Luke-Jr | |
BIP-0047: version 2 payment codes | |||
2016-04-25 | Merge pull request #2 from justusranvier/bip47 | Kristov Atlas | |
BIP-47: version 2 payment codes | |||
2016-04-25 | BIP 9 & 145: rules/force mutation | Luke Dashjr | |
2016-04-23 | BIP 9: Clarify GBT "version" | Luke Dashjr | |
2016-04-23 | BIP 9, 22 & 145: Use simple Yes/No rather than templates (which don't work ↵ | Luke Dashjr | |
on GitHub) | |||
2016-04-23 | Merge remote-tracking branch 'personal-github/segwit_gbt_updates_20160330' ↵ | Luke Dashjr | |
into segwit_gbt_updates_20160330 | |||
2016-04-23 | BIP 9 (& 145): Switch to rules/vbavailable/vbrequired GBT interface | Luke Dashjr | |
2016-04-23 | bip-0009: Recommend name "bipN" | Luke Dashjr | |
2016-04-23 | Merge branch 'master' into segwit_gbt_updates_20160330 | Luke Dashjr | |
2016-04-23 | Merge pull request #376 from jl2012/bip141p2sh | Luke-Jr | |
BIP141: Add P2SH-P2WPKH example and clarify block cost | |||
2016-04-23 | BIP141: Block cost clrification | jl2012 | |
2016-04-23 | Add P2SH-P2WPKH example | jl2012 | |
2016-04-23 | Merge pull request #375 from voisine/patch-4 | Luke-Jr | |
fix BIP141 nested P2SH scriptSig byte representation | |||
2016-04-22 | Update bip-0141.mediawiki | Aaron Voisine | |
The byte representation of "<0 <32-byte-hash>>" is "0x220020{32-byte-hash}" What was listed here would be the byte representation of "0 <32-byte-hash>". The text explains that there is only one item in scriptSig, so I'm guessing the byte representation is wrong. Also the corrected byte representation would produce the same sig/pubkey described in P2WSH after following the bip16 rules. | |||
2016-04-20 | Merge pull request #374 from kanzure/bip143-signaturehash | Luke-Jr | |
BIP143: Explicitly mention the SignatureHash function | |||
2016-04-20 | Merge pull request #373 from kanzure/bip143-typofix | Luke-Jr | |
BIP143: fix typo ("including") | |||
2016-04-20 | Merge pull request #372 from jl2012/patch-16 | Luke-Jr | |
BIP143 clarifying semantics of ACP|SINGLE |