diff options
-rw-r--r-- | README.mediawiki | 4 | ||||
-rw-r--r-- | bip-0085.mediawiki | 2 | ||||
-rw-r--r-- | bip-0099.mediawiki | 2 | ||||
-rw-r--r-- | bip-0158/gentestvectors.go | 2 | ||||
-rw-r--r-- | bip-0300.mediawiki | 2 | ||||
-rw-r--r-- | bip-0327.mediawiki | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/README.mediawiki b/README.mediawiki index 261a138..6c48d0e 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -1022,13 +1022,13 @@ Those proposing changes should consider that ultimately consent may rest with th | Chris Belcher | Informational | Draft -|- +|- style="background-color: #cfffcf" | [[bip-0327.mediawiki|327]] | | MuSig2 for BIP340-compatible Multi-Signatures | Jonas Nick, Tim Ruffing, Elliott Jin | Informational -| Draft +| Active |- | [[bip-0328.mediawiki|328]] | Applications diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 633210c..ff5b16f 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -285,7 +285,7 @@ INPUT: * PATH: m/83696968'/707764'/21'/0' OUTPUT -* DERIVED ENTROPY=d7ad61d4a76575c5bad773feeb40299490b224e8e5df6c8ad8fe3d0a6eed7b85ead9fef7bcca8160f0ee48dc6e92b311fc71f2146623cc6952c03ce82c7b63fe +* DERIVED ENTROPY=74a2e87a9ba0cdd549bdd2f9ea880d554c6c355b08ed25088cfa88f3f1c4f74632b652fd4a8f5fda43074c6f6964a3753b08bb5210c8f5e75c07a4c2a20bf6e9 * DERIVED PWD=dKLoepugzdVJvdL56ogNV ===PWD BASE85=== diff --git a/bip-0099.mediawiki b/bip-0099.mediawiki index 5368b53..6889252 100644 --- a/bip-0099.mediawiki +++ b/bip-0099.mediawiki @@ -113,7 +113,7 @@ planned consensus fork to migrate all Bitcoin-qt 0.7- users could remove those additional consensus restrictions. Had libconsensus being implemented without depending on levelDB, those additional restrictions wouldn't have been part of "the specification" - and this would just have been a bug in the +and this would just have been a bug in the consensus rules, just a consensus-critical bug in a set of implementations, concretely all satoshi-bitcoin-0.7-or-less (which happened to be a huge super majority of the users), but other diff --git a/bip-0158/gentestvectors.go b/bip-0158/gentestvectors.go index 2d11b14..2df15d2 100644 --- a/bip-0158/gentestvectors.go +++ b/bip-0158/gentestvectors.go @@ -223,7 +223,7 @@ func main() { } // We'll now ensure that we've constructed the same filter as - // the chain server we're fetching blocks form. + // the chain server we're fetching blocks from. filter, err := client.GetCFilter( blockHash, wire.GCSFilterRegular, ) diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki index 9260cc6..74231fa 100644 --- a/bip-0300.mediawiki +++ b/bip-0300.mediawiki @@ -408,7 +408,7 @@ If an OP_DRIVECHAIN input is spent, the additional rules for M5 or M6 (see above <!-- -====Weight adjustments==== +Weight adjustments To account for the additional drivechain checks, each message adds to the block's weight: diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index c9e88ab..7eb8d1a 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -4,7 +4,7 @@ Author: Jonas Nick <jonasd.nick@gmail.com> Tim Ruffing <crypto@timruffing.de> Elliott Jin <elliott.jin@gmail.com> - Status: Draft + Status: Active License: BSD-3-Clause Type: Informational Created: 2022-03-22 |