Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add BIP MuSig2
|
|
|
|
Improve BIP-341 wording
|
|
BIP324: Fixed length message type IDs
|
|
new BIP: codex32
---------
Co-authored-by: Russell O'Connor <roconnor@blockstream.io>
|
|
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.
|
|
replace travis with Github Actions
|
|
PSBTv0: Update Simple Signer Algorithm for SegWitv0 inputs
|
|
PSBTv2: Relax transaction version requirement
|
|
|
|
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).
|
|
|
|
Update bip-0370.mediawiki
|
|
Mark Taproot BIPs as Final
|
|
Small typo. Changed 'gemeric' to 'generic'.
|
|
|
|
Remove newline to fix list rendering
|
|
Add BIP-329 to the index table
|
|
380: Clarify optionality of descriptor checksum
|
|
Update PSBT_IN_TAP_BIP32_DERIVATION key desc
|
|
|
|
Clarify intended usage of PSBT_IN_TAP_BIP32_DERIVATION for key-spends.
|
|
|
|
Parsers must handle checksum optionality, but applications can choose to
reject descriptors that don't have a checksum.
|
|
BIP0174 and BIP0370 PSBT_GLOBAL_TX_VERSION <valuedata> type correction
|
|
|
|
BIP324 reference code / test vector improvements
|
|
BIP174: s/uiht/uint/s
|
|
|
|
* 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
|
|
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).
|
|
Add BIP324: v2 P2P Transport Protocol
|
|
BIP 341: allow taproot_sign_key with no script tree
|
|
|
|
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.
|
|
BIP341: add aux_rand argument to taproot_sign_key
|
|
BIP 341: Fix taproot_tweak_pubkey
|
|
|
|
BIP330: drop redundant booleans from the sendtxrcncl message
|
|
`lift_x` returns `None` if the input integer is not an X coordinate on the curve
to indicate failure. `point_add`, on the other hand, interprets `None` as the
point at infinity. Therefore, without this commit, if the internal `pubkey` is
not a valid X coordinate, the function will not fail, which contradicts the
specification in the "Script validation rules section". Instead, it sets `Q` to
`t*G`.
|
|
The reconciliation protocol assumes using one role consistently. Since
it is irrelevant which one is which, we can imply that the initiator of
the P2P connection will assume the role of reconciliation initiator.
This protocol simplification will seep into the implementation.
|
|
bip-0011/12 - fixed broken implementation url
|
|
[Trivial] BIP-70 Fixing sipa's gist proposal url
|
|
|
|
Changes/clarifications to bip-330.
|
|
BIP 341: add missing conversions between bytes and int
|
|
BIP118: simplify explanation of signature message
|
|
New BIP 351: Private Payments
|