summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-17BIP 343 assignedMichael Folkson
2021-05-09BIP: Mandatory activation of taproot deploymentMichael Folkson
2021-04-25Merge pull request #1104 from ajtowns/202103-bip341-speedy-trial-mtpLuke Dashjr
BIP341: speedy trial activation parameters
2021-04-23Merge pull request #1093 from MarcoFalke/patch-2Luke Dashjr
BIP 325: Remove empty section "Acknowledgement"
2021-04-22Merge pull request #1102 from fresheneesz/fresheneesz-minor-patch-1Luke Dashjr
Minor: linking BIPs in BIP9
2021-04-22Merge pull request #1103 from jonasnick/bip341-testvectorsLuke Dashjr
BIP 341/342: Add link to Bitcoin Core test vectors
2021-04-22Merge pull request #1099 from achow101/more-psbt-testsLuke Dashjr
BIP 174: Add test vectors for additional unsigned tx serialization
2021-04-22Merge pull request #1094 from kiminuo/patch-3Luke Dashjr
Update bip-0174.mediawiki
2021-04-22Merge pull request #1086 from 8go/patch-2Luke Dashjr
BIP-85: Added Ian Coleman's Mnemonic Code Converter
2021-04-22Merge pull request #1074 from sanket1729/patch-1Luke Dashjr
Change `witness` to signature
2021-04-14Changing BIP links in BIP9 to relative urls.fresheneesz
2021-04-14BIP341: add brackets to avoid ambiguity due to precendence rules around ↵Anthony Towns
bipwise ops
2021-04-13BIP 341/342: Add link to Bitcoin Core test vectorsJonas Nick
Also remove mention of non-existing examples.
2021-04-12Minor: linking BIPs in BIP9fresheneesz
2021-04-13BIP341: add testnet3 parametersAnthony Towns
2021-04-08BIP 174: Add test vectors for additional unsigned tx serializationAndrew Chow
There are some edge cases with unsigned tx serialization, so this adds test vectors for them. Specifically, an unsigned tx with witness serialization is invalid, a transaction with 0 inputs and 0 outputs is valid, and a transaction with 0 inputs and non-0 outputs is valid.
2021-04-08BIP341: document simplified bip9 statesAnthony Towns
2021-04-08BIP341: bip9 speedy trial parametersAnthony Towns
2021-03-31Update bip-0174.mediawikikiminuo
I, personally, find this easier to read.
2021-03-29Merge pull request #1087 from jonasnick/bip8-nitLuke Dashjr
BIP8: remove redundant and conflicting sentence from param selection and fix typo
2021-03-29BIP 325: Remove empty section "Acknowledgement"MarcoFalke
2021-03-26BIP341/342: document current deployment statusAnthony Towns
2021-03-22BIP8: fix typo: 2 retarget intervals are 4032 blocks.Jonas Nick
2021-03-22BIP8: remove redundant and conflicting sentence from param selectionJonas Nick
At the end of the param selection section it's explicitly stated that startheight _must_ be a multiple of 2016.
2021-03-20Merge pull request #1080 from achow101/bip8-more-paramsLuke Dashjr
BIP 8: Add minimum activation height
2021-03-20Add minimum activation height to BIP 8Andrew Chow
2021-03-15BIP-85: Added Ian Coleman's Mnemonic Code Converter8go
- Added Ian Coleman's Mnemonic Code Converter to the "Other Implementations" section - https://iancoleman.io/bip39/ is a nice tool to play around with and to derive test data for BIP-85 PS: Sorry that I did not include this in the previous PR #1083. I just found this this very moment, but I think it is worth while to include because it gives the user/reader an instant tool to play with and to see results of BIP-85.
2021-03-15Merge pull request #1078 from dr-orlovsky/patch-5Luke Dashjr
Fixing Simple Signer Algorithm
2021-03-15Merge BIP 370Luke Dashjr
2021-03-15Fix Comments-URI for BIP 370Luke Dashjr
2021-03-15Merge pull request #1083 from 8go/patch-1Luke Dashjr
BIP 85: fixed some typos and minor English mistakes
2021-03-15Merge pull request #1085 from ethankosakovsky/patch-1Luke Dashjr
BIP85: fixed test vector.
2021-03-15Merge pull request #1079 from Matthiti/patch-1Luke Dashjr
Fix typos in BIP 2
2021-03-13BIP85: fixed test vector.ethankosakovsky
2021-03-09fixed some typos and minor English mistakes8go
2021-03-06Fix typos in BIP 2Matthijs Roelink
2021-03-04174: Change PSBT unknown fields test to use higher numbersAndrew Chow
Previously these tests were using 0x0f as the unknown field number. As these have now been defined, change them to use 0xf0 instead as it is unlikely we will use those anything soon.
2021-03-03Merge pull request #1004 from prayank23/bip125-backwardscompatibilityLuke Dashjr
BIP 125: Change 'Client support' to 'Backwards compatibility'
2021-03-02Fixing Simple Signer AlgorithmDr. Maxim Orlovsky
Simple Signer Algorithm was lacking an index argument (last one) on all function calls
2021-03-01Change `witness` to signatureSanket Kanjalkar
As per my understanding, the value is committed in the signature(sighash msg) and is not being supplied as an additional witness
2021-02-26Merge branch 'bip8_threshold'Luke Dashjr
2021-02-26Merge remote-tracking branch 'origin-pull/1073/head'Luke Dashjr
2021-02-26Merge pull request #1070 from luke-jr/bip8_elaborateLuke Dashjr
BIP 8: Elaborate and clarify parameter selection
2021-02-26bip8: mention in intro the forced activation is optionalAntoine Poinsot
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-26bip8: remove recommendation to force activation after a yearAntoine Poinsot
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-17BIP 8: Avoid speculating precisely on how soon the economic majority might ↵Luke Dashjr
be upgraded
2021-02-17BIP 8: Advise not choosing a bit being used for other thingsLuke Dashjr
2021-02-17BIP 8: Move recommendation for "name" to "Selection guidelines"Luke Dashjr
2021-02-17BIP 8: Reduce threshold recommendation to 90%Luke Dashjr
2021-02-17BIP 8: Make threshold a parameterLuke Dashjr