Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-02-20 | Merge pull request #882 from MarcoFalke/patch-2 | Luke Dashjr | |
Fix links in bip-0119.mediawiki | |||
2020-02-01 | Update bip-0119.mediawiki | Richard Kiss | |
Fix typo. | |||
2020-01-25 | Update bip-0119.mediawiki | MarcoFalke | |
fix links | |||
2020-01-23 | Fix Links to images in BIP-119 | Jeremy Rubin | |
2020-01-23 | Assign CTV BIP #119 | Jeremy Rubin | |