Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-13 | Reject BIP-0036 | Janus | |
According to expiration rules, this does not need consent, since it has expired. | |||
2020-03-12 | Fix typo | Tim Ruffing | |
2020-03-12 | Make code and output a little bit more readable | Tim Ruffing | |
2020-03-12 | Optionally print intermediate values in reference code | Tim Ruffing | |
and make reference code and pseudocode more consistent with each other | |||
2020-03-10 | Merge pull request #201 from jonasnick/tweak-bytes-only | Pieter Wuille | |
BIP-0341: Avoid decompressing the output public key in script spends | |||
2020-03-10 | Merge pull request #196 from jonasnick/update-ref | Pieter Wuille | |
Update reference code and test vectors | |||
2020-03-06 | BIP-0341: Avoid decompressing the output public key in script spends | Jonas Nick | |
2020-03-05 | bip-325: genesis block/message start | Karl-Johan Alm | |
The genesis block is made static, and the message start is made dynamic based on the sha256d of the block script. | |||
2020-03-04 | Merge pull request #199 from real-or-random/patch-16 | Pieter Wuille | |
Fix a few minor issues | |||
2020-03-04 | BIP 340: Verify sig before returning it | Jonas Nick | |
2020-03-04 | BIP 340: Use synthetic nonces in reference code and test vectors | Jonas Nick | |
2020-03-04 | BIP 340: Update reference code and test vectors as follows: | Jonas Nick | |
- use evenness as tiebreaker - using different tags for nonce- and challenge hashing - add pubkey to nonce function. | |||
2020-02-29 | Mark BIP-0152 as Final | Janus | |
2020-02-29 | Switch to only 32 bytes aux | Tim Ruffing | |
2020-02-28 | Reject BIP-0033 (expired) | Janus | |
2020-02-28 | Merge pull request #895 from ysangkok/reject-bip0019 | Luke Dashjr | |
Reject BIP-0019 (expired) | |||
2020-02-28 | Merge pull request #894 from ysangkok/reject-bip-0008 | Luke Dashjr | |
BIP-0008 rejected (expired) | |||
2020-02-28 | Merge pull request #892 from CaptJakk/master | Luke Dashjr | |
Typo in BIP340 | |||
2020-02-28 | Merge pull request #891 from aerosol/replace-elixir-bip39-implementation | Luke Dashjr | |
Replace elixir bip39 implementation | |||
2020-02-28 | Merge pull request #890 from visvirial/patch-1 | Luke Dashjr | |
Fix "Using a single OP_CHECKSIGADD-based script" | |||
2020-02-28 | update repo url | Petr Korolev | |
2020-02-26 | Reject BIP-0019 (expired) | Janus | |
2020-02-26 | BIP-0008 rejected (expired) | Janus | |
2020-02-24 | Fix a few minor issues | Tim Ruffing | |
* Recommend a byte length for aux random data * Clarify that with signature verification by default at the end of the signing algorithm, using public keys from untrusted sources is not an issue. * A few editorial nits | |||
2020-02-23 | Address comments | Pieter Wuille | |
2020-02-23 | Switch to new synth nonce scheme and make it default | Pieter Wuille | |
2020-02-23 | give bip32 conversion its own section | Anthony Towns | |
2020-02-23 | Include d in nonce rather than d' | Anthony Towns | |
2020-02-23 | notes about precomputed pubkey data | Anthony Towns | |
2020-02-23 | Change tags to prevent inconsistent breakage with earlier draft | Pieter Wuille | |
2020-02-23 | Switch to even-y tiebreaker for pubkeys | Pieter Wuille | |
2020-02-23 | BIP-340: Improve wording of recommendation for fresh secret keys | Jonas Nick | |
2020-02-23 | BIP-340: Stress that secret key should be fresh and if not then RFC6979 ↵ | Jonas Nick | |
shouldn't be used | |||
2020-02-23 | missing space | Anthony Towns | |
2020-02-23 | Update bip-0340.mediawiki | Keagan McClelland | |
2020-02-21 | Update BIP39 Elixir implementation | Adam Rutkowski | |
2020-02-20 | Fix "Using a single OP_CHECKSIGADD-based script" | Vis Virial (a.k.a. びりある) | |
1. CHECKSIG / CHECKSIGADD is confused Only the first OP-code for the first public key should be "CHECKSIG" and the following (second to n-th) OP-codes should be "CHECKSIGADD". It is confusing because it is only specified the first and last OP-codes, so I specified the second OP-code clearly. (I recommend to describe why only the first OP-code should be "CHECKSIG", not "CHECKSIGADD".) 2. Order of the signatures in witness In the original sentence, the stack status after the all witness elements are pushed will be | w_n | | : | | w_1 | and then, the first element of the script, "<pubkey_1>" will be pushed to the stack | pubkey_1 | | w_n | | : | | w_1 | so the "pubkey_1" and "w_n" won't match. The order of either "pubkey_i"s or "w_i"s should be inverted. | |||
2020-02-20 | Merge pull request #882 from MarcoFalke/patch-2 | Luke Dashjr | |
Fix links in bip-0119.mediawiki | |||
2020-02-19 | Merge pull request #887 from richardkiss/patch-1 | Luke Dashjr | |
Update bip-0119.mediawiki | |||
2020-02-19 | Merge pull request #889 from JeremyRubin/fix-color-of-change-ctv | Luke Dashjr | |
Fix Colorings in BIP-0119 states.svg | |||
2020-02-19 | Merge pull request #884 from RandyMcMillan/patch-2 | Luke Dashjr | |
bip-0340: typo change intent to intend | |||
2020-02-19 | Merge pull request #706 from Varunram/patch-3 | Luke Dashjr | |
[trivial] remove duplicate of | |||
2020-02-19 | Merge pull request #886 from jonasnick/synth-nonce | Luke Dashjr | |
BIP 340: Recommend synthetic nonces and verifying signing output | |||
2020-02-19 | Merge pull request #880 from NicolasDorier/patch-12 | Luke Dashjr | |
Fix broken link | |||
2020-02-06 | Fix Colorings in BIP-0119 states.svg | Jeremy Rubin | |
2020-02-01 | Update bip-0119.mediawiki | Richard Kiss | |
Fix typo. | |||
2020-01-28 | BIP 340: Recommend verifying the signing output | Jonas Nick | |
2020-01-28 | BIP 340: Recommend synthetic nonces | Jonas Nick | |
2020-01-26 | change intent to intend | @RandyMcMillan | |
2020-01-26 | Fix broken link | Nicolas Dorier | |