Unique parsing across branches

This commit is contained in:
bitcartel 2018-01-25 23:30:32 -08:00 committed by GitHub
parent 07a07b8c34
commit 16b84a3068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@ A new transaction format is required to:
* support safe network upgrades as specified in Network Upgrade Activation Mechanism [#zip-0???]_.
* provide replay protection between Legacy and Overwinter network upgrade.
* provide replay protection between different branches post-Overwinter e.g. Overwinter and Sapling upgrade.
* enable a branch to support multiple transaction version formats
* support transaction expiry as specified in the Transaction Expiry [#zip-0???]_
* enable a branch to support multiple transaction version formats.
* ensure transaction formats are parsed uniquely across parallel branches.
* support transaction expiry as specified in the Transaction Expiry [#zip-0???]_.
Specification
=============