diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-05-12 04:12:37 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2017-05-12 04:14:01 +0000 |
commit | f09485e3d81f034a9a48b199562777fa9c0314fd (patch) | |
tree | 56481992ec4d06d3acaf6489de379cca9c97360f | |
parent | 28621f70b53597ac7eab3e1f4a032a73019a6847 (diff) |
Assign BIP 115: Generic anti-replay protection using Script
-rw-r--r-- | README.mediawiki | 7 | ||||
-rw-r--r-- | bip-0115.mediawiki (renamed from bip-noreplay.mediawiki) | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/README.mediawiki b/README.mediawiki index 1398ca3..b8fa3f3 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -498,6 +498,13 @@ Those proposing changes should consider that ultimately consent may rest with th | Standard | Draft |- +| [[bip-0115.mediawiki|115]] +| Consensus (soft fork) +| Generic anti-replay protection using Script +| Luke Dashjr +| Standard +| Draft +|- | [[bip-0120.mediawiki|120]] | Applications | Proof of Payment diff --git a/bip-noreplay.mediawiki b/bip-0115.mediawiki index e5b725f..f4c8777 100644 --- a/bip-noreplay.mediawiki +++ b/bip-0115.mediawiki @@ -1,10 +1,10 @@ <pre> - BIP: ? + BIP: 115 Layer: Consensus (soft fork) Title: Generic anti-replay protection using Script Author: Luke Dashjr <luke+bip@dashjr.org> Comments-Summary: No comments yet. - Comments-URI: FIXME + Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0115 Status: Draft Type: Standards Track Created: 2016-09-23 |