1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-06 20:54:21 +01:00
Commit graph

2691 commits

Author SHA1 Message Date
Luke Dashjr
6bcb38f226
Merge pull request #837 from clarkmoody/bip-45-formatting
BIP-0045 - Formatting use <code> tags
2019-10-11 23:11:31 +00:00
Luke Dashjr
aca1510b92
Merge pull request #816 from kallewoof/2019-07-bip154-withdraw
BIP-154: change to withdrawn status
2019-10-11 23:06:03 +00:00
Luke Dashjr
67f7e52fc7
Merge pull request #852 from MarcoFalke/1909-103nono
BIP 103: Mark as withdrawn
2019-10-11 03:05:50 +00:00
MarcoFalke
09d3d83d7e BIP 103: Withdrawn 2019-10-10 18:15:24 -04:00
MarcoFalke
d2277115ce travis: Remove unused sudo:false
Builds in sudo-disabled docker containers are no longer available as of
last year and all builds happen on sudo enabled vms.

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration#timeline---its-happening-fast
2019-10-10 18:15:12 -04:00
Pieter Wuille
c8e82957a2
Merge pull request #85 from sipa/201910_c1
Small fix: 0xc1 is possible as first control block byte
2019-10-09 13:41:06 -07:00
Pieter Wuille
9413cc1f07 Small fix: 0xc1 is possible as first control block byte 2019-10-09 12:12:55 -07:00
Pieter Wuille
e5888935ca
Merge pull request #83 from sipa/branch_limit
Increase max Merkle path length
2019-10-09 12:05:28 -07:00
Gleb Naumenko
394601bb3c
Merge pull request #2 from MarcoFalke/patch-2
Update bip-reconcil.mediawiki
2019-10-09 12:51:35 -04:00
Pieter Wuille
6b72dfff51 Increase max Merkle path length 2019-10-08 18:57:19 -07:00
Pieter Wuille
15d5aa2732 Fix formula 2019-10-07 14:37:41 -07:00
Pieter Wuille
4aa889e6ac
Merge pull request #77 from sipa/201909_bigger_opspos
Extend codeseparator_position and input_index from 16 to 32 bits
2019-10-07 10:45:24 -07:00
Pieter Wuille
00f941b8c7
Merge pull request #80 from jonasnick/bytes
Accept seckey in the form of bytes and not int in the reference BIP-schnorr code...
2019-10-07 10:44:57 -07:00
Pieter Wuille
90d9e21825
Merge pull request #82 from real-or-random/patch-8
Link to Schnorr's paper instead of Wikipedia
2019-10-07 10:44:10 -07:00
Pieter Wuille
730feed75a
Merge pull request #81 from jonasnick/tweaks
Improve readability of bip-taproot wallet section
2019-10-07 10:43:55 -07:00
Tim Ruffing
3f61b2b1e7
Link to Schnorr's paper instead of Wikipedia 2019-10-03 11:21:24 +02:00
Andrew Chow
bc3a81e698 Specify proprietary use type 2019-10-02 15:09:51 -04:00
Jonas Nick
a6e5c16821 Replace taproot_tweak_pubkey assertion with exception and add it to taproot_tweak_seckey too 2019-09-30 11:15:23 +00:00
Gleb Naumenko
32af098957 minor fixes
Co-authored-by: Rusty Russel <rusty@rustcorp.com.au>
2019-09-30 11:49:54 +03:00
Jonas Nick
398897cd29 Add taproot_tweak_pubkey and taproot_tweak_privkey functions to bip-taproot wallet section 2019-09-27 15:36:51 +00:00
Jonas Nick
1882aa7b8f Add is_quad function to bip-schnorr reference code 2019-09-27 15:36:51 +00:00
Jonas Nick
5c52872fe0 Standardize on secret key in bip-schnorr 2019-09-27 15:36:51 +00:00
Jonas Nick
7e273fbda6 Add x() and y() functions for points to bip-schnorr 2019-09-27 15:36:51 +00:00
Jonas Nick
472911379c Accept seckey in the form of bytes and not int in the reference BIP-schnorr code to match the spec. 2019-09-26 21:13:18 +00:00
Gleb Naumenko
0ee067c70e Acknowledge suhas' contributions 2019-09-26 07:59:06 +03:00
Pieter Wuille
8d893f9c06
Merge pull request #79 from jonasnick/0xc1
Remove 0xc1
2019-09-25 14:12:50 -07:00
Jonas Nick
479fe5f365 Remove 0xc1 2019-09-25 21:02:43 +00:00
MarcoFalke
630052355d
Update bip-reconcil.mediawiki
Fix mediawiki syntax for italic text
2019-09-25 15:47:11 -04:00
Pieter Wuille
9033e43001
Merge pull request #78 from ajtowns/201909-p2sh80b
minor wording fixes
2019-09-25 09:58:38 -07:00
Gleb Naumenko
63504d9f9c
Merge pull request #1 from MarcoFalke/patch-2
bip-reconcil: Switch PD "license" to CC0
2019-09-25 16:46:31 +03:00
MarcoFalke
be33606bfe
bip-reconcil: Switch PD "license" to CC0
See https://github.com/bitcoin/bips/blob/master/bip-0002.mediawiki#recommended-licenses
2019-09-25 08:33:20 -04:00
Gleb Naumenko
311c085cab bip for erlay messages 2019-09-25 14:11:03 +03:00
Anthony Towns
f831386103 separate p2sh wrapped security rationale 2019-09-25 14:38:13 +10:00
Anthony Towns
7ce33c01ec typo 2019-09-25 14:02:42 +10:00
Luke Dashjr
b1b248fc6a Update BIP 100 status Draft->Rejected 2019-09-24 19:33:03 +00:00
Luke Dashjr
3a5477c7cc Merge BIP 100 2019-09-24 19:31:38 +00:00
Luke Dashjr
773a7fe993 README: Fix BIP 100 fields 2019-09-24 19:31:13 +00:00
MarcoFalke
af134f361f
Update bip-0158.mediawiki
Fix:

* Render issue in `<ref>` tag (c.f. https://en.bitcoin.it/wiki/BIP_0158#Contents)
* Remove remnants of the second filter type
2019-09-24 15:05:03 -04:00
Pieter Wuille
0d5ac28f2c Extend input_index from 16 to 32 bits 2019-09-24 10:36:41 -07:00
Pieter Wuille
4c2eb9a600 Extend codeseparator_position from 16 to 32 bits 2019-09-23 22:48:12 -07:00
Pieter Wuille
d51109a03f
Merge pull request #76 from sipa/201909_tapscript_resource_fixups
Fixups
2019-09-23 15:00:34 -07:00
Pieter Wuille
05efb5de84
Merge pull request #71 from sipa/201909_fix_tag_rationale
Move/reword tagged hashes motivation
2019-09-23 13:32:51 -07:00
Pieter Wuille
079ae4b048 Fixups 2019-09-23 13:24:33 -07:00
Pieter Wuille
6aa933b178
Merge pull request #73 from sipa/201909_limits
Rework resource limits section
2019-09-23 12:19:26 -07:00
Pieter Wuille
2d2e268ee8
Merge pull request #72 from sipa/201909_no_p2sh
Remove P2SH support
2019-09-23 09:10:49 -07:00
Pieter Wuille
b9927356aa
Merge pull request #74 from elichai/patch-2
Euler's Criterion prime only nit
2019-09-23 09:10:24 -07:00
Elichai Turkel
aa463b8193
Euler's Criterion prime only nit 2019-09-23 02:06:14 +03:00
Pieter Wuille
1ee15f7dd9 Remove P2SH support 2019-09-20 19:44:03 -07:00
Pieter Wuille
f2899666f8 Rework resource limits section 2019-09-20 19:41:33 -07:00
Pieter Wuille
77dad346ec Move/reword tagged hashes motivation 2019-09-20 15:01:57 -07:00