Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-05 | Remove j amesob from bip-0119.mediawiki coauthor. | Jeremy Rubin | |
2024-08-07 | bip-119: fix typo | Jose Storopoli | |
2024-05-28 | Fix typos on 17 files. | Alexander Cyon | |
2024-04-23 | Merge pull request #1484 from git-sgmoore/master-1 | Mark "Murch" Erhardt | |
added colon at end of if statement - bip-0119.mediawiki | |||
2023-08-15 | added colon at end of if statement - bip-0119.mediawiki | sgmoore | |
Python requires a colon at the end of an if statement to denote the beginning of the block of code that will be executed if the condition is True. If the colon is omitted, a syntax error will occur, and the code will not run. Since the syntax error will prevent the code from running, it won't introduce any vulnerabilities by itself. However, it will cause the application to fail at the point where the code is parsed, which might expose other issues if error handling is not implemented properly. | |||
2023-07-28 | Add James O'Beirne to 119 Author List | Jeremy Rubin | |
2023-06-06 | Typos in bip-0119 | Luis Miguel | |
2022-07-25 | Merge pull request #1319 from JeremyRubin/119-syntax | Luke Dashjr | |
[BIP-119] Use mediawiki syntax highlighting, add comment to spec | |||
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-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-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-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-03-29 | Update BIP-119 to include python reference hash / link BIP-341 | Jeremy Rubin | |
2022-01-26 | [BIP-119] Make it abundantly clear that policy and standard are recommendations. | Jeremy Rubin | |
2022-01-26 | [BIP-119] Clarify that policy is not validity + what a covenant is. | Jeremy Rubin | |
2022-01-15 | Merge pull request #1273 from JeremyRubin/patch-5 | Luke Dashjr | |
[BIP-119] Rename Channel Factories / Clarify Malleability | |||
2022-01-15 | Merge pull request #1272 from JeremyRubin/patch-4 | Luke Dashjr | |
[BIP-119] Add notes and warnings about DoS during validation of CTV. | |||
2022-01-15 | Merge pull request #1271 from JeremyRubin/patch-3 | Luke Dashjr | |
[BIP-119] Link Reference implementation to current PR in Bitcoin Core | |||
2022-01-15 | Merge pull request #1268 from JeremyRubin/patch-1 | Luke Dashjr | |
Fix BIP-119 Typo + Clarify the reasons for 32 bit lengths | |||
2022-01-15 | Merge pull request #1260 from JeremyRubin/ctv-test-vectors | Luke Dashjr | |
[BIP-0119] Include test vectors for CTV in BIP's subdirectory | |||
2022-01-12 | [BIP-119] Rename Channel Factories / Clarify Malleability | Jeremy Rubin | |
2022-01-12 | [BIP-119] Complete fragmented sentence | Jeremy Rubin | |
Co-authored-by: flack <flack@contentcontrol-berlin.de> | |||
2022-01-10 | [BIP-119] Add notes and warnings about DoS during validation of CTV. | Jeremy Rubin | |
2022-01-10 | [BIP-119] Link Reference implementation to current PR in Bitcoin Core | Jeremy Rubin | |
2022-01-04 | Fix BIP-119 Typo + Clarify the reasons for 32 bit lengths | Jeremy Rubin | |
when drafting the BIP I attempted to triangulate what the width of the fields for number of inputs/outputs should be from various sources in the codebase, and made an error in looking at the signing and encoding logic, and not the _decoding_ logic which restricts vectors (vin, vout) to MAX_SIZE which is 33554432. This fully justifies not using a wider type (uint64_t). Also clarified arguments for not using a narrower type (uint16_t) which would be possible just for the vIn based on block size, because it's a leaky abstraction (you can still encode and decode such a transaction, just not mine it). thanks to @roconnor-blockstream for pointing this out | |||
2022-01-03 | typo - letter case | pox | |
2021-12-25 | [BIP-0119] Include test vectors for CTV in BIP's subdirectory | Jeremy Rubin | |
2021-12-22 | BIP-119: Clarify that Speedy Trial may or may not be implemented for BIP-119 | Jeremy Rubin | |
2021-12-22 | BIP-119: Update Motivations and describe vaults alternatives better | Jeremy Rubin | |
2021-12-15 | Merge pull request #1226 from OrfeasLitos/define-check-119 | Luke Dashjr | |
Define BIP-119 CheckDefaultCheckTemplateVerifyHash | |||
2021-11-12 | Convert inside CheckDefaultCheckTemplateVerifyHash | Orfeas Litos | |
2021-11-11 | Fix typo | Orfeas Litos | |
2021-11-10 | Cast 8-vector of u32 to u256 | Orfeas Litos | |
2021-11-02 | Define BIP-119 CheckDefaultCheckTemplateVerifyHash | Orfeas Litos | |
2021-10-16 | [BIP-119] Whitspace Consistency | Jeremy Rubin | |
2021-10-15 | [BIP-119] Explain Hash Function Choices | Jeremy Rubin | |
2021-10-15 | [BIP-119] Describe Synergies with future soft fork proposals | Jeremy Rubin | |
2021-10-15 | [BIP-119] Better Explain AnyPrevout v.s. CTV | Jeremy Rubin | |
2021-10-15 | [BIP-119] Clarify Draft Deployment Params | Jeremy Rubin | |
2021-08-30 | Update BIP-119 Variable Names | Jeremy Rubin | |
2020-08-25 | Update bip-0119.mediawiki | Tom Harding | |
"susceptibility", but meaning is clear without this word |