summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-11BIP 174: Specify that separator only appears at end of the mapBen Carman
2019-11-08Merge pull request #856 from ↵Luke Dashjr
emilengler/emilengler-redefinition-of-the-term-address BIP 179: Name for payment recipient identifiers
2019-11-07Add BIP 179: Name for payment recipient identifiersEmil Engler
2019-11-06Merge pull request #803 from kallewoof/bip-signetLuke Dashjr
BIP 325: Signet
2019-11-06BIP 325: SignetKarl-Johan Alm
2019-11-05Merge pull request #851 from naumenkogs/masterLuke Dashjr
BIP 330: Transaction announcements reconciliation
2019-11-05update readmeUser
2019-11-05Add comments links and created date.User
2019-11-04add trailing zero to the file nameUser
2019-11-04added missing leading zeroUser
2019-11-04Merge branch 'master' of https://github.com/naumenkogs/bipsUser
* 'master' of https://github.com/naumenkogs/bips: Update bip-reconcil.mediawiki
2019-11-04Assigned a number, separated lines for authors, added License-Code field.User
2019-11-04Merge pull request #767 from bitcoinbrisbane/patch-1Luke Dashjr
Update the link to NBitcoin repo
2019-11-04Merge pull request #857 from Roasbeef/bip-157-filter-request-limitLuke Dashjr
BIP-0157: increase max getcfilters request to 1k blocks
2019-11-04Merge pull request #844 from kallerosenbaum/masterLuke Dashjr
BIP174: Remove misleading sentence
2019-11-04Merge pull request #849 from achow101/bip174-extensionsLuke Dashjr
Bip174 extensions
2019-10-25Merge pull request #845 from MarcoFalke/patch-1Luke Dashjr
BIP 158: Fix mediawiki syntax typo, Remove remnants of the second filter type
2019-10-24BIP-0157: increase max getcfilters request to 1k blocksOlaoluwa Osuntokun
In this commit, we effectively revert #699 by allow clients to request filter for up to 1k consecutive blocks. Testing in the field has shown that applications are able to reduce perceived latency from syncing to full functionality after an app has been offline for several days by batching requests for filters. A value of 100 would mean each additional day behind adds an additional round trip, resulting in 10s of seconds of lag after just a few days of being offline. A value of ~1k allows implementations to catch up with roughly a week's worth of filters in a single round trip.
2019-10-11Merge pull request #837 from clarkmoody/bip-45-formattingLuke Dashjr
BIP-0045 - Formatting use <code> tags
2019-10-11Merge pull request #816 from kallewoof/2019-07-bip154-withdrawLuke Dashjr
BIP-154: change to withdrawn status
2019-10-11Merge pull request #852 from MarcoFalke/1909-103nonoLuke Dashjr
BIP 103: Mark as withdrawn
2019-10-10BIP 103: WithdrawnMarcoFalke
2019-10-10travis: Remove unused sudo:falseMarcoFalke
Builds in sudo-disabled docker containers are no longer available as of last year and all builds happen on sudo enabled vms. https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration#timeline---its-happening-fast
2019-10-09Merge pull request #2 from MarcoFalke/patch-2Gleb Naumenko
Update bip-reconcil.mediawiki
2019-10-02Specify proprietary use typeAndrew Chow
2019-09-30minor fixesGleb Naumenko
Co-authored-by: Rusty Russel <rusty@rustcorp.com.au>
2019-09-26Acknowledge suhas' contributionsGleb Naumenko
2019-09-25Update bip-reconcil.mediawikiMarcoFalke
Fix mediawiki syntax for italic text
2019-09-25Merge pull request #1 from MarcoFalke/patch-2Gleb Naumenko
bip-reconcil: Switch PD "license" to CC0
2019-09-25bip-reconcil: Switch PD "license" to CC0MarcoFalke
See https://github.com/bitcoin/bips/blob/master/bip-0002.mediawiki#recommended-licenses
2019-09-25bip for erlay messagesGleb Naumenko
2019-09-24Update BIP 100 status Draft->RejectedLuke Dashjr
2019-09-24Merge BIP 100Luke Dashjr
2019-09-24README: Fix BIP 100 fieldsLuke Dashjr
2019-09-24Update bip-0158.mediawikiMarcoFalke
Fix: * Render issue in `<ref>` tag (c.f. https://en.bitcoin.it/wiki/BIP_0158#Contents) * Remove remnants of the second filter type
2019-09-20Merge pull request #642 from psztorc/masterLuke Dashjr
BIP 300: Hashrate Escrows (Consensus layer)
2019-09-20BIP 300: Fix preambleLuke Dashjr
2019-09-20add number 300 and update READMEPaul Sztorc
2019-09-20clarify + specific M4 examplePaul Sztorc
2019-09-20spellcheckPaul Sztorc
2019-09-20typosPaul Sztorc
2019-09-20compressPaul Sztorc
We were able to dramatically shorten the BIP, by deleting superfluous explanations/justifications. Instead it just focuses on what the messages are.
2019-09-20typoPaul Sztorc
2019-09-20edit and shorten slightlyPaul Sztorc
2019-09-20BIP174: Remove misleading sentenceKalle Rosenbaum
The sentence seems to suggest that the "master key fingerprint" can be the fingerprint of any intermediate node on the derivation path, which isn't true.
2019-09-20Merge pull request #810 from NicolasDorier/bips/global-xpub-test-vectorLuke Dashjr
bip174: Add test vector for global xpub
2019-09-20Merge pull request #842 from darosior/174_typoLuke Dashjr
Remove a typo in bip-0174
2019-09-19Merge pull request #775 from azuchi/fix-bip197-errorLuke Dashjr
[BIP197] Fix description of Refund Period
2019-09-19Merge pull request #796 from lukechilds/patch-2Luke Dashjr
[bip174] Fix typo in signer pseudo code
2019-09-19Merge pull request #811 from achow101/bip174-xpubsLuke Dashjr
BIP 174: global xpubs serialization test vector