summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-26Adds commaEthan Heilman
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
2024-04-26Clarify exactly which scripts are witness outputsPieter Wuille
2024-04-25Specifies exact tree signature limit (suggested by Ali Sherief)Ethan Heilman
2024-04-25Merge pull request #1582 from murchandamus/2024-04-reduce-bip173-to-v0Mark "Murch" Erhardt
Reduce scope of BIP173 to native segwit v0
2024-04-25Mention that BIP350 reduces scope of bech32 to v0Murch
2024-04-25Merge pull request #1581 from achow101/stop-link-spam-21Mark "Murch" Erhardt
21: Remove other libraries from reference implementations
2024-04-25Better quantum resistant section based Tim's commentsEthan Heilman
Adds additional acks
2024-04-25Fixes comment URIEthan Heilman
2024-04-25Renamed to use BIP-0347Ethan Heilman
2024-04-25Merge pull request #1546 from 5atoshiNakamoto/patch-1Jon Atack
Update bip-0039-wordlists.md
2024-04-25Merge pull request #1576 from achow101/stop-link-spamJon Atack
39: Remove other implementation sections
2024-04-2521: Remove other libraries from reference implementationsAva Chow
2024-04-2539: Remove other implementation sectionsAva Chow
2024-04-24Fix READMELuke Dashjr
2024-04-24diffchecks.sh: Build table firstAva Chow
2024-04-24ci: Fetch depth 2 for diffchecksAva Chow
2024-04-24Merge pull request #596 from luke-jr/editors_typo_fixBryan Bishop
BIP 2: Allow editors to fix typos
2024-04-24Merge pull request #1382 from glozow/2022-10-package-relayJon Atack
BIP 331: Ancestor Package Relay
2024-04-24Merge pull request #1068 from OpenBitcoinPrivacyProject/bip47Mark "Murch" Erhardt
Finalize BIP-47
2024-04-24specify BIP331 Ancestor Package Relayglozow
2024-04-24Merge pull request #984 from Enegnei/patch-1Jon Atack
BIP-32: Minor grammar fixes
2024-04-24Merge pull request #746 from riordant/patch-2Jon Atack
BIP47: Missing word
2024-04-24Merge pull request #748 from BankoWallet/patchJon Atack
Typo of test data in bip 143
2024-04-23Merge pull request #743 from riordant/patch-1Jon Atack
Fix typo in BIP47
2024-04-23Merge pull request #733 from tuxcanfly/bip158-update-testsOlaoluwa Osuntokun
bip158: update test vectors
2024-04-23Fix grammarLucas Cullen
2024-04-23Merge pull request #679 from nopara73/patch-3Jon Atack
Fix typos in BIP 126
2024-04-23Merge pull request #1522 from fakefraud/patch-2Mark "Murch" Erhardt
BIP-60: typo fix
2024-04-23Merge pull request #1575 from murchandamus/2024-04-bip141-fix-typosMark "Murch" Erhardt
Fix typos in BIP141
2024-04-23Merge pull request #1486 from wangchun/masterJon Atack
Fix typo in bip-0087.mediawiki
2024-04-23Merge pull request #1505 from GoodDaisy/masterJon Atack
Fix typos
2024-04-23Fix typos in BIP141Murch
Co-authored-by: Greg Laun
2024-04-23Merge pull request #487 from Christewart/patch-2Mark "Murch" Erhardt
Specify which 1 byte push op codes are valid
2024-04-23Merge pull request #496 from azuchi/bip143-unify-coin-unitMark "Murch" Erhardt
BIP 143: Unify coin unit
2024-04-23Merge pull request #1573 from jonatack/2024-04-update-bip-editorsMark "Murch" Erhardt
BIP2: update BIP editors
2024-04-23BIP2: update BIP editorsJon Atack
2024-04-23Merge pull request #1484 from git-sgmoore/master-1Mark "Murch" Erhardt
added colon at end of if statement - bip-0119.mediawiki
2024-04-22Merge pull request #1530 from nau/patch-1Olaoluwa Osuntokun
Remove duplicate word in bip-0085.mediawiki
2024-04-22Merge pull request #1564 from bitjson/patch-1Olaoluwa Osuntokun
feat: add TypeScript BIP39 implementation
2024-04-22Merge pull request #1560 from Christewart/2024-04-01-bip380-fixMark "Murch" Erhardt
Fix Descriptor BIP typos
2024-04-22Merge pull request #1558 from prusnak/account-bipsMark "Murch" Erhardt
BIP-00{43,49,84}: move to Standards Track + BIP-0044: mark as Final
2024-04-22Merge pull request #1554 from bitcoin/ggJon Atack
Update Bitcoin dev mailing list to Google Groups
2024-04-22Merge pull request #1393 from dplusplus1024/patch-2Jon Atack
BIP21: Update Anchor Link
2024-04-22Merge pull request #1510 from momodaka/bip0380Jon Atack
Update BIP-380: fix typo
2024-04-22Merge pull request #1549 from siv2r/bip327-fix-linkJon Atack
BIP327: Fix Broken Links
2024-04-22Merge pull request #1562 from murchandamus/2024-04-markdown-clarificationJon Atack
Clarify permitted status of markdown
2024-04-22Merge pull request #1521 from fakefraud/patch-1Jon Atack
BIP-10: typo fix
2024-04-22Merge pull request #608 from philsmd/patch-1Jon Atack
bip38 typo: specifid -> specified
2024-04-15feat: add TypeScript BIP39 implementationJason Dreyzehner
2024-04-12Changes OP_CAT BIP based on feedback given by Bob SummerwillEthan Heilman
Bob Summerwill proposed a number of changes to the OP_CAT BIP to better follow BIP-2. This commit makes these changes: * Using the section order specified in BIP-2 * Adding a Rationale section * Expand the specification section by moving details from the abstract into the specification Additionally this commit as rewords some confusing language. Thanks Bob