diff --git a/zcash-core-dag.svg b/zcash-core-dag.svg index d18a04dc..801f2b6b 100644 --- a/zcash-core-dag.svg +++ b/zcash-core-dag.svg @@ -4,10 +4,10 @@ - - - + + + zcash/librustzcash#226 @@ -109,13 +109,13 @@ zcash/zcash#5306 - - - -zcash/zcash#5306 -Derive random HD seeds -from ZIP-339 seed -phrases. + + + +zcash/zcash#5306 +Derive random HD seeds +from ZIP-339 seed +phrases. @@ -133,8 +133,8 @@ zcash/zcash#5306->zcash/zcash#5176 - - + + @@ -561,18 +561,18 @@ zcash/zips#364 - -zcash/zips#364 -[ZIP 339] Wallet Recovery -Words (a la BIP 39) + +zcash/zips#364 +[ZIP 339] Wallet Recovery +Words (a la BIP 39) zcash/zips#364->zcash/zcash#5176 - - + + @@ -762,55 +762,85 @@ - + +zcash/librustzcash#454 + + +zcash/librustzcash#454 +Refactor `sapling::Note` +to store `d`, not `g_d` + + + + + +zcash/librustzcash#455 + + +zcash/librustzcash#455 +`zcash_note_encryption`: +Remove `recipient` +parameter from `Domain::n +ote_plaintext_bytes` + + + + + +zcash/librustzcash#454->zcash/librustzcash#455 + + + + + zcash/librustzcash#403 - - -zcash/librustzcash#403 -Add Orchard support to -`zcash_client_backend` + + +zcash/librustzcash#403 +Add Orchard support to +`zcash_client_backend` - + zcash/librustzcash#404 - - -zcash/librustzcash#404 -Add Orchard support to -`zcash_client_sqlite` + + +zcash/librustzcash#404 +Add Orchard support to +`zcash_client_sqlite` - + zcash/librustzcash#403->zcash/librustzcash#404 - - + + - + zcash/librustzcash#406 - - -zcash/librustzcash#406 -Add Orchard support to -the transaction builder + + +zcash/librustzcash#406 +Add Orchard support to +the transaction builder - + zcash/librustzcash#406->zcash/librustzcash#403 - - + + - + zcash-hackworks/zcash-test-vectors#41 - + zcash-hackworks/zcash-test-vectors#41 Orchard ZIP32 test @@ -819,261 +849,358 @@ - + zcash-hackworks/zcash-test-vectors#41->zcash/orchard#30 - + zcash/halo2#379 - - -zcash/halo2#379 -Add `ec-gpu` support + + +zcash/halo2#379 +Add `ec-gpu` support - + zcash/halo2#75 - - -zcash/halo2#75 -Implement support for -recursion + + +zcash/halo2#75 +Implement support for +recursion - + zcash/halo2#251 - - -zcash/halo2#251 -Implement user-facing API -for recursive proving + + +zcash/halo2#251 +Implement user-facing API +for recursive proving - + zcash/halo2#75->zcash/halo2#251 - - + + - + zcash/halo2#79 - - -zcash/halo2#79 -Migrate Rescue and -Poseidon gadgets to -algebraic hash -abstraction + + +zcash/halo2#79 +Migrate Rescue and +Poseidon gadgets to +algebraic hash +abstraction - + zcash/halo2#78 - - -zcash/halo2#78 -Implement algebraic hash -/ random oracle -abstraction gadget + + +zcash/halo2#78 +Implement algebraic hash +/ random oracle +abstraction gadget - + zcash/halo2#78->zcash/halo2#79 - - + + - + zcash/halo2#250 - - -zcash/halo2#250 -Implement the recursive -verifier circuit + + +zcash/halo2#250 +Implement the recursive +verifier circuit - + zcash/halo2#78->zcash/halo2#250 - - + + - + zcash/halo2#250->zcash/halo2#75 - - + + - + zcash/halo2#57 - - -zcash/halo2#57 -Remove unused -fixed_values from -ProvingKey + + +zcash/halo2#57 +Remove unused +fixed_values from +ProvingKey - + zcash/halo2#82 - - -zcash/halo2#82 -Consider not sampling -beta and gamma if there -are no permutations or -lookups + + +zcash/halo2#82 +Consider not sampling +beta and gamma if there +are no permutations or +lookups - + zcash/halo2#359 - - -zcash/halo2#359 -Set up `BaseTranscript`, -`ScalarTranscript` + + +zcash/halo2#359 +Set up `BaseTranscript`, +`ScalarTranscript` - -zcash/halo2#359->zcash/halo2#250 - - - - - -zcash/halo2#248 - - -zcash/halo2#248 -Implement endoscaling in -the circuit - - - - -zcash/halo2#248->zcash/halo2#250 - - - - - -zcash/halo2#249 - - -zcash/halo2#249 -Implement circuit logic -for handling public -inputs - - - - - -zcash/halo2#249->zcash/halo2#250 - - - - - -zcash/halo2#246 - - -zcash/halo2#246 -Create recursive proof -structures - - - - - -zcash/halo2#247 - - -zcash/halo2#247 -Implement underlying -scaffolding for the -recursive circuit - - - - - -zcash/halo2#246->zcash/halo2#247 - - - - - -zcash/halo2#247->zcash/halo2#250 - - - - - -zcash/halo2#245 - - -zcash/halo2#245 -Remove the need to -multiply by powers of x^n -in verifier - - - - - -zcash/halo2#245->zcash/halo2#250 - - +zcash/halo2#359->zcash/halo2#250 + + - + zcash/halo2#210 - - -zcash/halo2#210 -Make multiopen -point_index_map dependent -only on the rotation + + +zcash/halo2#210 +Make multiopen +point_index_map dependent +only on the rotation - + zcash/halo2#210->zcash/halo2#250 - - + + - - -zcash/halo2#312 - - -zcash/halo2#312 -[Book] Document gadget -API + + +zcash/orchard#231 + + +zcash/orchard#231 +Cut mainnet version of +the Orchard circuit + + +zcash/halo2#210->zcash/orchard#231 + + + + + +zcash/halo2#248 + + +zcash/halo2#248 +Implement endoscaling in +the circuit + + + + + +zcash/halo2#248->zcash/halo2#250 + + + + + +zcash/halo2#249 + + +zcash/halo2#249 +Implement circuit logic +for handling public +inputs + + + + + +zcash/halo2#249->zcash/halo2#250 + + + + + +zcash/halo2#246 + + +zcash/halo2#246 +Create recursive proof +structures + + + + + +zcash/halo2#247 + + +zcash/halo2#247 +Implement underlying +scaffolding for the +recursive circuit + + + + + +zcash/halo2#246->zcash/halo2#247 + + + + + +zcash/halo2#247->zcash/halo2#250 + + + + + +zcash/halo2#245 + + +zcash/halo2#245 +Remove the need to +multiply by powers of x^n +in verifier + + + + + +zcash/halo2#245->zcash/halo2#250 + + + + + +zcash/halo2#312 + + +zcash/halo2#312 +[Book] Document gadget +API + + + + + +zcash/orchard#221 + + +zcash/orchard#221 +Generalise Poseidon +gadget for different +`WIDTH, RATE`s + + + + + +zcash/orchard#221->zcash/orchard#231 + + + + + +zcash/orchard#222 + + +zcash/orchard#222 +Rewrite current Poseidon +implementation to be +built around a Sponge, +not a Duplex + + + + + +zcash/orchard#221->zcash/orchard#222 + + + + + +zcash/orchard#214 + + +zcash/orchard#214 +`circuit.rs`: Remove +superfluous Poseidon +assignment + + + + + +zcash/orchard#214->zcash/orchard#231 + + + + + +zcash/orchard#214->zcash/orchard#222 + + + + + +zcash/orchard#143 + + +zcash/orchard#143 +Ensure in the circuit we +consistently use `N - x`, +not `x - N` (when they +are equivalent) + + + + + +zcash/orchard#143->zcash/orchard#231 + + + diff --git a/zcash-wallet-dag.svg b/zcash-wallet-dag.svg index acacf6c2..756b0552 100644 --- a/zcash-wallet-dag.svg +++ b/zcash-wallet-dag.svg @@ -4,10 +4,10 @@ - - - + + + zcash/librustzcash#226 @@ -79,159 +79,232 @@ - + +zcash/librustzcash#454 + + +zcash/librustzcash#454 +Refactor `sapling::Note` +to store `d`, not `g_d` + + + + + +zcash/librustzcash#455 + + +zcash/librustzcash#455 +`zcash_note_encryption`: +Remove `recipient` +parameter from `Domain::n +ote_plaintext_bytes` + + + + + +zcash/librustzcash#454->zcash/librustzcash#455 + + + + + zcash/librustzcash#387 - - -zcash/librustzcash#387 -Implement Unified Address -key derivation + + +zcash/librustzcash#387 +Implement Unified Address +key derivation - + zcash/librustzcash#403 - - -zcash/librustzcash#403 -Add Orchard support to -`zcash_client_backend` + + +zcash/librustzcash#403 +Add Orchard support to +`zcash_client_backend` - + zcash/librustzcash#404 - - -zcash/librustzcash#404 -Add Orchard support to -`zcash_client_sqlite` + + +zcash/librustzcash#404 +Add Orchard support to +`zcash_client_sqlite` - + zcash/librustzcash#403->zcash/librustzcash#404 - - + + - + zcash/librustzcash#406 - - -zcash/librustzcash#406 -Add Orchard support to -the transaction builder + + +zcash/librustzcash#406 +Add Orchard support to +the transaction builder - + zcash/librustzcash#406->zcash/librustzcash#403 - - + + - + zcash/zcash-android-wallet-sdk#240 - - -zcash/zcash-android-wallet-sdk#240 -Make the SDK database -more robust + + +zcash/zcash-android-wallet-sdk#240 +Make the SDK database +more robust - + zcash/zcash-android-wallet-sdk#239 - - -zcash/zcash-android-wallet-sdk#239 -Get rid of the -PendingTransaction -Database + + +zcash/zcash-android-wallet-sdk#239 +Get rid of the +PendingTransaction +Database - + zcash/zcash-android-wallet-sdk#240->zcash/zcash-android-wallet-sdk#239 - - + + - + zcash/zcash-android-wallet-sdk#295 - - -zcash/zcash-android-wallet-sdk#295 -Repackaging SDK Classes - -Phase 3 + + +zcash/zcash-android-wallet-sdk#295 +Repackaging SDK Classes - +Phase 3 - + zcash/zcash-android-wallet-sdk#296 - - -zcash/zcash-android-wallet-sdk#296 -Repackaging SDK Classes - -Phase 4 + + +zcash/zcash-android-wallet-sdk#296 +Repackaging SDK Classes - +Phase 4 - + zcash/zcash-android-wallet-sdk#295->zcash/zcash-android-wallet-sdk#296 - - + + + + + +zcash/ZcashLightClientKit#323 + + +zcash/ZcashLightClientKit#323 +generate checkpoints + + + + + +zcash/zcash-android-wallet-sdk#312 + + +zcash/zcash-android-wallet-sdk#312 +Update Chekpoints + + + + + +zcash/ZcashLightClientKit#323->zcash/zcash-android-wallet-sdk#312 + + + + + +zcash/ZcashLightClientKit#324 + + +zcash/ZcashLightClientKit#324 +Release New Version With +fresh checkpoints + + + + + +zcash/ZcashLightClientKit#323->zcash/ZcashLightClientKit#324 + + - + zcash/ZcashLightClientKit#320 - - -zcash/ZcashLightClientKit#320 -ZIP-321 Request Parsing -API + + +zcash/ZcashLightClientKit#320 +ZIP-321 Request Parsing +API - + zcash/ZcashLightClientKit#319 - - -zcash/ZcashLightClientKit#319 -ZIP-321 Request -Generation API + + +zcash/ZcashLightClientKit#319 +ZIP-321 Request +Generation API - + zcash/ZcashLightClientKit#321 - - -zcash/ZcashLightClientKit#321 -Validate UA + + +zcash/ZcashLightClientKit#321 +Validate UA - + zcash/zcash-android-wallet#49 - - -zcash/zcash-android-wallet#49 -Android: Send: Press and -Hold UX + + +zcash/zcash-android-wallet#49 +Android: Send: Press and +Hold UX diff --git a/zcash-zf-dag.svg b/zcash-zf-dag.svg index 82ca6820..2251bc2a 100644 --- a/zcash-zf-dag.svg +++ b/zcash-zf-dag.svg @@ -4,10 +4,10 @@ - - - + + + ZcashFoundation/zebra#1135 @@ -256,75 +256,46 @@ - - -ZcashFoundation/zebra#2104 - - -ZcashFoundation/zebra#2104 -Implement a -`Halo2Verifier` async -service - - - - - -ZcashFoundation/zebra#2105 - - -ZcashFoundation/zebra#2105 -Validate Transaction::V5 -Halo2 proofs - - - - - -ZcashFoundation/zebra#2104->ZcashFoundation/zebra#2105 - - - - + ZcashFoundation/zebra#1400 - - -ZcashFoundation/zebra#1400 -Test that zcashd and -Zebra can sync from Zebra + + +ZcashFoundation/zebra#1400 +Test that zcashd and +Zebra can sync from Zebra - + ZcashFoundation/zebra#2163 - - -ZcashFoundation/zebra#2163 -Security: Spawn each -initial peer handshake in -a separate task, Credit: -Equilibrium + + +ZcashFoundation/zebra#2163 +Security: Spawn each +initial peer handshake in +a separate task, Credit: +Equilibrium - + ZcashFoundation/zebra#2573 - - -ZcashFoundation/zebra#2573 -Remove redundant watch -values once our Tokio -dependency is updated + + +ZcashFoundation/zebra#2573 +Remove redundant watch +values once our Tokio +dependency is updated - + ZcashFoundation/zebra#1083 - + ZcashFoundation/zebra#1083 Send inbound @@ -335,9 +306,9 @@ - + ZcashFoundation/zebra#936 - + ZcashFoundation/zebra#936 Design: mempool @@ -346,33 +317,33 @@ - + ZcashFoundation/zebra#936->ZcashFoundation/zebra#1077 - + ZcashFoundation/zebra#936->ZcashFoundation/zebra#1080 - + ZcashFoundation/zebra#936->ZcashFoundation/zebra#1081 - + ZcashFoundation/zebra#936->ZcashFoundation/zebra#1083 - + ZcashFoundation/zebra#571 - + ZcashFoundation/zebra#571 Create large transaction @@ -382,270 +353,270 @@ - + ZcashFoundation/zebra#936->ZcashFoundation/zebra#571 - + ZcashFoundation/zebra#196 - - -ZcashFoundation/zebra#196 -Tracking: transaction -validation + + +ZcashFoundation/zebra#196 +Tracking: transaction +validation - + ZcashFoundation/zebra#1486 - - -ZcashFoundation/zebra#1486 -Tune RocksDB memory usage + + +ZcashFoundation/zebra#1486 +Tune RocksDB memory usage - + ZcashFoundation/zebra#196->ZcashFoundation/zebra#1486 - - + + - + ZcashFoundation/zebra#2631 - - -ZcashFoundation/zebra#2631 -Send committed spent -OutPoints & nullifiers to -the mempool for rejection + + +ZcashFoundation/zebra#2631 +Send committed spent +OutPoints & nullifiers to +the mempool for rejection - + ZcashFoundation/zebra#1686 - - -ZcashFoundation/zebra#1686 -Delete isolated::Wrapper + + +ZcashFoundation/zebra#1686 +Delete isolated::Wrapper - + ZcashFoundation/zebra#2484 - - -ZcashFoundation/zebra#2484 -Implement incremental, -sparse note commitment -trees for Sprout + + +ZcashFoundation/zebra#2484 +Implement incremental, +sparse note commitment +trees for Sprout - + ZcashFoundation/zebra#2485 - - -ZcashFoundation/zebra#2485 -Add sprout anchors to -`zebra-state` + + +ZcashFoundation/zebra#2485 +Add sprout anchors to +`zebra-state` - + ZcashFoundation/zebra#2484->ZcashFoundation/zebra#2485 - - + + - + ZcashFoundation/zebra#2425 - - -ZcashFoundation/zebra#2425 -Validate note commitment -trees in non-finalized -state + + +ZcashFoundation/zebra#2425 +Validate note commitment +trees in non-finalized +state - + ZcashFoundation/zebra#2484->ZcashFoundation/zebra#2425 - - + + - + ZcashFoundation/zebra#950 - - -ZcashFoundation/zebra#950 -Demo: compare zcashd vs -zebrad ludicrous speed on -syncing + + +ZcashFoundation/zebra#950 +Demo: compare zcashd vs +zebrad ludicrous speed on +syncing - + ZcashFoundation/zebra#692 - - -ZcashFoundation/zebra#692 -Use git metadata and -platform info in Zebra + + +ZcashFoundation/zebra#692 +Use git metadata and +platform info in Zebra - + ZcashFoundation/zebra#2985 - - -ZcashFoundation/zebra#2985 -Replace outdated tempdir -dependency with tempfile + + +ZcashFoundation/zebra#2985 +Replace outdated tempdir +dependency with tempfile - + ZcashFoundation/zebra#2391 - - -ZcashFoundation/zebra#2391 -Reduce the dependencies -on different versions of -`rand` + + +ZcashFoundation/zebra#2391 +Reduce the dependencies +on different versions of +`rand` - + ZcashFoundation/zebra#2985->ZcashFoundation/zebra#2391 - - + + - + ZcashFoundation/zebra#3037 - - -ZcashFoundation/zebra#3037 -Download JoinSplit -Groth16 verification -parameters and load them -from disk + + +ZcashFoundation/zebra#3037 +Download JoinSplit +Groth16 verification +parameters and load them +from disk - + ZcashFoundation/zebra#322 - - -ZcashFoundation/zebra#322 -Validate JoinSplit proofs + + +ZcashFoundation/zebra#322 +Validate JoinSplit proofs - + ZcashFoundation/zebra#3037->ZcashFoundation/zebra#322 - - + + - + ZcashFoundation/zebra#1835 - - -ZcashFoundation/zebra#1835 -Integrate async JoinSplit -Groth16 verifier with -transaction verifier + + +ZcashFoundation/zebra#1835 +Integrate async JoinSplit +Groth16 verifier with +transaction verifier - + ZcashFoundation/zebra#322->ZcashFoundation/zebra#1835 - - + + - + ZcashFoundation/zebra#1791 - - -ZcashFoundation/zebra#1791 -Re-enable `sync_large_che -ckpoints_testnet` test + + +ZcashFoundation/zebra#1791 +Re-enable `sync_large_che +ckpoints_testnet` test - + ZcashFoundation/zebra#1007 - - - - -ZcashFoundation/zebra#1007 -Draft RFC: Initial draft -for basic network -integration testing + + + + +ZcashFoundation/zebra#1007 +Draft RFC: Initial draft +for basic network +integration testing - + ZcashFoundation/zebra#1791->ZcashFoundation/zebra#1007 - - + + - + ZcashFoundation/zebra#2372 - - -ZcashFoundation/zebra#2372 - Update the README goals -and scope for NU5 mainnet -activation + + +ZcashFoundation/zebra#2372 + Update the README goals +and scope for NU5 mainnet +activation - + ZcashFoundation/zebra#3050 - - -ZcashFoundation/zebra#3050 -Tag Zebra v1.0.0 stable -release + + +ZcashFoundation/zebra#3050 +Tag Zebra v1.0.0 stable +release - + ZcashFoundation/zebra#2372->ZcashFoundation/zebra#3050 - - + + - + ZcashFoundation/zebra#3018 - + ZcashFoundation/zebra#3018 Rollback NU5 testnet and @@ -655,686 +626,704 @@ - + ZcashFoundation/zebra#2982 - - -ZcashFoundation/zebra#2982 -Upgrade to NU5 mainnet -versions of librustzcash -and orchard + + +ZcashFoundation/zebra#2982 +Upgrade to NU5 mainnet +versions of librustzcash +and orchard - + ZcashFoundation/zebra#3018->ZcashFoundation/zebra#2982 - - + + - + ZcashFoundation/zebra#2331 - - -ZcashFoundation/zebra#2331 -Remove serde from zebra- -chain + + +ZcashFoundation/zebra#2331 +Remove serde from zebra- +chain - + ZcashFoundation/zebra#2560 - - -ZcashFoundation/zebra#2560 -Test History Tree -serialization + + +ZcashFoundation/zebra#2560 +Test History Tree +serialization - + ZcashFoundation/zebra#2331->ZcashFoundation/zebra#2560 - - + + - + ZcashFoundation/zebra#2042 - - -ZcashFoundation/zebra#2042 -zebra-chain: Port array- -wrapper types to const -generics + + +ZcashFoundation/zebra#2042 +zebra-chain: Port array- +wrapper types to const +generics - + ZcashFoundation/zebra#2331->ZcashFoundation/zebra#2042 - - + + - + ZcashFoundation/redjubjub#127 - - -ZcashFoundation/redjubjub#127 -VerificationKey should -not reject small-order -points or the identity + + +ZcashFoundation/redjubjub#127 +VerificationKey should +not reject small-order +points or the identity - + ZcashFoundation/zebra#2549 - - -ZcashFoundation/zebra#2549 -Fix Redjubjub to support -low-order Jubjub points, -move small-order -exclusion checks to -Sapling -SpendAuthorizationKey and -ValueCommit + + +ZcashFoundation/zebra#2549 +Fix Redjubjub to support +low-order Jubjub points, +move small-order +exclusion checks to +Sapling +SpendAuthorizationKey and +ValueCommit - + ZcashFoundation/redjubjub#127->ZcashFoundation/zebra#2549 - - + + - + ZcashFoundation/zebra#1827 - - -ZcashFoundation/zebra#1827 -Split `WrongVersion` -errors into -`OutdatedVersion` and -`PreActivationVersion` + + +ZcashFoundation/zebra#1827 +Split `WrongVersion` +errors into +`OutdatedVersion` and +`PreActivationVersion` + + +ZcashFoundation/zebra#3070 + + +ZcashFoundation/zebra#3070 +Create a minimal reddsa +repo and publish a 0.1.0 +release + + + + + +ZcashFoundation/zebra#3070->ZcashFoundation/zebra#2982 + + + - + ZcashFoundation/zebra#1592 - - -ZcashFoundation/zebra#1592 -Write tests for sync -hangs + + +ZcashFoundation/zebra#1592 +Write tests for sync +hangs - + ZcashFoundation/zebra#1817 - - - - -ZcashFoundation/zebra#1817 -Re-Apply "Refactor -`connection.rs` to make -`fail_with` errors -impossible" (double -revert) + + + + +ZcashFoundation/zebra#1817 +Re-Apply "Refactor +`connection.rs` to make +`fail_with` errors +impossible" (double +revert) ZcashFoundation/zebra#1592->ZcashFoundation/zebra#1817 - - + + - + ZcashFoundation/zebra#1841 - - -ZcashFoundation/zebra#1841 -ZIP-252: Update Zebra and -DNS Seeders for NU5 -mainnet activation + + +ZcashFoundation/zebra#1841 +ZIP-252: Update Zebra and +DNS Seeders for NU5 +mainnet activation - + ZcashFoundation/zebra#1873 - - -ZcashFoundation/zebra#1873 -Security: Zebra's address -book can use all -available memory + + +ZcashFoundation/zebra#1873 +Security: Zebra's address +book can use all +available memory - + ZcashFoundation/zebra#1875 - - -ZcashFoundation/zebra#1875 -Zebra attempts new peer -connections in a fixed, -predictable order + + +ZcashFoundation/zebra#1875 +Zebra attempts new peer +connections in a fixed, +predictable order - + ZcashFoundation/zebra#1890 - - -ZcashFoundation/zebra#1890 -Zebra should support -separate local bind and -external advertise -addresses + + +ZcashFoundation/zebra#1890 +Zebra should support +separate local bind and +external advertise +addresses - + ZcashFoundation/zebra#1893 - - -ZcashFoundation/zebra#1893 -Zebra should auto- -discover its own external -IP address + + +ZcashFoundation/zebra#1893 +Zebra should auto- +discover its own external +IP address ZcashFoundation/zebra#1890->ZcashFoundation/zebra#1893 - - + + - + ZcashFoundation/zebra#1904 - - -ZcashFoundation/zebra#1904 -Some DNS seeders and -block explorers don't -show Zebra nodes + + +ZcashFoundation/zebra#1904 +Some DNS seeders and +block explorers don't +show Zebra nodes ZcashFoundation/zebra#1904->ZcashFoundation/zebra#1791 - - + + - + ZcashFoundation/zebra#1917 - - -ZcashFoundation/zebra#1917 -Check Transaction -cardinality at parse -time, to limit memory -usage + + +ZcashFoundation/zebra#1917 +Check Transaction +cardinality at parse +time, to limit memory +usage - + ZcashFoundation/zebra#1334 - - -ZcashFoundation/zebra#1334 -After network upgrade -activation, reject new -connections from outdated -peers + + +ZcashFoundation/zebra#1334 +After network upgrade +activation, reject new +connections from outdated +peers - + ZcashFoundation/zebra#706 - - -ZcashFoundation/zebra#706 -Justify our alternative -to "evicting pre-upgrade -peers from the peer set -across a network upgrade" + + +ZcashFoundation/zebra#706 +Justify our alternative +to "evicting pre-upgrade +peers from the peer set +across a network upgrade" ZcashFoundation/zebra#1334->ZcashFoundation/zebra#706 - - + + - + ZcashFoundation/zebra#1956 - - -ZcashFoundation/zebra#1956 -Zebra should store a -persistent list of recent -successful peers + + +ZcashFoundation/zebra#1956 +Zebra should store a +persistent list of recent +successful peers - + ZcashFoundation/zebra#1894 - - -ZcashFoundation/zebra#1894 -Zebra should follow OS -directory conventions -better + + +ZcashFoundation/zebra#1894 +Zebra should follow OS +directory conventions +better ZcashFoundation/zebra#1894->ZcashFoundation/zebra#1956 - - + + - + ZcashFoundation/zebra#2015 - - -ZcashFoundation/zebra#2015 -Run coverage on the -latest nightly + + +ZcashFoundation/zebra#2015 +Run coverage on the +latest nightly - + ZcashFoundation/zebra#2028 - - -ZcashFoundation/zebra#2028 -Use the AtLeastOne -generic type to enforce -field counts + + +ZcashFoundation/zebra#2028 +Use the AtLeastOne +generic type to enforce +field counts - + ZcashFoundation/zebra#1774 - - -ZcashFoundation/zebra#1774 -Add a size estimator to -the message encoder and -serializers + + +ZcashFoundation/zebra#1774 +Add a size estimator to +the message encoder and +serializers - + ZcashFoundation/zebra#2035 - - - - -ZcashFoundation/zebra#2035 -Add external_addr to -config (network section) + + + + +ZcashFoundation/zebra#2035 +Add external_addr to +config (network section) - + ZcashFoundation/zebra#2052 - - -ZcashFoundation/zebra#2052 -Use default port for -initial peers and -external addresses + + +ZcashFoundation/zebra#2052 +Use default port for +initial peers and +external addresses ZcashFoundation/zebra#2035->ZcashFoundation/zebra#2052 - - + + - + ZcashFoundation/zebra#2092 - - -ZcashFoundation/zebra#2092 -Implement Block Header -FinalSaplingRoot + + +ZcashFoundation/zebra#2092 +Implement Block Header +FinalSaplingRoot - + ZcashFoundation/zebra#2112 - - -ZcashFoundation/zebra#2112 -Integrate -TurboWish/tokio-console + + +ZcashFoundation/zebra#2112 +Integrate +TurboWish/tokio-console - + ZcashFoundation/zebra#2193 - - -ZcashFoundation/zebra#2193 -Redesign zebra-network so -it's less sensitive to -message order, timing, -buffer size + + +ZcashFoundation/zebra#2193 +Redesign zebra-network so +it's less sensitive to +message order, timing, +buffer size ZcashFoundation/zebra#2112->ZcashFoundation/zebra#2193 - - + + - + ZcashFoundation/zebra#1973 - - -ZcashFoundation/zebra#1973 -Automatically invalidate -preselected peers + + +ZcashFoundation/zebra#1973 +Automatically invalidate +preselected peers - + ZcashFoundation/zebra#2156 - - -ZcashFoundation/zebra#2156 -Security: Send notfound -inv items to the inv -collector, Credit: -Equilibrium + + +ZcashFoundation/zebra#2156 +Security: Send notfound +inv items to the inv +collector, Credit: +Equilibrium ZcashFoundation/zebra#1973->ZcashFoundation/zebra#2156 - - + + - + ZcashFoundation/zebra#2202 - - -ZcashFoundation/zebra#2202 -Move batch cryptography -flushes to a blocking -thread + + +ZcashFoundation/zebra#2202 +Move batch cryptography +flushes to a blocking +thread - + ZcashFoundation/zebra#2201 - - -ZcashFoundation/zebra#2201 -Move the metrics recorder -to a blocking thread + + +ZcashFoundation/zebra#2201 +Move the metrics recorder +to a blocking thread - + ZcashFoundation/zebra#2268 - - -ZcashFoundation/zebra#2268 -Replace atomics with -watch or oneshot channels + + +ZcashFoundation/zebra#2268 +Replace atomics with +watch or oneshot channels - + ZcashFoundation/zebra#2292 - - -ZcashFoundation/zebra#2292 -Cleanup MetaAddr after -security fixes + + +ZcashFoundation/zebra#2292 +Cleanup MetaAddr after +security fixes - + ZcashFoundation/zebra#2293 - - -ZcashFoundation/zebra#2293 -Batch MetaAddrChanges and -remove identical changes + + +ZcashFoundation/zebra#2293 +Batch MetaAddrChanges and +remove identical changes - + ZcashFoundation/zebra#2262 - - -ZcashFoundation/zebra#2262 -After network upgrade -activation, close -existing connections to -outdated peers + + +ZcashFoundation/zebra#2262 +After network upgrade +activation, close +existing connections to +outdated peers ZcashFoundation/zebra#2262->ZcashFoundation/zebra#1334 - - + + ZcashFoundation/zebra#2262->ZcashFoundation/zebra#706 - - + + - + ZcashFoundation/zebra#2261 - - -ZcashFoundation/zebra#2261 -Stop sending addresses of -outdated peers to other -peers + + +ZcashFoundation/zebra#2261 +Stop sending addresses of +outdated peers to other +peers ZcashFoundation/zebra#2262->ZcashFoundation/zebra#2261 - - + + - + ZcashFoundation/zebra#2107 - - -ZcashFoundation/zebra#2107 -Security: Stop -disconnecting from nodes -that send unexpected -messages, to prevent -disconnection attacks, -Credit: Equilibrium + + +ZcashFoundation/zebra#2107 +Security: Stop +disconnecting from nodes +that send unexpected +messages, to prevent +disconnection attacks, +Credit: Equilibrium ZcashFoundation/zebra#2107->ZcashFoundation/zebra#706 - - + + - + ZcashFoundation/zebra#2338 - - -ZcashFoundation/zebra#2338 -Create Error enums in -`zebrad` + + +ZcashFoundation/zebra#2338 +Create Error enums in +`zebrad` - + ZcashFoundation/zebra#2339 - - -ZcashFoundation/zebra#2339 -Downcast and match -Already Verified error -enums in the syncer + + +ZcashFoundation/zebra#2339 +Downcast and match +Already Verified error +enums in the syncer ZcashFoundation/zebra#2338->ZcashFoundation/zebra#2339 - - + + - + ZcashFoundation/zebra#2375 - - -ZcashFoundation/zebra#2375 -Automatically use zebrad -version for the zebra- -network user agent + + +ZcashFoundation/zebra#2375 +Automatically use zebrad +version for the zebra- +network user agent - + ZcashFoundation/zebra#794 - - -ZcashFoundation/zebra#794 -Make sure custom user -agents conform to BIP-14 + + +ZcashFoundation/zebra#794 +Make sure custom user +agents conform to BIP-14 ZcashFoundation/zebra#2375->ZcashFoundation/zebra#794 - - + + - + ZcashFoundation/zebra#2377 - - -ZcashFoundation/zebra#2377 -Refactor history tree -pruning + + +ZcashFoundation/zebra#2377 +Refactor history tree +pruning - + ZcashFoundation/zebra#2378 - - -ZcashFoundation/zebra#2378 -Improve history and note -commitment trees forking + + +ZcashFoundation/zebra#2378 +Improve history and note +commitment trees forking - + ZcashFoundation/zebra#1951 - - -ZcashFoundation/zebra#1951 -Generalize/deduplicate -async batch verification -services / create a -derive-able proc macro + + +ZcashFoundation/zebra#1951 +Generalize/deduplicate +async batch verification +services / create a +derive-able proc macro - + ZcashFoundation/zebra#2390 - - -ZcashFoundation/zebra#2390 -Fix tasks spawned by -`tower_batch::Batch` only -being alive during one -test execution + + +ZcashFoundation/zebra#2390 +Fix tasks spawned by +`tower_batch::Batch` only +being alive during one +test execution ZcashFoundation/zebra#1951->ZcashFoundation/zebra#2390 - - + + - + ZcashFoundation/zebra#1162 - - -ZcashFoundation/zebra#1162 -Validate coinbase miner -subsidy and miner fees + + +ZcashFoundation/zebra#1162 +Validate coinbase miner +subsidy and miner fees