Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-20 | BIP118: simplify explanation of signature message | Anthony Towns | |
2022-09-15 | Update BIP351 reference implementation link | Alfred Hodler | |
2022-09-11 | BIP-372: Moving Andrew Poelstra from author to ACK section | Dr. Maxim Orlovsky | |
Basing on https://github.com/bitcoin/bips/pull/1293#issuecomment-1242438684 | |||
2022-09-10 | Update authors | Alfred Hodler | |
2022-09-02 | make idential to bip301 | Paul Sztorc | |
2022-09-02 | link to new code + remove outdated references | Paul Sztorc | |
2022-09-02 | header typo | Paul Sztorc | |
2022-09-02 | Update Bip300 | Paul Sztorc | |
2022-09-02 | replace files | Paul Sztorc | |
2022-09-02 | Update Bip300 for consistency with latest code | Paul Sztorc | |
2022-09-01 | 370: Fix merge conflict and typo | Andrew Chow | |
2022-08-30 | Add a refernce to BIP351 | Alfred Hodler | |
2022-08-28 | nit: fix another typo in bip-0370 test vectors | joemphilips | |
2022-08-28 | nit: fix typo in bip-0370 test vectors. | joemphilips | |
2022-08-25 | Merge pull request #1355 from jonasnick/fix-missing-int | kallewoof | |
BIP 340 & 341: use consistent definition of lift_x | |||
2022-08-23 | BIP 340: fix function signature of lift_x in reference code | Jonas 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-22 | Add Comments-URI; fix author list | Alfred Hodler | |
2022-08-22 | Add reference implementation | Alfred Hodler | |
2022-08-22 | Update the index page | Alfred Hodler | |
2022-08-22 | Update BIP number and test vectors | Alfred Hodler | |
2022-08-21 | BIP-372: add entry to the README | Dr. Maxim Orlovsky | |
2022-08-21 | Assign Comments-URI for BIP-372 | Dr. Maxim Orlovsky | |
2022-08-21 | CI: Allow dashes in author e-mail domain names | Dr Maxim Orlovsky | |
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch> | |||
2022-08-21 | Fix CI failure in BIP-372 | Dr. Maxim Orlovsky | |
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch> | |||
2022-08-21 | Syntaxic proofs for BIP-372 | Dr. Maxim Orlovsky | |
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch> | |||
2022-08-21 | Assign BIP-372 number to P2C BIP as per @kallewoof decision | Dr. Maxim Orlovsky | |
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch> | |||
2022-08-21 | BIP P2C proposal initial version | Dr Maxim Orlovsky | |
Signed-off-by: Dr. Maxim Orlovsky <orlovsky@pandoraprime.ch> | |||
2022-08-19 | Updates to the BIP | Alfred 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-16 | BIP 341: add missing conversion from bytes to int | Jonas Nick | |
2022-08-16 | Merge pull request #1353 from ishaanam/bip174-143 | kallewoof | |
BIP 174: fix incorrect reference to BIP 173 | |||
2022-08-15 | BIP 174: fix incorrect reference to BIP 173 | ishaanam | |
2022-08-12 | fixed bip-0011/12 broken url - implementation | russeree | |
fixed bip-0012 broken url - implementation fixed bip-0011 broken url - implementation | |||
2022-08-01 | added reference to BIP 47 | pox | |
2022-08-01 | Leaner notifications | Alfred Hodler | |
2022-08-01 | Incorporate feedback | Alfred Hodler | |
2022-07-30 | Improve wording | Alfred Hodler | |
2022-07-30 | Update authors list | Clark Moody | |
2022-07-30 | Two potential third-party services | Clark Moody | |
2022-07-28 | Merge pull request #1333 from 54627384/patch-1 | Luke Dashjr | |
Update bip-0300.mediawiki with consistent use of "ACK-counter" term | |||
2022-07-26 | Update wording | Alfred Hodler | |
2022-07-26 | Italic symbol notation instead of <code> | Clark Moody | |
2022-07-25 | Merge pull request #1340 from hujiulong/patch-1 | Luke Dashjr | |
Add BIP39 implementation reference | |||
2022-07-25 | Merge pull request #1346 from evanlinjin/bip141-improve-wording | Luke Dashjr | |
bip-141: improve `witness` field wording | |||
2022-07-25 | Merge pull request #1331 from ShenghaiWang/master | Luke Dashjr | |
Add one Swift implementation | |||
2022-07-25 | Merge pull request #1318 from SunitRoy2703/bip-39-dart | Luke Dashjr | |
bip-39 dart implementation added | |||
2022-07-25 | Merge remote-tracking branch 'origin-pull/1345/head' | Luke Dashjr | |
2022-07-25 | Merge pull request #1342 from achow101/psbt2-tests | Luke Dashjr | |
370: Add test vectors | |||
2022-07-25 | Merge pull request #1319 from JeremyRubin/119-syntax | Luke Dashjr | |
[BIP-119] Use mediawiki syntax highlighting, add comment to spec | |||
2022-07-25 | Merge pull request #1326 from alexbosworth/patch-2 | Luke Dashjr | |
typo: correct mispelling | |||
2022-07-25 | Merge pull request #1334 from jonasnick/liftx | Luke Dashjr | |
bip-0340: clarify that lift_x fails with out-of-range inputs |