Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-24 | specify BIP331 Ancestor Package Relay | glozow | |
2023-03-30 | Merge pull request #1439 from apoelstra/2023-03--bip93-cleanup | kallewoof | |
bip93: minor cleanups | |||
2023-03-30 | add myself as a BIPs author | Andrew Poelstra | |
2023-03-29 | bip93: typo fixes, and fix URL format | Andrew Poelstra | |
2023-03-29 | bip93: make bech32 capitalization consistently lowercase | Andrew Poelstra | |
2023-03-29 | bip93: More invalid test vectors | Russell O'Connor | |
These examples are valid BIP-173 and BIP-350 strings (but not valid BIP-93 strings). | |||
2023-03-29 | Merge pull request #1438 from ajtowns/202303-tests | kallewoof | |
Cleanup README table | |||
2023-03-29 | Use BIP-326 title from PR#1314 in README | Anthony Towns | |
2023-03-29 | BIP157 was replaced in PR#1378 | Anthony Towns | |
2023-03-29 | README markup fixes | Anthony Towns | |
2023-03-29 | BIP327: fixups for buildtable.pl | Anthony Towns | |
2023-03-27 | Merge pull request #1372 from jonasnick/musig2-squashed | kallewoof | |
Add BIP MuSig2 | |||
2023-03-27 | Add BIP327: MuSig2 for BIP340-compatible Multi-Signatures | Jonas Nick | |
2023-03-24 | Merge pull request #1433 from raphjaph/patch-1 | kallewoof | |
Improve BIP-341 wording | |||
2023-03-17 | Merge pull request #1428 from dhruv/bip324-update-feb-2023 | kallewoof | |
BIP324: Fixed length message type IDs | |||
2023-03-17 | new BIP: codex32 (#1425) | Andrew Poelstra | |
new BIP: codex32 --------- Co-authored-by: Russell O'Connor <roconnor@blockstream.io> | |||
2023-03-10 | Improve BIP-341 wording | raphjaph | |
Reading the spec closely the different language used for serialization of input outpoints and input amounts was confusing on first read. This change uses the same language for both, which makes it easier to read. | |||
2023-03-09 | replace travis with Github Actions (#1432) | kallewoof | |
replace travis with Github Actions | |||
2023-03-08 | Merge pull request #1430 from bigspider/psbtv0-fix-signing-algo | kallewoof | |
PSBTv0: Update Simple Signer Algorithm for SegWitv0 inputs | |||
2023-03-08 | Merge pull request #1431 from bigspider/psbtv2-fix-txversion | kallewoof | |
PSBTv2: Relax transaction version requirement | |||
2023-03-04 | Relax transaction version requirement when the Creator is also a Constructor. | Salvatore Ingala | |
2023-03-04 | Update Simple Signer Algorithm for SegWitv0 inputs | Salvatore Ingala | |
It is no longer expected that SegWitV0 inputs have no witness-utxo field. Reverting the order of checks avoids this assumption (while still relying on the mandatory lack of witness-utxo for legacy inputs). | |||
2023-02-28 | Updates to BIP324 since January 11 2023 | dhruv | |
2023-02-27 | Merge pull request #1427 from cmdruid/patch-1 | kallewoof | |
Update bip-0370.mediawiki | |||
2023-02-27 | Merge pull request #1423 from uncomputable/taproot-final | kallewoof | |
Mark Taproot BIPs as Final | |||
2023-02-23 | Update bip-0370.mediawiki | cmd | |
Small typo. Changed 'gemeric' to 'generic'. | |||
2023-02-21 | Mark BIP 343 as Final | Christian Lewe | |
2023-02-21 | Merge pull request #1157 from tcharding/list-render | kallewoof | |
Remove newline to fix list rendering | |||
2023-02-21 | Merge pull request #1418 from jeepkd/patch-1 | kallewoof | |
Add BIP-329 to the index table | |||
2023-02-21 | Merge pull request #1417 from achow101/380-clarify-optional-checksum | kallewoof | |
380: Clarify optionality of descriptor checksum | |||
2023-02-20 | Merge pull request #1422 from instagibbs/patch-18 | kallewoof | |
Update PSBT_IN_TAP_BIP32_DERIVATION key desc | |||
2023-02-19 | Mark Taproot BIPs as Final | Christian Lewe | |
2023-02-15 | Update PSBT_IN_TAP_BIP32_DERIVATION key desc | Gregory Sanders | |
Clarify intended usage of PSBT_IN_TAP_BIP32_DERIVATION for key-spends. | |||
2023-02-11 | Add BIP-329 to the index table | Nutthawut (Jeep) Kiddee | |
2023-02-10 | 380: Clarify optionality of descriptor checksum | Andrew Chow | |
Parsers must handle checksum optionality, but applications can choose to reject descriptors that don't have a checksum. | |||
2023-02-10 | Merge pull request #1416 from Shadouts/master | kallewoof | |
BIP0174 and BIP0370 PSBT_GLOBAL_TX_VERSION <valuedata> type correction | |||
2023-02-08 | Fix valuedata type to match description. | Jack | |
2023-02-03 | Merge pull request #1405 from sipa/202301_bip324_update | kallewoof | |
BIP324 reference code / test vector improvements | |||
2023-01-18 | Merge pull request #1407 from instagibbs/patch-17 | kallewoof | |
BIP174: s/uiht/uint/s | |||
2023-01-17 | uiht | Gregory Sanders | |
2023-01-17 | Wallet Labels Export Format (#1383) | craigraw | |
* initial commit * fix formatting * add importing section * clarify csv preference * tabs to spaces * add rationale and references, require that rfc4180 is followed * fix reference links * show reference links as list * use self describing json lines format instead of csv * add bip number and accommodate 65 byte pubkeys * fix comments uri | |||
2023-01-11 | BIP324 updates | Pieter Wuille | |
Includes: * Simpler (but equivalent) ElligatorSwift encoding function & spec * Improved test vectors * Test vector generation code * Code for converting test vectors for libsecp256k1 code. * Code for running test vectors against SwiftEC paper authors' code. * Miscellaneous reference code improvements (style, comments). | |||
2023-01-05 | Merge pull request #1378 from dhruv/bip324 | kallewoof | |
Add BIP324: v2 P2P Transport Protocol | |||
2023-01-05 | Merge pull request #1350 from jonasnick/bip-0341-signingfix | kallewoof | |
BIP 341: allow taproot_sign_key with no script tree | |||
2023-01-04 | Add BIP324 | dhruv | |
2023-01-04 | BIP 341: allow taproot_sign_key with no script tree | Jonas Nick | |
In contrast to taproot_output_script, taproot_sign_key was not able to deal with a script_tree that is None. This commit fixes taproot_sign_key such that it can sign for such outputs. This commit avoids changing the behavior of the functions except taproot_sign_key at the cost of having some code duplication. Alternatively, one could let taproot_tree_helper deal with a None script_tree directly. | |||
2023-01-04 | Merge pull request #1379 from DariusParvin/bip341-aux_rand | kallewoof | |
BIP341: add aux_rand argument to taproot_sign_key | |||
2023-01-04 | Merge pull request #1386 from jonasnick/fix-taproot-tweak-pubkey | kallewoof | |
BIP 341: Fix taproot_tweak_pubkey | |||
2022-11-03 | BIP341: add bip340_aux_rand argument to taproot_sign_key | Darius Parvin | |
2022-10-28 | Merge pull request #1376 from vasild/bip330_sendtxrcncl_smplfctn | Luke Dashjr | |
BIP330: drop redundant booleans from the sendtxrcncl message |