summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-25Mark BIP 146 as WithdrawnLuke Dashjr
Per https://github.com/bitcoin/bips/pull/927#issuecomment-643403936
2020-06-25De-reject BIP-0008 due to progress being made (restore to Draft)Luke Dashjr
This reverts commit cb064ccdebb688d38994be525f251372af93a3e9.
2020-06-25Merge remote-tracking branch 'origin-pull/550/head'Luke Dashjr
2020-06-12Merge pull request #931 from bitschmidty/2020-06-bip325-pr-updateLuke Dashjr
bip-325: update PR link
2020-06-12Merge pull request #910 from ethankosakovsky/entropy_bipLuke Dashjr
BIP 85: Deterministic Entropy From BIP32 Keychains
2020-06-12Merge pull request #771 from bitschmidty/masterLuke Dashjr
BIP174: Input Finalizer finalized fields clarifications
2020-06-11Initial commit of entropy BIPEthan Kosakovsky
2020-06-09bip-0174: Input Finalizer finalized fields clarificationsMike Schmidt
2020-06-09bip-325: update PR linkMike Schmidt
2020-06-02scripts/buildtable.pl: Fix for Obsolete statusLuke Dashjr
2020-06-02Merge pull request #913 from ysangkok/reject-bip-0064Luke Dashjr
Obsolete BIP-0064
2020-06-02Obsolete BIP-0064Janus
It was implemented at one point according to luke-jr in https://github.com/bitcoin/bips/pull/913#issuecomment-621894761
2020-06-01Merge pull request #924 from Coding-Enthusiast/patch-3Luke Dashjr
[BIP-0137] Correct small mistakes
2020-06-01Merge pull request #917 from milczarekIT/bip0039-add-Java-referenceLuke Dashjr
Added reference to Java implementation for BIP-39
2020-06-01Merge pull request #920 from jonasnick/spk-commit-allLuke Dashjr
bip-341: Commit to all scriptPubKeys in SigMsg
2020-06-01Merge pull request #922 from SGeetansh/BIP-0011_typoLuke Dashjr
bip-0011.mediawiki: Fix trivial typo
2020-06-01Merge pull request #672 from skywinder/patch-1Luke Dashjr
BIP 39: Аdd swift library with multi lang support
2020-06-01Merge pull request #915 from ysangkok/reject-expired-block-size-bipsLuke Dashjr
Reject expired block size BIPs
2020-06-01Merge pull request #914 from ysangkok/reject-bip-0099Luke Dashjr
Reject BIP-0099 (expired)
2020-05-18[BIP-0137] Correct small mistakesCoding Enthusiast
RecId indicates address/script types not key types (technically there is no key type). Value for P2WPKH is 39 not 35. Turned ranges to a bulleted list.
2020-05-16Minor grammar typo. Added a comma.SGeetansh
2020-05-15bip-341: add missing Post-HistoryJonas Nick
2020-05-15bip-341: Commit to all scriptPubKeys in SigMsgJonas Nick
2020-05-03remove duplicate linePetr Korolev
2020-05-03Update link directly to the bip39 filePetr Korolev
2020-05-02Added reference to Java implementation for BIP-39Bartosz Milczarek
2020-05-01Merge pull request #911 from fametrano/patch-3Luke Dashjr
fixed obvious typo
2020-04-30Merge pull request #916 from ysangkok/final-bip-0043Luke Dashjr
Mark BIP-0043 as final
2020-04-30Mark BIP-0043 as finalJanus
Widely in use and used by BIPs 44, 45, 47, 49, 80, 81, 84, and 175.
2020-04-30Merge pull request #902 from Kevingislason/patch-1Luke Dashjr
BIP 39: Update Rust implementation
2020-04-30Reject expired block size BIPsJanus
2020-04-30Reject BIP-0099 (expired)Janus
2020-04-30Merge pull request #893 from sipa/bip-taprootLuke Dashjr
BIP 340 improvements
2020-04-30Merge pull request #906 from JeremyRubin/bip-0119-sim-fixesLuke Dashjr
BIP-0119 Simulation Fixes
2020-04-30Merge pull request #903 from kallewoof/2003-bip322-simplifiedLuke Dashjr
bip-322: simplify proposal to single proof case
2020-04-30Merge pull request #900 from kallewoof/2003-signet-static-genesisLuke Dashjr
bip-325: genesis block/message start
2020-04-30Merge pull request #901 from ysangkok/reject-bip-0036Luke Dashjr
Reject BIP-0036
2020-04-30Merge pull request #898 from ysangkok/final-bip-0152Luke Dashjr
Mark BIP-0152 as Final
2020-04-30Merge pull request #897 from ysangkok/reject-bip-0033Luke Dashjr
Reject BIP-0033 (expired)
2020-04-29fixed obvious typoFerdinando M. Ametrano
it must be OP_CHECKMULTISIG, not OP_CHECKSIG
2020-04-10Merge pull request #202 from ysangkok/bip-0340-typingPieter Wuille
Typing annotations for BIP-0340
2020-04-08Update images for BIP-0119Jeremy Rubin
2020-04-08BIP-0119: Use the same random seed across simulation runs; fix issue where a ↵Jeremy Rubin
poisson was used in place of an exponential
2020-04-06BIP-0340: Add typing annotations to reference.pyJanus
Passes mypy's strict-mode with mypy 0.770.
2020-04-06Merge pull request #203 from jonasnick/remove-is-negatedPieter Wuille
BIP-0341: Replace notion of is_negated with parity bit
2020-04-02Merge pull request #200 from real-or-random/printsPieter Wuille
Add debug print for intermediate values
2020-03-27BIP-0341: Replace notion of is_negated with parity bitJonas Nick
2020-03-25bip-322: simplify proposal to single proof caseKarl-Johan Alm
2020-03-17Update Rust BIP 39 implementationKevin Gislason
The currently listed Rust implementation of BIP 39 doesn't pass the reference implementation's test vectors. See --> https://github.com/infincia/bip39-rs/issues/21
2020-03-17When checking test vectors, handle RuntimeException in signingTim Ruffing
This is better for playing around with the code. Now these these exceptions can really be raised when the verification during signing fails.