summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-29Merge pull request #1364 from psztorc/masterLuke Dashjr
Update BIPs 300/301
2022-09-29Merge pull request #1363 from achow101/370-git-conflictLuke Dashjr
370: Fix merge conflict and typo
2022-09-29Merge pull request #1361 from joemphilips/fix_typo_bip0370Luke Dashjr
nit: fix typo in bip-0370 test vectors.
2022-09-29Merge pull request #640 from randolf/patch-1Luke Dashjr
Minor improvements
2022-09-29Changes/clarifications to bip-330.Gleb Naumenko
2022-09-28BIP 341: add missing conversions between bytes and intDarius Parvin
Convert seckey0 to bytes at the start of the function. Return the output as bytes for consistency with the rest of the code.
2022-09-20BIP118: simplify explanation of signature messageAnthony Towns
2022-09-15Update BIP351 reference implementation linkAlfred Hodler
2022-09-11BIP-372: Moving Andrew Poelstra from author to ACK sectionDr. Maxim Orlovsky
Basing on https://github.com/bitcoin/bips/pull/1293#issuecomment-1242438684
2022-09-10Update authorsAlfred Hodler
2022-09-02make idential to bip301Paul Sztorc
2022-09-02link to new code + remove outdated referencesPaul Sztorc
2022-09-02header typoPaul Sztorc
2022-09-02Update Bip300Paul Sztorc
2022-09-02replace filesPaul Sztorc
2022-09-02Update Bip300 for consistency with latest codePaul Sztorc
2022-09-01370: Fix merge conflict and typoAndrew Chow
2022-08-30Add a refernce to BIP351Alfred Hodler
2022-08-28nit: fix another typo in bip-0370 test vectorsjoemphilips
2022-08-28nit: fix typo in bip-0370 test vectors.joemphilips
2022-08-25Merge pull request #1355 from jonasnick/fix-missing-intkallewoof
BIP 340 & 341: use consistent definition of lift_x
2022-08-23BIP 340: fix function signature of lift_x in reference codeJonas Nick
bip-0340.mediawiki defines lift_x as taking an integer argument. This commit changes the argument of lift_x in the reference code to be identical to the specification. Previously it took a byte array.
2022-08-22Add Comments-URI; fix author listAlfred Hodler
2022-08-22Add reference implementationAlfred Hodler
2022-08-22Update the index pageAlfred Hodler
2022-08-22Update BIP number and test vectorsAlfred Hodler
2022-08-21BIP-372: add entry to the READMEDr. Maxim Orlovsky
2022-08-21Assign Comments-URI for BIP-372Dr. Maxim Orlovsky
2022-08-21CI: Allow dashes in author e-mail domain namesDr Maxim Orlovsky
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch>
2022-08-21Fix CI failure in BIP-372Dr. Maxim Orlovsky
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch>
2022-08-21Syntaxic proofs for BIP-372Dr. Maxim Orlovsky
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch>
2022-08-21Assign BIP-372 number to P2C BIP as per @kallewoof decisionDr. Maxim Orlovsky
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch>
2022-08-21BIP P2C proposal initial versionDr Maxim Orlovsky
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch>
2022-08-19Updates to the BIPAlfred Hodler
- fix out of range indexing - add a note about compressed keys - add a note about of-of-band notifications - add a backward compatibility section
2022-08-16BIP 341: add missing conversion from bytes to intJonas Nick
2022-08-16Merge pull request #1353 from ishaanam/bip174-143kallewoof
BIP 174: fix incorrect reference to BIP 173
2022-08-15BIP 174: fix incorrect reference to BIP 173ishaanam
2022-08-12fixed bip-0011/12 broken url - implementationrusseree
fixed bip-0012 broken url - implementation fixed bip-0011 broken url - implementation
2022-08-01added reference to BIP 47pox
2022-08-01Leaner notificationsAlfred Hodler
2022-08-01Incorporate feedbackAlfred Hodler
2022-07-30Improve wordingAlfred Hodler
2022-07-30Update authors listClark Moody
2022-07-30Two potential third-party servicesClark Moody
2022-07-28Merge pull request #1333 from 54627384/patch-1Luke Dashjr
Update bip-0300.mediawiki with consistent use of "ACK-counter" term
2022-07-26Update wordingAlfred Hodler
2022-07-26Italic symbol notation instead of <code>Clark Moody
2022-07-25Merge pull request #1340 from hujiulong/patch-1Luke Dashjr
Add BIP39 implementation reference
2022-07-25Merge pull request #1346 from evanlinjin/bip141-improve-wordingLuke Dashjr
bip-141: improve `witness` field wording
2022-07-25Merge pull request #1331 from ShenghaiWang/masterLuke Dashjr
Add one Swift implementation