snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

Integrate new coinbase puzzle into blocks

Open raychu86 opened this issue 3 years ago • 3 comments
trafficstars

Motivation

Based on the new coinbase puzzles implemented here: https://github.com/AleoHQ/snarkVM/pull/994

This PR cleans up the new Coinbase Puzzle implementations and begins to integrate its use into the ledger and blocks.

raychu86 avatar Sep 23 '22 10:09 raychu86

^The above commit now includes the degree as a preimage for the prover polynomial.

howardwu avatar Sep 25 '22 14:09 howardwu

^This commit makes CoinbaseSolution --> Option<CoinbaseSolution> in Block, so that we can support coinbase-less blocks

howardwu avatar Sep 25 '22 23:09 howardwu

^Rebased here.

howardwu avatar Oct 10 '22 01:10 howardwu