Luke Dashjr
|
032a5f6136
|
Merge pull request #662 from Varunram/master
[trivial] Correct typos in BIP 98
|
2018-03-10 19:27:33 +00:00 |
|
Varunram Ganesh
|
c7a902f1f9
|
[trivial] Correct typos
least <- lest
hashes <- hashses
addendum <- ammendum
|
2018-03-10 20:10:27 +05:30 |
|
Luke Dashjr
|
4e90ce8ec5
|
Merge pull request #660 from zaq1tomo/fix/bip65
Fix format [in BIP65]
|
2018-03-06 18:54:09 +00:00 |
|
zaq1tomo
|
12a981949f
|
fix format
|
2018-03-06 09:59:40 +09:00 |
|
zaq1tomo
|
9f3e9a0c29
|
fix format
|
2018-03-06 09:59:33 +09:00 |
|
zaq1tomo
|
31b9a9f1bf
|
fix format
|
2018-03-06 09:59:27 +09:00 |
|
zaq1tomo
|
8cbdbf53a8
|
fix format
|
2018-03-06 09:59:19 +09:00 |
|
Luke Dashjr
|
973a303edc
|
Merge pull request #556 from rolandgnm/patch-1
Organizes Recent Changes chronologically .
|
2018-02-21 22:18:27 +00:00 |
|
Luke Dashjr
|
bb71f0e61e
|
Merge pull request #647 from dangershony/patch-5
Fix a grammar error
|
2018-02-13 01:30:32 +00:00 |
|
Luke Dashjr
|
31613d7359
|
Merge pull request #635 from russellpwirtz/patch-1
fix grammar error
|
2018-02-12 23:35:57 +00:00 |
|
Luke Dashjr
|
0e3551cbe9
|
Merge remote-tracking branch 'origin-pull/584/head'
|
2018-02-12 03:30:13 +00:00 |
|
Dan Gershony
|
fd4312bf87
|
Update bip-0098.mediawiki
|
2018-02-10 23:31:36 +00:00 |
|
Luke Dashjr
|
e38387e175
|
Merge pull request #645 from kallerosenbaum/master
Withdrawing BIP120/121 due to security issues during soft-forks
|
2018-02-10 22:16:31 +00:00 |
|
Kalle Rosenbaum
|
a7819e43c6
|
Fixing README table background style for BIP120 and 121
|
2018-02-10 13:56:20 +01:00 |
|
Kalle Rosenbaum
|
85a99fb14b
|
Withdrawing BIP120/121 due to security issues during soft-forks
|
2018-02-08 22:22:50 +01:00 |
|
Luke Dashjr
|
2d5fc7acb2
|
Merge pull request #625 from yuzushioh/update-bip39
Add BIP39 Swift implementation link
|
2018-02-05 04:31:02 +00:00 |
|
Luke Dashjr
|
d6ba393592
|
Merge pull request #641 from Xeoncross/patch-1
Update bip-0039.mediawiki with Go lib
|
2018-02-05 04:30:15 +00:00 |
|
Luke Dashjr
|
91e8816966
|
Merge pull request #637 from mmgen/bip65typo
Fix single typo in BIP65 ("from" -> "form")
|
2018-02-05 04:29:34 +00:00 |
|
David Pennington
|
9d187e9ed9
|
Update bip-0039.mediawiki with Go lib
|
2018-02-02 20:03:23 -06:00 |
|
MMGen
|
3a50cf8d43
|
Fix single typo in BIP65 ("from" -> "form")
|
2018-01-26 14:58:11 +03:00 |
|
Luke Dashjr
|
ec54908e70
|
Merge pull request #636 from jimpo/client-side-filtering
BIPs 157 & 158: Block Filtering stuff
|
2018-01-23 02:42:33 +00:00 |
|
Jim Posen
|
996c7c8e88
|
BIP 157 & 158: client-side block filtering.
|
2018-01-22 13:52:54 -08:00 |
|
Russ
|
d5a0a18109
|
fix grammar error
"it's" is the contraction of "it" and "is". "its" should be used for ownership
|
2018-01-16 17:25:36 -08:00 |
|
Luke Dashjr
|
1d19de104e
|
Merge pull request #634 from Bomper/patch-1
Link to the mailing list
|
2018-01-15 09:31:32 +00:00 |
|
Ben
|
3d5bae733f
|
Link directly to the mailing list and remove emailing Luke
|
2018-01-15 00:52:31 -08:00 |
|
Ben
|
3abbe63c90
|
Link to the mailing list
|
2018-01-15 00:22:22 -08:00 |
|
Luke Dashjr
|
320097a518
|
Merge pull request #633 from maaku/mast-patch-2
BIP-0117: Change semantics of multi-element tail call to not require stack elements to be exactly 520 bytes in size
|
2018-01-11 06:20:26 +00:00 |
|
Mark Friedenbach
|
612c002c65
|
BIP-0117: Change semantics of multi-element tail call to not require stack elements to be exactly 520 bytes in size. This allows for more compact direct encoding of scripts of the form "pick 2 of 3 spend conditions" without enabling witness malleability in expected use cases as the components would still be checked against a pre-committed hash tree.
|
2018-01-11 14:41:45 +09:00 |
|
Luke Dashjr
|
083c357538
|
Merge pull request #632 from maaku/mast-patch-1
BIP-0117: Correct the examples to use the most recent version of MERKLEBRANCHVERIFY
|
2018-01-10 06:04:08 +00:00 |
|
Mark Friedenbach
|
7cd6c2fb83
|
BIP-0117: Correct the examples to use the most recent version of MERKLEBRANCHVERIFY specified in BIP-116.
|
2018-01-10 13:14:28 +09:00 |
|
Luke Dashjr
|
b7e0c6f11c
|
Merge pull request #631 from achow101/bip174-tests
More BIP 174 tests
|
2018-01-06 23:14:46 +00:00 |
|
Andrew Chow
|
a925cbb632
|
More BIP 174 tests
|
2018-01-06 15:14:12 -05:00 |
|
Luke Dashjr
|
716c53207c
|
Merge pull request #630 from NicolasDorier/patch-9
Fix link
|
2018-01-05 10:34:44 +00:00 |
|
Nicolas Dorier
|
2d113795ac
|
Fix link
|
2018-01-05 17:46:08 +09:00 |
|
Luke Dashjr
|
b5fb4fa079
|
Merge pull request #629 from achow101/bip174-tests
Tests for BIP 174 and some wording clarifications
|
2018-01-05 04:22:40 +00:00 |
|
Andrew Chow
|
597c5afda5
|
Test Vectors for BIP 174
|
2018-01-04 22:47:09 -05:00 |
|
Andrew Chow
|
53891fc7ed
|
Clarify what the number of inputs field is actually
|
2018-01-04 13:23:15 -05:00 |
|
Luke Dashjr
|
900e9ba403
|
Merge pull request #627 from sipa/201801_bip173_proposed
Progress BIP173 to Proposed
|
2018-01-03 17:22:44 +00:00 |
|
Pieter Wuille
|
97a55878e6
|
Progress BIP173 to Proposed
|
2018-01-03 09:06:47 -08:00 |
|
yuzushioh
|
499c11d51c
|
add swift implementation
|
2018-01-02 23:29:07 +09:00 |
|
Luke Dashjr
|
2166b78bbf
|
Merge pull request #624 from prusnak/master
bip-0084: add extended public keys to test vectors
|
2018-01-02 01:53:59 +00:00 |
|
Pavol Rusnak
|
e9650f74e4
|
bip-0084: add extended public keys to test vectors
|
2018-01-01 22:11:51 +01:00 |
|
Luke Dashjr
|
38a7545b8b
|
Merge pull request #620 from satoshilabs/master
BIP 84: Derivation scheme for P2WPKH based accounts
|
2017-12-31 15:08:33 +00:00 |
|
Pavol Rusnak
|
2382e31f12
|
BIP-0084: Derivation scheme for P2WPKH based accounts
|
2017-12-31 14:32:35 +01:00 |
|
Luke Dashjr
|
8ee73ca40a
|
Merge pull request #618 from jimmysong/unit-bias
BIP 176: Utilization of bits denomination
|
2017-12-23 04:01:04 +00:00 |
|
Jimmy Song
|
7e4d602585
|
Bits Denomination BIP
|
2017-12-22 19:54:17 -08:00 |
|
Luke Dashjr
|
9e0fe1a136
|
Merge pull request #617 from MarcoFalke/Mf1712-bip159rework
bip159: Clarify that there is only one threshold
|
2017-12-19 19:10:37 +00:00 |
|
MarcoFalke
|
fa9a4f307e
|
bip159: Add missing link to implementation
|
2017-12-19 14:00:36 -05:00 |
|
MarcoFalke
|
fa810b3bff
|
bip159: Clarify that there is only one threshold
|
2017-12-19 13:52:25 -05:00 |
|
Luke Dashjr
|
2e1813abdc
|
Merge pull request #616 from dcousens/patch-1
BIP174: refactor responsibilities for simplicity and clarity
|
2017-12-13 01:06:02 +00:00 |
|