Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-22 | Merge pull request #1103 from jonasnick/bip341-testvectors | Luke Dashjr | |
BIP 341/342: Add link to Bitcoin Core test vectors | |||
2021-04-22 | Merge pull request #1099 from achow101/more-psbt-tests | Luke Dashjr | |
BIP 174: Add test vectors for additional unsigned tx serialization | |||
2021-04-22 | Merge pull request #1094 from kiminuo/patch-3 | Luke Dashjr | |
Update bip-0174.mediawiki | |||
2021-04-22 | Merge pull request #1086 from 8go/patch-2 | Luke Dashjr | |
BIP-85: Added Ian Coleman's Mnemonic Code Converter | |||
2021-04-22 | Merge pull request #1074 from sanket1729/patch-1 | Luke Dashjr | |
Change `witness` to signature | |||
2021-04-21 | Address Discovery Fixes | Robert Spigler | |
2021-04-19 | Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki | Robert Spigler | |
Formatting | |||
2021-04-19 | Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki | Robert Spigler | |
Fix formatting | |||
2021-04-19 | Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki | Robert Spigler | |
Some minor fixes, address gap fixes, backup clarification | |||
2021-04-19 | minor edit | Hugo Nguyen | |
2021-04-19 | replace XPUBs with keys to be more generic | Hugo Nguyen | |
2021-04-19 | introduce descriptor template | Hugo Nguyen | |
2021-04-16 | update test vectors | Hugo Nguyen | |
2021-04-16 | move descriptor to the second line in the descriptor record | Hugo Nguyen | |
2021-04-16 | include and verify the wallet's first address in round 2 | Hugo Nguyen | |
2021-04-15 | clarify Signer definition and add reference links | Hugo Nguyen | |
2021-04-14 | Changing BIP links in BIP9 to relative urls. | fresheneesz | |
2021-04-14 | BIP341: add brackets to avoid ambiguity due to precendence rules around ↵ | Anthony Towns | |
bipwise ops | |||
2021-04-13 | BIP 341/342: Add link to Bitcoin Core test vectors | Jonas Nick | |
Also remove mention of non-existing examples. | |||
2021-04-12 | Minor: linking BIPs in BIP9 | fresheneesz | |
2021-04-13 | BIP341: add testnet3 parameters | Anthony Towns | |
2021-04-08 | BIP 174: Add test vectors for additional unsigned tx serialization | Andrew Chow | |
There are some edge cases with unsigned tx serialization, so this adds test vectors for them. Specifically, an unsigned tx with witness serialization is invalid, a transaction with 0 inputs and 0 outputs is valid, and a transaction with 0 inputs and non-0 outputs is valid. | |||
2021-04-08 | BIP341: document simplified bip9 states | Anthony Towns | |
2021-04-08 | BIP341: bip9 speedy trial parameters | Anthony Towns | |
2021-04-04 | BIP: Bitcoin Secure Multisig Setup (BSMS) | Hugo Nguyen | |
2021-03-31 | Add reference implementation | Esteban A. Maringolo | |
2021-03-31 | Update bip-0174.mediawiki | kiminuo | |
I, personally, find this easier to read. | |||
2021-03-29 | Merge pull request #1087 from jonasnick/bip8-nit | Luke Dashjr | |
BIP8: remove redundant and conflicting sentence from param selection and fix typo | |||
2021-03-29 | BIP 325: Remove empty section "Acknowledgement" | MarcoFalke | |
2021-03-26 | BIP341/342: document current deployment status | Anthony Towns | |
2021-03-22 | Formatting | Robert Spigler | |
2021-03-22 | Fix errors | Robert Spigler | |
2021-03-22 | BIP8: fix typo: 2 retarget intervals are 4032 blocks. | Jonas Nick | |
2021-03-22 | BIP8: remove redundant and conflicting sentence from param selection | Jonas Nick | |
At the end of the param selection section it's explicitly stated that startheight _must_ be a multiple of 2016. | |||
2021-03-22 | Grammar/formatting | Robert Spigler | |
2021-03-22 | Merge pull request #1 from Rspigler/Sane_Mulitisg_deriv | Robert Spigler | |
[DRAFT] Modern Hierarchy for Deterministic Multisignature Wallets | |||
2021-03-22 | Merge pull request #2 from bitcoin/master | Robert Spigler | |
Update local | |||
2021-03-22 | Formatting | Robert Spigler | |
2021-03-22 | BIP2 compliance. Add rationale, addresss discovery, etc. | Robert Spigler | |
2021-03-20 | Merge pull request #1080 from achow101/bip8-more-params | Luke Dashjr | |
BIP 8: Add minimum activation height | |||
2021-03-20 | Add minimum activation height to BIP 8 | Andrew Chow | |
2021-03-18 | Clarifications | Robert Spigler | |
2021-03-18 | Add PSBT and ML reference | Robert Spigler | |
2021-03-18 | Revert to multisig only | Robert Spigler | |
2021-03-15 | BIP-85: Added Ian Coleman's Mnemonic Code Converter | 8go | |
- Added Ian Coleman's Mnemonic Code Converter to the "Other Implementations" section - https://iancoleman.io/bip39/ is a nice tool to play around with and to derive test data for BIP-85 PS: Sorry that I did not include this in the previous PR #1083. I just found this this very moment, but I think it is worth while to include because it gives the user/reader an instant tool to play with and to see results of BIP-85. | |||
2021-03-15 | Merge pull request #1078 from dr-orlovsky/patch-5 | Luke Dashjr | |
Fixing Simple Signer Algorithm | |||
2021-03-15 | Merge BIP 370 | Luke Dashjr | |
2021-03-15 | Fix Comments-URI for BIP 370 | Luke Dashjr | |
2021-03-15 | Merge pull request #1083 from 8go/patch-1 | Luke Dashjr | |
BIP 85: fixed some typos and minor English mistakes | |||
2021-03-15 | Merge pull request #1085 from ethankosakovsky/patch-1 | Luke Dashjr | |
BIP85: fixed test vector. |