summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-29Merge pull request #1436 from theStack/bip324_handsake_remove_initiating_paramLuke Dashjr
bip-0324: remove `initiating` parameter from `ellswift_create` calls
2023-06-29Merge pull request #1354 from achow101/bip-multipath-descsLuke Dashjr
[New BIP 389] Multipath descriptors
2023-06-27Merge pull request #1452 from sethforprivacy/patch-1kallewoof
BIP 329: Add `spendable` state to outputs
2023-06-05Merge pull request #1454 from uncomputable/bech32m-finalkallewoof
Mark bech32m as final
2023-05-30Properly handle `spendable` state and JSON edge casesSeth For Privacy
2023-05-29Merge pull request #1446 from sipa/bip-taprootkallewoof
BIP340 updates: clarifications, variable-length messages, expand domain separation
2023-05-24Add motivation for spendable tagSeth For Privacy
2023-05-24Add `spendable` stateSeth For Privacy
2023-05-18Mark bech32m as finalChristian Lewe
2023-05-16Merge pull request #1412 from craigraw/wallet-labels-originkallewoof
BIP329: Add optional key origin property and expand truncation note
2023-04-28Merge pull request #1448 from stratospher/patch-1kallewoof
bip324: fix link to chacha20
2023-04-26bip324: fix link to chacha20stratospher
2023-04-20bip340: Add subsection on Domain SeparationTim Ruffing
2023-04-20bip340: Allow variable-length messagesTim Ruffing
2023-04-20bip340: clarify that tags are byte arraysPieter Wuille
2023-04-11Merge pull request #1443 from vostrnad/bip84-finalkallewoof
Mark BIP84 as Final
2023-04-10Mark BIP84 as FinalVojtěch Strnad
2023-03-30Merge pull request #1439 from apoelstra/2023-03--bip93-cleanupkallewoof
bip93: minor cleanups
2023-03-30add myself as a BIPs authorAndrew Poelstra
2023-03-29bip93: typo fixes, and fix URL formatAndrew Poelstra
2023-03-29bip93: make bech32 capitalization consistently lowercaseAndrew Poelstra
2023-03-29bip93: More invalid test vectorsRussell O'Connor
These examples are valid BIP-173 and BIP-350 strings (but not valid BIP-93 strings).
2023-03-29Merge pull request #1438 from ajtowns/202303-testskallewoof
Cleanup README table
2023-03-29Use BIP-326 title from PR#1314 in READMEAnthony Towns
2023-03-29BIP157 was replaced in PR#1378Anthony Towns
2023-03-29README markup fixesAnthony Towns
2023-03-29BIP327: fixups for buildtable.plAnthony Towns
2023-03-27Merge pull request #1372 from jonasnick/musig2-squashedkallewoof
Add BIP MuSig2
2023-03-27Add BIP327: MuSig2 for BIP340-compatible Multi-SignaturesJonas Nick
2023-03-24Merge pull request #1433 from raphjaph/patch-1kallewoof
Improve BIP-341 wording
2023-03-19bip-0324: remove `initiating` parameter from `ellswift_create` callsSebastian Falbesoner
2023-03-17Merge pull request #1428 from dhruv/bip324-update-feb-2023kallewoof
BIP324: Fixed length message type IDs
2023-03-17new BIP: codex32 (#1425)Andrew Poelstra
new BIP: codex32 --------- Co-authored-by: Russell O'Connor <roconnor@blockstream.io>
2023-03-10Improve BIP-341 wordingraphjaph
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-09replace travis with Github Actions (#1432)kallewoof
replace travis with Github Actions
2023-03-08Merge pull request #1430 from bigspider/psbtv0-fix-signing-algokallewoof
PSBTv0: Update Simple Signer Algorithm for SegWitv0 inputs
2023-03-08Merge pull request #1431 from bigspider/psbtv2-fix-txversionkallewoof
PSBTv2: Relax transaction version requirement
2023-03-04Relax transaction version requirement when the Creator is also a Constructor.Salvatore Ingala
2023-03-04Update Simple Signer Algorithm for SegWitv0 inputsSalvatore 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-28Updates to BIP324 since January 11 2023dhruv
2023-02-27Merge pull request #1427 from cmdruid/patch-1kallewoof
Update bip-0370.mediawiki
2023-02-27Merge pull request #1423 from uncomputable/taproot-finalkallewoof
Mark Taproot BIPs as Final
2023-02-23Update bip-0370.mediawikicmd
Small typo. Changed 'gemeric' to 'generic'.
2023-02-21Mark BIP 343 as FinalChristian Lewe
2023-02-21Merge pull request #1157 from tcharding/list-renderkallewoof
Remove newline to fix list rendering
2023-02-21Merge pull request #1418 from jeepkd/patch-1kallewoof
Add BIP-329 to the index table
2023-02-21Merge pull request #1417 from achow101/380-clarify-optional-checksumkallewoof
380: Clarify optionality of descriptor checksum
2023-02-20Merge pull request #1422 from instagibbs/patch-18kallewoof
Update PSBT_IN_TAP_BIP32_DERIVATION key desc
2023-02-19Mark Taproot BIPs as FinalChristian Lewe
2023-02-15Update PSBT_IN_TAP_BIP32_DERIVATION key descGregory Sanders
Clarify intended usage of PSBT_IN_TAP_BIP32_DERIVATION for key-spends.