From dbd178f2de9ca9be73d66f72801bead6ab1f8fb4 Mon Sep 17 00:00:00 2001 From: dconnolly Date: Wed, 26 Oct 2022 23:48:20 +0000 Subject: [PATCH] deploy: 7cd228f6aac84df61ce777ab4cfd7066a35814b2 --- zcash-zf-dag.html | 502 ++++++++++++++++++++-------------------- zcash-zf-dag.svg | 502 ++++++++++++++++++++-------------------- zcash-zf-frost-dag.html | 134 +++++------ zcash-zf-frost-dag.svg | 134 +++++------ 4 files changed, 636 insertions(+), 636 deletions(-) diff --git a/zcash-zf-dag.html b/zcash-zf-dag.html index f600fe18..e4171492 100644 --- a/zcash-zf-dag.html +++ b/zcash-zf-dag.html @@ -22,19 +22,254 @@ -cluster_0 - -Epic: Zebra Release Candidate - - cluster_1 Epic: Support for RPC calls used by mining pools - + +cluster_0 + +Epic: Zebra Release Candidate + + +ZcashFoundation/zebra#5335 + + +ZcashFoundation/zebra#5335 +Evict transactions from +the mempool based on the +ZIP-317 fee rules + + + + + +ZcashFoundation/zebra#5336 + + +ZcashFoundation/zebra#5336 +Relay mempool +transactions based on the +ZIP-317 fee rules + + + + + +ZcashFoundation/zebra#5335->ZcashFoundation/zebra#5336 + + + + + +ZcashFoundation/zebra#5235 + + +ZcashFoundation/zebra#5235 +Tracking: Implement +getblocktemplate RPC + + + + + +ZcashFoundation/zebra#5235->ZcashFoundation/zebra#5336 + + + + + +ZcashFoundation/zebra#5376 + + +ZcashFoundation/zebra#5376 +Do contextual validation +on mempool transactions +using the state best tip + + + + + +ZcashFoundation/zebra#5376->ZcashFoundation/zebra#5235 + + + + + +ZcashFoundation/zebra#5455 + + +ZcashFoundation/zebra#5455 +Populate `BlockTemplate` +fields using a new state +request + + + + + +ZcashFoundation/zebra#5453 + + +ZcashFoundation/zebra#5453 +Populate transparent +coinbase transaction data +for `BlockTemplate` + + + + + +ZcashFoundation/zebra#5455->ZcashFoundation/zebra#5453 + + + + + +ZcashFoundation/zebra#5472 + + +ZcashFoundation/zebra#5472 +Support shielded coinbase +in `getblocktemplate` + + + + + +ZcashFoundation/zebra#5453->ZcashFoundation/zebra#5472 + + + + + +ZcashFoundation/zebra#5452 + + +ZcashFoundation/zebra#5452 +Populate `Blocktemplate` +responses with fixed +values data + + + + + +ZcashFoundation/zebra#5466 + + +ZcashFoundation/zebra#5466 +Return an error from +getblocktemplate if Zebra +isn't synced to the tip + + + + + +ZcashFoundation/zebra#5454 + + +ZcashFoundation/zebra#5454 +Populate transactions of +`BlockTemplate` + + + + + +ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5453 + + + + + +ZcashFoundation/zebra#5473 + + +ZcashFoundation/zebra#5473 +Select `getblocktemplate` +transactions according to +ZIP-317 + + + + + +ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5473 + + + + + +ZcashFoundation/zebra#5236 + + +ZcashFoundation/zebra#5236 +Add basic support for the +`submitblock` RPC call + + + + + +ZcashFoundation/zebra#5456 + + +ZcashFoundation/zebra#5456 +Add a miner transparent +address config option + + + + + +ZcashFoundation/zebra#5456->ZcashFoundation/zebra#5453 + + + + + +ZcashFoundation/zebra#5386 + + +ZcashFoundation/zebra#5386 +Use BestChainUtxo rather +than AwaitUtxo in the +mempool transaction +validator + + + + + +ZcashFoundation/zebra#5468 + + +ZcashFoundation/zebra#5468 +Add support for +`getmininginfo` RPC call + + + + + +ZcashFoundation/zebra#5302 + + +ZcashFoundation/zebra#5302 +Add support for +`getblocksubsidy` RPC +call + + + + + ZcashFoundation/zebra#5214 - + ZcashFoundation/zebra#5214 Task: Make a list of @@ -43,9 +278,9 @@ - + ZcashFoundation/zebra#5423 - + ZcashFoundation/zebra#5423 Tag Zebra 1.0.0-rc.1 @@ -53,7 +288,7 @@ - + ZcashFoundation/zebra#5214->ZcashFoundation/zebra#5423 @@ -78,9 +313,9 @@ - + ZcashFoundation/zebra#5445 - + ZcashFoundation/zebra#5445 Bump `zcash_proofs` to @@ -89,7 +324,7 @@ - + ZcashFoundation/zebra#5445->ZcashFoundation/zebra#5423 @@ -135,9 +370,9 @@ - + ZcashFoundation/zebra#5446 - + ZcashFoundation/zebra#5446 Audit: remove zebra-chain @@ -148,246 +383,11 @@ - + ZcashFoundation/zebra#5446->ZcashFoundation/zebra#5423 - - -ZcashFoundation/zebra#5335 - - -ZcashFoundation/zebra#5335 -Evict transactions from -the mempool based on the -ZIP-317 fee rules - - - - - -ZcashFoundation/zebra#5336 - - -ZcashFoundation/zebra#5336 -Relay mempool -transactions based on the -ZIP-317 fee rules - - - - - -ZcashFoundation/zebra#5335->ZcashFoundation/zebra#5336 - - - - - -ZcashFoundation/zebra#5235 - - -ZcashFoundation/zebra#5235 -Tracking: Implement -getblocktemplate RPC - - - - - -ZcashFoundation/zebra#5235->ZcashFoundation/zebra#5336 - - - - - -ZcashFoundation/zebra#5376 - - -ZcashFoundation/zebra#5376 -Do contextual validation -on mempool transactions -using the state best tip - - - - - -ZcashFoundation/zebra#5376->ZcashFoundation/zebra#5235 - - - - - -ZcashFoundation/zebra#5455 - - -ZcashFoundation/zebra#5455 -Populate `BlockTemplate` -fields using a new state -request - - - - - -ZcashFoundation/zebra#5453 - - -ZcashFoundation/zebra#5453 -Populate transparent -coinbase transaction data -for `BlockTemplate` - - - - - -ZcashFoundation/zebra#5455->ZcashFoundation/zebra#5453 - - - - - -ZcashFoundation/zebra#5472 - - -ZcashFoundation/zebra#5472 -Support shielded coinbase -in `getblocktemplate` - - - - - -ZcashFoundation/zebra#5453->ZcashFoundation/zebra#5472 - - - - - -ZcashFoundation/zebra#5452 - - -ZcashFoundation/zebra#5452 -Populate `Blocktemplate` -responses with fixed -values data - - - - - -ZcashFoundation/zebra#5466 - - -ZcashFoundation/zebra#5466 -Return an error from -getblocktemplate if Zebra -isn't synced to the tip - - - - - -ZcashFoundation/zebra#5454 - - -ZcashFoundation/zebra#5454 -Populate transactions of -`BlockTemplate` - - - - - -ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5453 - - - - - -ZcashFoundation/zebra#5473 - - -ZcashFoundation/zebra#5473 -Select `getblocktemplate` -transactions according to -ZIP-317 - - - - - -ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5473 - - - - - -ZcashFoundation/zebra#5236 - - -ZcashFoundation/zebra#5236 -Add basic support for the -`submitblock` RPC call - - - - - -ZcashFoundation/zebra#5456 - - -ZcashFoundation/zebra#5456 -Add a miner transparent -address config option - - - - - -ZcashFoundation/zebra#5456->ZcashFoundation/zebra#5453 - - - - - -ZcashFoundation/zebra#5386 - - -ZcashFoundation/zebra#5386 -Use BestChainUtxo rather -than AwaitUtxo in the -mempool transaction -validator - - - - - -ZcashFoundation/zebra#5468 - - -ZcashFoundation/zebra#5468 -Add support for -`getmininginfo` RPC call - - - - - -ZcashFoundation/zebra#5302 - - -ZcashFoundation/zebra#5302 -Add support for -`getblocksubsidy` RPC -call - - - ZcashFoundation/zebra#3831->ZcashFoundation/zebra#5423 diff --git a/zcash-zf-dag.svg b/zcash-zf-dag.svg index 43a68c5c..05859dd7 100644 --- a/zcash-zf-dag.svg +++ b/zcash-zf-dag.svg @@ -10,19 +10,254 @@ -cluster_0 - -Epic: Zebra Release Candidate - - cluster_1 Epic: Support for RPC calls used by mining pools - + +cluster_0 + +Epic: Zebra Release Candidate + + +ZcashFoundation/zebra#5335 + + +ZcashFoundation/zebra#5335 +Evict transactions from +the mempool based on the +ZIP-317 fee rules + + + + + +ZcashFoundation/zebra#5336 + + +ZcashFoundation/zebra#5336 +Relay mempool +transactions based on the +ZIP-317 fee rules + + + + + +ZcashFoundation/zebra#5335->ZcashFoundation/zebra#5336 + + + + + +ZcashFoundation/zebra#5235 + + +ZcashFoundation/zebra#5235 +Tracking: Implement +getblocktemplate RPC + + + + + +ZcashFoundation/zebra#5235->ZcashFoundation/zebra#5336 + + + + + +ZcashFoundation/zebra#5376 + + +ZcashFoundation/zebra#5376 +Do contextual validation +on mempool transactions +using the state best tip + + + + + +ZcashFoundation/zebra#5376->ZcashFoundation/zebra#5235 + + + + + +ZcashFoundation/zebra#5455 + + +ZcashFoundation/zebra#5455 +Populate `BlockTemplate` +fields using a new state +request + + + + + +ZcashFoundation/zebra#5453 + + +ZcashFoundation/zebra#5453 +Populate transparent +coinbase transaction data +for `BlockTemplate` + + + + + +ZcashFoundation/zebra#5455->ZcashFoundation/zebra#5453 + + + + + +ZcashFoundation/zebra#5472 + + +ZcashFoundation/zebra#5472 +Support shielded coinbase +in `getblocktemplate` + + + + + +ZcashFoundation/zebra#5453->ZcashFoundation/zebra#5472 + + + + + +ZcashFoundation/zebra#5452 + + +ZcashFoundation/zebra#5452 +Populate `Blocktemplate` +responses with fixed +values data + + + + + +ZcashFoundation/zebra#5466 + + +ZcashFoundation/zebra#5466 +Return an error from +getblocktemplate if Zebra +isn't synced to the tip + + + + + +ZcashFoundation/zebra#5454 + + +ZcashFoundation/zebra#5454 +Populate transactions of +`BlockTemplate` + + + + + +ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5453 + + + + + +ZcashFoundation/zebra#5473 + + +ZcashFoundation/zebra#5473 +Select `getblocktemplate` +transactions according to +ZIP-317 + + + + + +ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5473 + + + + + +ZcashFoundation/zebra#5236 + + +ZcashFoundation/zebra#5236 +Add basic support for the +`submitblock` RPC call + + + + + +ZcashFoundation/zebra#5456 + + +ZcashFoundation/zebra#5456 +Add a miner transparent +address config option + + + + + +ZcashFoundation/zebra#5456->ZcashFoundation/zebra#5453 + + + + + +ZcashFoundation/zebra#5386 + + +ZcashFoundation/zebra#5386 +Use BestChainUtxo rather +than AwaitUtxo in the +mempool transaction +validator + + + + + +ZcashFoundation/zebra#5468 + + +ZcashFoundation/zebra#5468 +Add support for +`getmininginfo` RPC call + + + + + +ZcashFoundation/zebra#5302 + + +ZcashFoundation/zebra#5302 +Add support for +`getblocksubsidy` RPC +call + + + + + ZcashFoundation/zebra#5214 - + ZcashFoundation/zebra#5214 Task: Make a list of @@ -31,9 +266,9 @@ - + ZcashFoundation/zebra#5423 - + ZcashFoundation/zebra#5423 Tag Zebra 1.0.0-rc.1 @@ -41,7 +276,7 @@ - + ZcashFoundation/zebra#5214->ZcashFoundation/zebra#5423 @@ -66,9 +301,9 @@ - + ZcashFoundation/zebra#5445 - + ZcashFoundation/zebra#5445 Bump `zcash_proofs` to @@ -77,7 +312,7 @@ - + ZcashFoundation/zebra#5445->ZcashFoundation/zebra#5423 @@ -123,9 +358,9 @@ - + ZcashFoundation/zebra#5446 - + ZcashFoundation/zebra#5446 Audit: remove zebra-chain @@ -136,246 +371,11 @@ - + ZcashFoundation/zebra#5446->ZcashFoundation/zebra#5423 - - -ZcashFoundation/zebra#5335 - - -ZcashFoundation/zebra#5335 -Evict transactions from -the mempool based on the -ZIP-317 fee rules - - - - - -ZcashFoundation/zebra#5336 - - -ZcashFoundation/zebra#5336 -Relay mempool -transactions based on the -ZIP-317 fee rules - - - - - -ZcashFoundation/zebra#5335->ZcashFoundation/zebra#5336 - - - - - -ZcashFoundation/zebra#5235 - - -ZcashFoundation/zebra#5235 -Tracking: Implement -getblocktemplate RPC - - - - - -ZcashFoundation/zebra#5235->ZcashFoundation/zebra#5336 - - - - - -ZcashFoundation/zebra#5376 - - -ZcashFoundation/zebra#5376 -Do contextual validation -on mempool transactions -using the state best tip - - - - - -ZcashFoundation/zebra#5376->ZcashFoundation/zebra#5235 - - - - - -ZcashFoundation/zebra#5455 - - -ZcashFoundation/zebra#5455 -Populate `BlockTemplate` -fields using a new state -request - - - - - -ZcashFoundation/zebra#5453 - - -ZcashFoundation/zebra#5453 -Populate transparent -coinbase transaction data -for `BlockTemplate` - - - - - -ZcashFoundation/zebra#5455->ZcashFoundation/zebra#5453 - - - - - -ZcashFoundation/zebra#5472 - - -ZcashFoundation/zebra#5472 -Support shielded coinbase -in `getblocktemplate` - - - - - -ZcashFoundation/zebra#5453->ZcashFoundation/zebra#5472 - - - - - -ZcashFoundation/zebra#5452 - - -ZcashFoundation/zebra#5452 -Populate `Blocktemplate` -responses with fixed -values data - - - - - -ZcashFoundation/zebra#5466 - - -ZcashFoundation/zebra#5466 -Return an error from -getblocktemplate if Zebra -isn't synced to the tip - - - - - -ZcashFoundation/zebra#5454 - - -ZcashFoundation/zebra#5454 -Populate transactions of -`BlockTemplate` - - - - - -ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5453 - - - - - -ZcashFoundation/zebra#5473 - - -ZcashFoundation/zebra#5473 -Select `getblocktemplate` -transactions according to -ZIP-317 - - - - - -ZcashFoundation/zebra#5454->ZcashFoundation/zebra#5473 - - - - - -ZcashFoundation/zebra#5236 - - -ZcashFoundation/zebra#5236 -Add basic support for the -`submitblock` RPC call - - - - - -ZcashFoundation/zebra#5456 - - -ZcashFoundation/zebra#5456 -Add a miner transparent -address config option - - - - - -ZcashFoundation/zebra#5456->ZcashFoundation/zebra#5453 - - - - - -ZcashFoundation/zebra#5386 - - -ZcashFoundation/zebra#5386 -Use BestChainUtxo rather -than AwaitUtxo in the -mempool transaction -validator - - - - - -ZcashFoundation/zebra#5468 - - -ZcashFoundation/zebra#5468 -Add support for -`getmininginfo` RPC call - - - - - -ZcashFoundation/zebra#5302 - - -ZcashFoundation/zebra#5302 -Add support for -`getblocksubsidy` RPC -call - - - ZcashFoundation/zebra#3831->ZcashFoundation/zebra#5423 diff --git a/zcash-zf-frost-dag.html b/zcash-zf-frost-dag.html index ca569ccf..1ad0f04a 100644 --- a/zcash-zf-frost-dag.html +++ b/zcash-zf-frost-dag.html @@ -22,29 +22,61 @@ -cluster_1 - -Epic: Re-randomizable FROST - - -cluster_3 - -Epic: v9/v10/v11 - - cluster_0 Epic: Remaining Curves - + +cluster_1 + +Epic: Re-randomizable FROST + + cluster_2 Epic: Prep crates / APIs for release - + +cluster_3 + +Epic: v9/v10/v11 + + +ZcashFoundation/frost#70 + + +ZcashFoundation/frost#70 +Add Ed25519 support + + + + + +ZcashFoundation/frost#19 + + +ZcashFoundation/frost#19 +`frost-secp256k1`: +implement FROST on +Secp256k1 curve + + + + + +ZcashFoundation/frost#71 + + +ZcashFoundation/frost#71 +Add Ed448 support + + + + + ZcashFoundation/frost#119 - + ZcashFoundation/frost#119 Review and officially @@ -54,9 +86,9 @@ - + ZcashFoundation/frost#120 - + ZcashFoundation/frost#120 Update Re-randomizable @@ -66,9 +98,9 @@ - + ZcashFoundation/frost#121 - + ZcashFoundation/frost#121 Organize the Re- @@ -103,61 +135,19 @@ - + ZcashFoundation/frost#81 - + ZcashFoundation/frost#81 Start rerandomized repo - - -ZcashFoundation/frost#79 - - -ZcashFoundation/frost#79 -Publish `frost-` crates - - - - - -ZcashFoundation/frost#70 - - -ZcashFoundation/frost#70 -Add Ed25519 support - - - - - -ZcashFoundation/frost#19 - - -ZcashFoundation/frost#19 -`frost-secp256k1`: -implement FROST on -Secp256k1 curve - - - - - -ZcashFoundation/frost#71 - - -ZcashFoundation/frost#71 -Add Ed448 support - - - - + ZcashFoundation/frost#167 - + ZcashFoundation/frost#167 Make Error strings proper @@ -166,9 +156,9 @@ - + ZcashFoundation/frost#131 - + ZcashFoundation/frost#131 Improve examples in curve @@ -177,9 +167,9 @@ - + ZcashFoundation/frost#166 - + ZcashFoundation/frost#166 Squat crate names on @@ -187,6 +177,16 @@ + + +ZcashFoundation/frost#79 + + +ZcashFoundation/frost#79 +Publish `frost-` crates + + + ZcashFoundation/frost#39 diff --git a/zcash-zf-frost-dag.svg b/zcash-zf-frost-dag.svg index 0b858c21..a9b51e78 100644 --- a/zcash-zf-frost-dag.svg +++ b/zcash-zf-frost-dag.svg @@ -10,29 +10,61 @@ -cluster_1 - -Epic: Re-randomizable FROST - - -cluster_3 - -Epic: v9/v10/v11 - - cluster_0 Epic: Remaining Curves - + +cluster_1 + +Epic: Re-randomizable FROST + + cluster_2 Epic: Prep crates / APIs for release - + +cluster_3 + +Epic: v9/v10/v11 + + +ZcashFoundation/frost#70 + + +ZcashFoundation/frost#70 +Add Ed25519 support + + + + + +ZcashFoundation/frost#19 + + +ZcashFoundation/frost#19 +`frost-secp256k1`: +implement FROST on +Secp256k1 curve + + + + + +ZcashFoundation/frost#71 + + +ZcashFoundation/frost#71 +Add Ed448 support + + + + + ZcashFoundation/frost#119 - + ZcashFoundation/frost#119 Review and officially @@ -42,9 +74,9 @@ - + ZcashFoundation/frost#120 - + ZcashFoundation/frost#120 Update Re-randomizable @@ -54,9 +86,9 @@ - + ZcashFoundation/frost#121 - + ZcashFoundation/frost#121 Organize the Re- @@ -91,61 +123,19 @@ - + ZcashFoundation/frost#81 - + ZcashFoundation/frost#81 Start rerandomized repo - - -ZcashFoundation/frost#79 - - -ZcashFoundation/frost#79 -Publish `frost-` crates - - - - - -ZcashFoundation/frost#70 - - -ZcashFoundation/frost#70 -Add Ed25519 support - - - - - -ZcashFoundation/frost#19 - - -ZcashFoundation/frost#19 -`frost-secp256k1`: -implement FROST on -Secp256k1 curve - - - - - -ZcashFoundation/frost#71 - - -ZcashFoundation/frost#71 -Add Ed448 support - - - - + ZcashFoundation/frost#167 - + ZcashFoundation/frost#167 Make Error strings proper @@ -154,9 +144,9 @@ - + ZcashFoundation/frost#131 - + ZcashFoundation/frost#131 Improve examples in curve @@ -165,9 +155,9 @@ - + ZcashFoundation/frost#166 - + ZcashFoundation/frost#166 Squat crate names on @@ -175,6 +165,16 @@ + + +ZcashFoundation/frost#79 + + +ZcashFoundation/frost#79 +Publish `frost-` crates + + + ZcashFoundation/frost#39