1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-06-02 12:20:00 +00:00

Commit Graph

  • df01620ebc Update bip-invoicerequest-extension.mediawiki Matt David 2016-03-01 10:50:50 -08:00
  • efa3605fbe Update bip-invoicerequest-extension.mediawiki Matt David 2016-03-01 10:49:24 -08:00
  • c8d5aea72b Merge pull request #343 from morcos/113fixes Luke-Jr 2016-03-01 04:17:38 +00:00
  • 9fb2341c5d Merge pull request #342 from morcos/68fixes Luke-Jr 2016-03-01 03:35:42 +00:00
  • 976d5856b3 Merge pull request #344 from sipa/bip9work Luke-Jr 2016-03-01 03:19:22 +00:00
  • 8315dfd3fa Rewrite state transition logic #344 Pieter Wuille 2016-03-01 04:05:48 +01:00
  • 737bf29de2 Update former BIP references and consistency Pieter Wuille 2016-03-01 01:24:34 +01:00
  • 226bd097a9 Add start time Pieter Wuille 2016-03-01 01:06:16 +01:00
  • 2b27bb5d27 Merge pull request #219 from CodeShark/BIP0009_revisions Luke-Jr 2016-03-01 00:25:30 +00:00
  • 24f705f860 Merge pull request #341 from morcos/feefilter Luke-Jr 2016-03-01 00:14:34 +00:00
  • 8d7748e6fb Remove BIP68's dependence on this BIP. Remove deployment details. #343 Alex Morcos 2016-02-29 15:59:43 -05:00
  • ab9b17b7f5 add copyright #341 Alex Morcos 2016-02-29 16:10:14 -05:00
  • c52eba239c Clarify non-dependence on BIP113 #342 Alex Morcos 2016-02-29 14:30:32 -05:00
  • 56bea488cb [BIP 2] Allow optional License-Code header #334 MarcoFalke 2016-02-27 14:12:08 +01:00
  • feb11160c2 Submit feefilter message as BIP 133 Alex Morcos 2016-02-25 13:29:01 -05:00
  • 7a9cdfe919 Merge remote-tracking branch 'origin-pull/230/head' Luke Dashjr 2016-02-24 21:12:31 +00:00
  • 15c0b250cb Merge pull request #257 from SamouraiDev/SamouraiDev-patch-1 Luke-Jr 2016-02-24 21:11:29 +00:00
  • 7b16ed6389 Merge pull request #337 from Sjors/patch-1 Luke-Jr 2016-02-24 21:11:00 +00:00
  • eb2e7c2314 Merge pull request #309 from dcousens/patch-3 Luke-Jr 2016-02-24 20:35:34 +00:00
  • 1fc921c872 - Update motivation for the open standards in the list for optional identity sharing Matt David 2016-02-24 09:09:29 -08:00
  • 30fb3ae942 Merge pull request #333 from btcdrak/112update Luke-Jr 2016-02-24 05:37:51 +00:00
  • 0bba14f2ae Bugfix: README.mediawiki colours #904 #511 #339 20160201_status_updates_d2f Luke Dashjr 2016-02-24 05:30:57 +00:00
  • 50aa85ee73 Merge branch 'master' into 20160201_status_updates_d2f Luke Dashjr 2016-02-24 05:30:41 +00:00
  • a74ea14bc6 Promote Draft->Final BIPs: 50 and 73 Luke Dashjr 2016-02-01 21:17:02 +00:00
  • b8fe6e43c6 Merge pull request #326 from dangershony/patch-1 Luke-Jr 2016-02-24 05:08:20 +00:00
  • de90683130 BIP 39: prettier formatting of implementation list #336 Sjors Provoost 2016-02-23 11:24:29 +08:00
  • ca0f07cfa7 - Add qualifier that nonce MUST be chosen by the encryptor. - Also, fix ** used for bold and replace with <b></b> Matt David 2016-02-22 13:47:49 -08:00
  • 8dffb2e58a Merge pull request #10 from jmacwhyte/proofread Matt David 2016-02-22 13:46:00 -08:00
  • 27bfd6165f Made public keys required, updated steps jmacwhyte 2016-02-22 13:09:06 -08:00
  • 10e6f46569 - Make message public key sharing mandatory for messages that are encrypted and where both keys are known. For EncryptedInvoiceRequest, only the sender_public_key is required - Add nonce to EncryptedPaymentRequest, EncryptedPayment and EncryptedPaymentACK - Update ECDH instruction to allow for the current message instead of an InvoiceRequest to contain the nonce - Updated paymentrequest.proto with BIP definition changes Matt David 2016-02-22 12:04:54 -08:00
  • 717228b8fd BIP 39: link BitcoinJS & blockchain.info implementation Sjors Provoost 2016-02-22 15:10:48 +08:00
  • d5762820c1 BIP69: Add link to Blockchain.info implementation #337 Sjors Provoost 2016-02-22 14:57:35 +08:00
  • 6a08dae8c4 Merge pull request #9 from jmacwhyte/proofread Matt David 2016-02-21 22:06:47 -08:00
  • 198188b924 Improved message definitions, etc. jmacwhyte 2016-02-21 21:31:16 -08:00
  • 52b6cde023 - Fix Signature note formatting - Change No EncryptedPayment Required title - Fix BIP70 link format in References Matt David 2016-02-21 14:06:03 -08:00
  • 8e8c9778e9 - Add memo to InvoiceRequest message - Add ephemeral_public_key and requires_payment_message fields to EncryptedPaymentRequest + updated descriptions - Update EncryptedPayment and EncryptedPaymentACK message descriptions to use ECDH-derived key for signature instead of each side's public key - Slim down message content-types - Add EncryptedPayment and EncryptedPaymentACK creation detail steps - Add updated paymentrequest.proto to bip-ir/ directory - Add additional flow diagrams for various mobile-to-mobile / Store & Forward scenarios Matt David 2016-02-21 14:00:02 -08:00
  • 481844e49b Merge pull request #8 from jmacwhyte/master Matt David 2016-02-19 10:12:22 -08:00
  • b01c6b7089 Added EncryptedPayment and ACK, other readability and consistency fixes jmacwhyte 2016-02-18 17:47:48 -08:00
  • 0c3d6d15ae Include grammar fixes from Dawn Matt David 2016-02-17 16:11:59 -08:00
  • 7a92454e54 Merge branch 'encrypted-invoicerequest' Matt David 2016-02-16 15:26:30 -08:00
  • e675fe9bdd Merge pull request #6 from justinwnewton/patch-4 Matt David 2016-02-16 15:25:29 -08:00
  • 17dfa4149e Merge pull request #7 from justinwnewton/patch-5 Matt David 2016-02-16 15:25:05 -08:00
  • 101718fc6a - Move Definitions section up - Seperate Process sections into regular and encrypted InvoiceRequest processes and flow diagrams Matt David 2016-02-16 15:22:18 -08:00
  • 7509fae0be Update bip-0021.mediawiki #335 Sandro Machado 2016-02-16 22:18:45 +00:00
  • f41e886f25 Request Matt to update use case 3 Justin Newton 2016-02-16 13:41:56 -08:00
  • 79cc9bdaa6 Update to add 3rd motivation Justin Newton 2016-02-16 13:19:16 -08:00
  • c7fd6ddb2e Merge pull request #4 from justinwnewton/patch-2 Matt David 2016-02-16 10:57:38 -08:00
  • e4a7582c98 Merge pull request #5 from justinwnewton/patch-3 Matt David 2016-02-16 10:57:10 -08:00
  • d9bf987b99 Add indents for point 2 of the Motivation section Matt David 2016-02-16 10:56:08 -08:00
  • 4e6ff9f149 changed justin's email back to @netkic.om Justin Newton 2016-02-16 10:52:47 -08:00
  • 961c51c3b2 editied Abstract Justin Newton 2016-02-16 10:51:40 -08:00
  • e0bd3b599a - Fixed typos and added a bit more explanation for the Wallet Name public key retrieval example Matt David 2016-02-15 17:35:23 -08:00
  • db2bf02180 - Updated Mobile-to-Mobile image to visually include Payment and PaymentACK messages with Store & Forward server Matt David 2016-02-15 17:29:33 -08:00
  • 62d19677c8 - Add encrypted invoicerequest requirement - Change ReturnPaymentRequest message name to EncryptedPaymentRequest - Add Payment Request (with Store & Forward server) use-case documentation - Add initial public key retrieval ideas Matt David 2016-02-15 17:19:37 -08:00
  • 7f12be52d3 [BIP 2] License header in preamble MarcoFalke 2016-02-13 22:56:50 +01:00
  • a712fe5e22 Update BIP112 reference example #333 BtcDrak 2016-02-13 12:14:03 +00:00
  • 561e1b77bd Merge pull request #329 from gavinandresen/withdraw_bip101 Luke-Jr 2016-02-13 04:31:30 +00:00
  • 1b9cab75a9 Merge pull request #327 from btcdrak/patch-3 Gavin Andresen 2016-02-12 17:33:52 -05:00
  • 92586a1e38
    Set background to withdrawn color #329 Gavin Andresen 2016-02-12 17:33:05 -05:00
  • 0c7b56c823 Merge pull request #332 from paveljanik/patch-2 Luke-Jr 2016-02-12 18:08:07 +00:00
  • 545017feb4 PR 6564 -> 7524 #332 paveljanik 2016-02-12 19:01:52 +01:00
  • cde1e50d9d ISM: Proper case paveljanik 2016-02-12 18:52:13 +01:00
  • aa7719688c BIP1: formatfix for auxiliary file subsection #331 Bryan Bishop 2016-02-12 09:04:11 -06:00
  • e51082150c BIP1: fix typo in old changelog line Bryan Bishop 2016-02-12 09:00:21 -06:00
  • 5dcf6e7b8c Merge branch 'master' of github.com:bitcoin/bips Luke Dashjr 2016-02-12 07:27:17 +00:00
  • ab90b5289f Merge branch '20160201_status_updates_a2f' Luke Dashjr 2016-02-12 07:17:43 +00:00
  • f8869a2917 Merge pull request #330 from btcdrak/68nits Luke-Jr 2016-02-12 04:33:26 +00:00
  • 0e48a2466c Update BIP68 implementation to match spec #330 BtcDrak 2016-02-12 04:10:24 +00:00
  • fe1b3b5b7b Merge pull request #328 from gavinandresen/bump2mb Luke-Jr 2016-02-12 00:47:56 +00:00
  • 0c956f8f64
    Withdraw BIP 101 proposal Gavin Andresen 2016-02-11 15:25:06 -05:00
  • 0e7466abc2
    Tweaked BIP 109 title #328 Gavin Andresen 2016-02-11 11:37:13 -05:00
  • c469bd930b
    Add copyright Gavin Andresen 2016-02-11 09:27:01 -05:00
  • 6cf4333170
    BIP102 variation for a 2mb block size bump Gavin Andresen 2016-01-28 10:53:43 -05:00
  • 7ae2624bb3 - Update e-mail addresses for Justin and Matt - Add 2 new use cases and add Wallet Name to the Address Book section of optional ways to add entries to an address book Matt David 2016-02-10 09:43:21 -08:00
  • 0c0ac09ccf Correct typo #327 ฿tcDrak 2016-02-10 17:25:52 +00:00
  • 37b988a035 Adding crypzo to BIP44 supported wallets #326 Dan Gershony 2016-02-10 17:23:28 +00:00
  • 9bb5acaec7
    Typo #325 Thomas Kerin 2016-02-09 18:52:38 +00:00
  • e216baba46 Merge pull request #323 from luke-jr/bip0050_updates Gavin Andresen 2016-02-09 08:08:06 -05:00
  • 42777fed36 bip-0145: Remove incomplete thought Luke Dashjr 2016-02-09 05:26:28 +00:00
  • 4299e61179 Merge pull request #324 from luke-jr/segwit_gbt Luke-Jr 2016-02-09 05:22:23 +00:00
  • 3cc972c93e Merge pull request #322 from luke-jr/travis Luke-Jr 2016-02-09 05:18:40 +00:00
  • ebf5c28988 Travis: Initial formatting tests #322 Luke Dashjr 2016-02-03 21:47:48 +00:00
  • 421577d6cf Assign BIP 145: getblocktemplate Updates for Segregated Witness #324 Luke Dashjr 2016-02-09 05:12:38 +00:00
  • 072173f3c5 bip-0050: Final update to what actually occurred #323 Luke Dashjr 2016-02-09 04:56:36 +00:00
  • dc3fb9755c Merge branch 'bip-biprevised' Luke Dashjr 2016-02-08 22:10:42 +00:00
  • e56e747f78 Merge pull request #321 from Roasbeef/bip-68-spelling Luke-Jr 2016-02-08 08:42:25 +00:00
  • 04bc8408cf BIP 68 Nit: fix spelling Contrats -> Contracts #321 Olaoluwa Osuntokun 2016-02-05 20:30:12 -08:00
  • 32231cddc6 Revert "bip-0002: Note that the comments must address the proposal itself" Luke Dashjr 2016-02-05 01:32:59 +00:00
  • 54a753d6c9 bip-0002: Note that the comments must address the proposal itself Luke Dashjr 2016-02-05 01:08:39 +00:00
  • fc352d54e8 bip-0002: Be more explicit on the need for review to primarily occur on the ML during drafting Luke Dashjr 2016-02-05 01:06:08 +00:00
  • 438bb6bbab bip-0002: Be more specific on how additional comments forums can be specified Luke Dashjr 2016-02-05 00:22:05 +00:00
  • 8c50a8012e bip-0002: Rewrite Abstract, and move rationale previously included in it to the applicable Rationale sections Luke Dashjr 2016-02-05 00:18:02 +00:00
  • d21c27b96e bip-0002: Clarify that BIP comments are intended for final reviews, not suggestions to drafts Luke Dashjr 2016-02-05 00:04:55 +00:00
  • a6d333ed6b Merge pull request #319 from btcdrak/bip68nit Luke-Jr 2016-02-04 23:51:03 +00:00
  • 3c6a8e5f91 Merge pull request #318 from jl2012/patch-11 Luke-Jr 2016-02-04 23:50:38 +00:00
  • 4a515ee2dc Minor update of implementation for BIP68 #319 BtcDrak 2016-02-04 20:38:33 +00:00
  • 2d909ad98a BIP34 correction #318 Johnson Lau 2016-02-05 02:13:31 +08:00
  • 5fb9d90d2d Merge branch 'bip-biprevised' of github.com:luke-jr/bips into bip-biprevised Luke Dashjr 2016-02-04 04:13:13 +00:00
  • a2e87c208f Assign BIP 2: BIP Status and Comments Luke Dashjr 2016-02-04 04:12:03 +00:00
  • 04fce4aa75 bip-biprevised: Clarify soft-fork blocking by ec. consensus Luke Dashjr 2016-02-04 04:10:30 +00:00