mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Mention Upcoming v3 Blocks/BIP66
This commit is contained in:
parent
4214856cff
commit
dc5c161ee2
3 changed files with 16 additions and 5 deletions
|
@ -72,6 +72,7 @@ data-pushing op code:
|
||||||
data-pushing op codes: data-pushing op code
|
data-pushing op codes: data-pushing op code
|
||||||
denomination:
|
denomination:
|
||||||
denominations: denomination
|
denominations: denomination
|
||||||
|
DER:
|
||||||
DER format: der
|
DER format: der
|
||||||
DER-formatted: der
|
DER-formatted: der
|
||||||
difficulty:
|
difficulty:
|
||||||
|
@ -344,6 +345,7 @@ BIP39:
|
||||||
BIP50:
|
BIP50:
|
||||||
BIP61:
|
BIP61:
|
||||||
BIP62:
|
BIP62:
|
||||||
|
BIP66:
|
||||||
BIP70:
|
BIP70:
|
||||||
BIP71:
|
BIP71:
|
||||||
BIP72:
|
BIP72:
|
||||||
|
|
|
@ -65,16 +65,24 @@ fe9f0864 ........................... Nonce
|
||||||
<!-- source for heights: my (@harding) own headers dump and counting
|
<!-- source for heights: my (@harding) own headers dump and counting
|
||||||
script -->
|
script -->
|
||||||
|
|
||||||
* **Version 3** blocks will likely be introduced in the near-future as
|
* **Version 3** blocks will be introduced when sufficient numbers of
|
||||||
|
miners switch to using Bitcoin Core 0.10.0 and other versions that
|
||||||
|
create version 3 blocks. As described in draft BIP66, this soft fork
|
||||||
|
change requires strict DER encoding for all ECDSA signatures used in
|
||||||
|
transactions appearing in version 3 or later blocks. Transactions that
|
||||||
|
do not use strict DER encoding have been non-standard since Bitcoin
|
||||||
|
Core 0.8.0.
|
||||||
|
|
||||||
|
* **Version 4** blocks will likely be introduced in the near-future as
|
||||||
specified in draft BIP62. Possible changes include:
|
specified in draft BIP62. Possible changes include:
|
||||||
|
|
||||||
* Reject version 3 blocks that include any version 2 transactions
|
* Reject version 4 blocks that include any version 2 transactions
|
||||||
that don't adhere to any of the version 2 transaction rules.
|
that don't adhere to any of the version 2 transaction rules.
|
||||||
These rules are not yet described in this documentation; see
|
These rules are not yet described in this documentation; see
|
||||||
BIP62 for details.
|
BIP62 for details.
|
||||||
|
|
||||||
* A soft fork rollout of version 3 blocks identical to the rollout
|
* A soft fork rollout of version 4 blocks identical to the rollout
|
||||||
used for version 2 blocks (described briefly in BIP62 and in more
|
used for version 3 blocks (described briefly in BIP62 and in more
|
||||||
detail in BIP34).
|
detail in BIP34).
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -356,6 +356,7 @@ http://opensource.org/licenses/MIT.
|
||||||
[BIP50]: https://github.com/bitcoin/bips/blob/master/bip-0050.mediawiki
|
[BIP50]: https://github.com/bitcoin/bips/blob/master/bip-0050.mediawiki
|
||||||
[BIP61]: https://github.com/bitcoin/bips/blob/master/bip-0061.mediawiki
|
[BIP61]: https://github.com/bitcoin/bips/blob/master/bip-0061.mediawiki
|
||||||
[BIP62]: https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki
|
[BIP62]: https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki
|
||||||
|
[BIP66]: https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki
|
||||||
[BIP70]: https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki
|
[BIP70]: https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki
|
||||||
[BIP71]: https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki
|
[BIP71]: https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki
|
||||||
[BIP72]: https://github.com/bitcoin/bips/blob/master/bip-0072.mediawiki
|
[BIP72]: https://github.com/bitcoin/bips/blob/master/bip-0072.mediawiki
|
||||||
|
@ -386,7 +387,7 @@ http://opensource.org/licenses/MIT.
|
||||||
[core paymentrequest.proto]: https://github.com/bitcoin/bitcoin/blob/master/src/qt/paymentrequest.proto
|
[core paymentrequest.proto]: https://github.com/bitcoin/bitcoin/blob/master/src/qt/paymentrequest.proto
|
||||||
[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h
|
[core script.h]: https://github.com/bitcoin/bitcoin/blob/master/src/script.h
|
||||||
[creative commons attribution 3.0 license]: https://creativecommons.org/licenses/by/3.0/
|
[creative commons attribution 3.0 license]: https://creativecommons.org/licenses/by/3.0/
|
||||||
[DER]: https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One
|
[DER]: https://en.wikipedia.org/wiki/X.690#DER_encoding
|
||||||
[dig command]: https://en.wikipedia.org/wiki/Dig_%28Unix_command%29
|
[dig command]: https://en.wikipedia.org/wiki/Dig_%28Unix_command%29
|
||||||
[DNS A records]: http://tools.ietf.org/html/rfc1035#section-3.2.2
|
[DNS A records]: http://tools.ietf.org/html/rfc1035#section-3.2.2
|
||||||
[DNS Seed Policy]: https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md
|
[DNS Seed Policy]: https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue