Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-07-25 | Merge pull request #1328 from achow101/370-fix-locktime | Luke Dashjr | |
370: Clarifications of locktimes and tx modification flags | |||
2022-07-25 | Merge pull request #1320 from JeremyRubin/delete-motivations-119 | Luke Dashjr | |
[BIP-119] Slim down motivation, add more references | |||
2022-07-25 | Merge pull request #1325 from alexbosworth/patch-1 | Luke Dashjr | |
BIP 0371: Make hex example consistent with base64 | |||
2022-07-23 | Improve notifications | Alfred Hodler | |
2022-07-23 | Address type flags in a table | Clark Moody | |
2022-07-23 | Rework Motivation section | Clark Moody | |
2022-07-22 | Private payments BIP | Alfred Hodler | |
2022-07-14 | bip-141: `witness` field wording improvement | 志宇 | |
When describing the `witness` field, reword "witness data" to "witness field" as "witness data" refers also to the `marker` and `flag` fields. | |||
2022-07-13 | psbt: Unify formatting of key-value data to specify data type and name | Andrew Chow | |
2022-07-12 | 179: Remove my email due to spam (#1337) | MacroFake | |
179: Remove my email due to spam | |||
2022-07-05 | 370: Add test vectors | Andrew Chow | |
2022-07-02 | Add BIP39 implementation reference | hujiulong | |
Add a reference to the JS implementation | |||
2022-06-20 | bip-0340: clarify that lift_x fails with out-of-range inputs | Jonas Nick | |
Without this commit, it's not defined what happens if x is not in range 0..p-1. However, lift_x may easily be called with out of range values. The reference implementation of lift_x correctly returns failure in such cases. | |||
2022-06-19 | Update bip-0300.mediawiki | 54627384 | |
I've assumed that all mentions of ACK value and ACK counter are synonymous and therefore have updated all instances of this within the BIP to be "ACK-counter". I've noticed that M4 shows the different terms on two different lines (Line 256 and Line 257), which has made me think that potentially these terms aren't synonymous. Updates made to align with term used through out the BIP: Line 213 - adding explicit mention of "ACK-counter" Line 229 - adding explicit mention of "ACK-counter" Line 257 - replaced "ACK-value" with "ACK-counter" Line 288 - replaced "ACK value" with "ACK-counter" | |||
2022-06-13 | 370: Clarify that modifiable flags are bits | Andrew Chow | |
2022-06-12 | Add one Swift implementation featured with full native syntax, exception ↵ | Tim Wang | |
handling & fully unit tested with all supported language wordlists | |||
2022-06-07 | Merge pull request #1323 from LegReq/master | kallewoof | |
Fix incorrect signature test vectors in BIP322 | |||
2022-06-06 | Fix incorrect signature test vectors in BIP322 | Wip | |
2022-06-02 | 370: clarify inputs/outputs modifiable | Andrew Chow | |
Clarify that these flags only mean whether inputs/outputs can be removed, not whether fields can be added or removed for each input/output. | |||
2022-06-01 | 370: height lock must be greater than 0 | Andrew Chow | |
2022-06-01 | 370: Describe locktime type tiebreaker | Andrew Chow | |
2022-05-26 | typo: correct mispelling | Alex Bosworth | |