-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(single_proof): Disallow update of coinbase-transactions
This prevents a composer that wants to collect block subsidies from reusing block transactions across blocks -- i.e. using the same block transaction modulo an update across multiple blocks. The reason a composer would want to do this is to compose faster as an update is faster than the PrimitiveWitness -> ProofCollection -> SingleProof ->(via merge) SingleProof pipeline. The reason we disallow this is to remove an incentive to mine empty blocks and to remove an incentive to reduce the anonymity-set by using repeated addition records. Anyone who wants to collect block subsidies will have to follow the long pipeline shown above. See discussion on: #322
- Loading branch information
1 parent
0abca09
commit 3fca68b
Showing
1 changed file
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters