Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | Fix the four test vectors | siv2r | |
- first two vectors of verify_fail_test - first two vectors of verify_error_test | |||
2023-12-26 | Merge pull request #1523 from vehorny/patch-3 | Luke Dashjr | |
BIP-12: typo fix | |||
2023-12-26 | Merge pull request #1532 from yannickseurin/BIP-380 | Luke Dashjr | |
BIP-380: correct fingerprint for invalid hardened indicators examples | |||
2023-12-18 | Merge pull request #1504 from achow101/allow-markdown | kallewoof | |
bip 2: allow markdown | |||
2023-12-14 | Merge pull request #1527 from achow101/update-contact-info | kallewoof | |
Update contact info for achow101 | |||
2023-12-13 | Update contact info for achow101 | Ava Chow | |
2023-12-08 | correct fingerprint for invalid hardened indicators | Yannick Seurin | |
2023-12-07 | Update bip-0012.mediawiki | Vehorny | |
2023-10-10 | bip 2: allow markdown | Andrew Chow | |
2023-09-29 | Merge pull request #1498 from real-or-random/202309-0324-garbauth | kallewoof | |
bip324: Remove garbage authentication packet (breaking change) | |||
2023-09-28 | bip324: Remove garbage authentication packet (breaking change) | Tim Ruffing | |
by merging it with the version packet. Or more accurately, by merging it with the first packet sent after garbage termination, which may be a decoy packet or the version packet. The new protocol simplifies implementations: - A protocol state machine won't need separate states for garbage authentication and version phases. - The special case of "ignoring the ignore bit" is removed. - The freedom to choose the contents of the garbage authentication packet is removed. This simplifies testing. The reason for having a separate garbage authentication packet was to materialize the separation of the key exchange phase and version negotiation phase even in the bytestream on the wire. However, this is not necessary, and arguably, these phases are still properly separated: Since the AEAD will ensure that AAD (=garbage) is checked before looking at the contents (=version), the peers won't interpret version data before having authenticated the garbage. | |||
2023-09-21 | Merge pull request #1496 from sipa/bip324 | kallewoof | |
bip324: small improvements | |||
2023-09-11 | For now, remove BIP330 messages before being adopted | Pieter Wuille | |
2023-09-11 | Allow detecting/disconnecting wrong-network v1 peers | Pieter Wuille | |
2023-09-11 | Use 16-byte prefix to distinguish v1 from v2 | Pieter Wuille | |
2023-08-17 | Merge pull request #1485 from luke-jr/bip300_adj20230726 | Luke Dashjr | |
BIP 300: Various improvements | |||
2023-08-16 | Merge pull request #1482 from JeremyRubin/patch-8 | Luke Dashjr | |
Add James O'Beirne to 119 Author List | |||
2023-07-28 | Add James O'Beirne to 119 Author List | Jeremy Rubin | |
2023-07-26 | bip-0300: Add some guesstimate weight adjustments | Luke Dashjr | |
2023-07-26 | bip-0300: Ensure tx fee commitment itself has zero value so sidechain coins ↵ | Luke Dashjr | |
can't get burned | |||
2023-07-26 | bip-0300: Forbid extraneous OP_DRIVECHAIN outputs in M5/M6 | Luke Dashjr | |
2023-07-26 | bip-0300: Define endianness of upvote vector | Luke Dashjr | |
2023-07-26 | bip-0300: Reorder upvote vector version numbers to leave 1/2 bytes as ↵ | Luke Dashjr | |
version 1,2 respectively | |||
2023-07-26 | bip-0300: Fix upvote vector example | Luke Dashjr | |
2023-07-26 | bip-0300: Add OP_DRIVECHAIN | Luke Dashjr | |
2023-07-17 | Merge pull request #1477 from psztorc/patch-1 | Luke Dashjr | |
clearer, more failure details, + use OP_TRUE | |||
2023-07-13 | clearer, more failure details, + use OP_TRUE | Paul Sztorc | |
2023-07-02 | Merge pull request #1410 from anquii/bip-0039-patch | Luke Dashjr | |
Add link to anquii/BIP39 (Swift) | |||
2023-07-02 | Merge pull request #1384 from weareseba/feature/bip127_BDK_proof | Luke Dashjr | |
Added the BDK implementation for bip-0127 proof of reserves | |||
2023-07-02 | Merge pull request #1414 from coolaj86/patch-2 | Luke Dashjr | |
feat: add DashPhrase.js to JS implementations | |||
2023-07-02 | Add anquii/BIP39 (Swift) | anquii | |
2023-06-30 | Merge pull request #1459 from ktecho/patch-1 | kallewoof | |
Typos in bip-0119 | |||
2023-06-30 | Merge pull request #1444 from satsie/satsie-bip-137-edits | kallewoof | |
BIP-137: Fix typo | |||
2023-06-30 | Merge pull request #1468 from achow101/descriptor-tests | kallewoof | |
descriptors: add test vectors | |||
2023-06-30 | Merge pull request #1450 from yahiheb/patch-1 | kallewoof | |
[Trivial] Fix text format (BIP 39) | |||
2023-06-29 | descriptors: add test vectors | Andrew Chow | |
2023-06-29 | Merge pull request #1344 from scgbckbone/passwords | Luke Dashjr | |
bip85 passwords | |||
2023-06-29 | Merge pull request #1406 from real-or-random/patch-18 | Luke Dashjr | |
BIP341: Fix definition of NUMS point | |||
2023-06-29 | Merge pull request #1436 from theStack/bip324_handsake_remove_initiating_param | Luke Dashjr | |
bip-0324: remove `initiating` parameter from `ellswift_create` calls | |||
2023-06-29 | Merge pull request #1354 from achow101/bip-multipath-descs | Luke Dashjr | |
[New BIP 389] Multipath descriptors | |||
2023-06-27 | Merge pull request #1452 from sethforprivacy/patch-1 | kallewoof | |
BIP 329: Add `spendable` state to outputs | |||
2023-06-06 | Typos in bip-0119 | Luis Miguel | |
2023-06-05 | Merge pull request #1454 from uncomputable/bech32m-final | kallewoof | |
Mark bech32m as final | |||
2023-05-30 | Properly handle `spendable` state and JSON edge cases | Seth For Privacy | |
2023-05-29 | Merge pull request #1446 from sipa/bip-taproot | kallewoof | |
BIP340 updates: clarifications, variable-length messages, expand domain separation | |||
2023-05-24 | Add motivation for spendable tag | Seth For Privacy | |
2023-05-24 | Add `spendable` state | Seth For Privacy | |
2023-05-18 | Mark bech32m as final | Christian Lewe | |
2023-05-16 | Merge pull request #1412 from craigraw/wallet-labels-origin | kallewoof | |
BIP329: Add optional key origin property and expand truncation note | |||
2023-04-28 | Merge pull request #1448 from stratospher/patch-1 | kallewoof | |
bip324: fix link to chacha20 |