Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-05-23 | [BIP-119] Minor wording fixups | Jeremy Rubin | |
Co-authored-by: /dev/fd0 <94559964+1440000bytes@users.noreply.github.com> | |||
2022-05-23 | [BIP-119] Reword section on fungibility in motivation | Jeremy Rubin | |
2022-05-23 | [BIP-119] No double space after period, no trailing whitespaces | Jeremy Rubin | |
2022-05-20 | BIP 0371: Make hex example consistent with base64 | Alex Bosworth | |
2022-05-10 | [BIP-119] Slim down motivation, add more references | Jeremy Rubin | |
2022-05-10 | [BIP-119] Make serialization specification complete, defining all functions ↵ | Jeremy Rubin | |
fully | |||
2022-05-10 | [BIP-119] Clarify Endianness of serializations | Jeremy Rubin | |
2022-05-10 | [BIP-119] Use mediawiki syntax highlighting, add comment to spec | Jeremy Rubin | |
2022-05-10 | bip-39 dart implementation added | Sunit Roy | |
2022-05-06 | Merge pull request #1314 from luke-jr/fix_bip326 | kallewoof | |
Bugfix: BIP 326: Correct Author/Title headings | |||
2022-05-06 | Merge pull request #1276 from katesalazar/patch-3 | kallewoof | |
[0112] fix broken link | |||
2022-05-06 | Merge pull request #1300 from dplusplus1024/patch-1 | kallewoof | |
Grammar update | |||
2022-05-05 | Merge pull request #1193 from katesalazar/202109261239 | Luke Dashjr | |
BIP 0174: Remove transparent background from figures | |||
2022-05-05 | Merge pull request #1290 from allenpiscitello/patch-1 | Luke Dashjr | |
Fixing incorrect allowing of unsigned transaction | |||
2022-05-05 | Merge pull request #1275 from meshcollider/202201_fix_broken_link | Luke Dashjr | |
BIP340: fix broken link to Schnorr's blind signature attack | |||
2022-05-05 | Merge pull request #1309 from JeremyRubin/anti-dos-119 | Luke Dashjr | |
[BIP-119] Clean Up Spec of Opcode | |||
2022-05-05 | Merge pull request #1294 from JeremyRubin/patch-7 | Luke Dashjr | |
Update BIP-119 to include python reference hash / link BIP-341 | |||
2022-05-05 | Merge remote-tracking branch 'origin-pull/1267/head' | Luke Dashjr | |
2022-05-05 | Merge pull request #1296 from brandonblack/bip-0371-vectors-fixes | Luke Dashjr | |
BIP-0371 vector fix + nits | |||
2022-05-05 | Bugfix: BIP 326: Correct Author/Title headings | Luke Dashjr | |
2022-05-05 | Merge pull request #1299 from ajtowns/202204-longtitle | Luke Dashjr | |
bip-326: avoid errors from scripts/buildtable.pl | |||
2022-05-05 | Merge pull request #1287 from sdaftuar/2021-02-bip338-fixups | Luke Dashjr | |
BIP338: Add further restrictions on disabletx | |||
2022-05-05 | Merge pull request #840 from graingert/patch-1 | Luke Dashjr | |
Add .NET standard bip39 implementation | |||
2022-04-28 | [BIP-119]: Make IsPayToBareDefaultCheckTemplateVerifyHash Pythonic | Jeremy Rubin | |
2022-04-28 | [BIP-119] Remove C++ Spec from BIP-119 entirely. | Jeremy Rubin | |
2022-04-28 | [BIP-119] Reimplement CTV in higher level pythonic pseduocode and clarify ↵ | Jeremy Rubin | |
DoS Caching requirements. | |||
2022-04-11 | Grammar update | D++ | |
2022-04-07 | bip-326: avoid errors from scripts/buildtable.pl | Anthony Towns | |
2022-04-05 | Add restriction on feefilter messages | Suhas Daftuar | |
2022-04-04 | Correct pubkey type for TAP_INTERNAL_KEY | Brandon Black | |
2022-04-04 | Fix data type for TAP_MERKLE_ROOT | Brandon Black | |
2022-04-04 | Remove repeated clause | Brandon Black | |
2022-04-01 | Fix TAP_SCRIPT_SIG signature too short vector | Brandon Black | |
* The specified length of the value did not match the encoded data. Probably a manual modification error from the prior vector. | |||
2022-04-01 | Remove stray '<' | Brandon Black | |
2022-03-29 | Update BIP-119 to include python reference hash / link BIP-341 | Jeremy Rubin | |
2022-03-24 | Fixing incorrect allowing of unsigned transaction | allenpiscitello | |
V2 does not allow Global Key Type of 0 (Unsigned Transaction), but not listed as excluded in the spec. |