Add Orchard support to zcash_client_sqlite
#404
Labels
C-target
Category: This is a high-level target that forms the root of a sub-graph in the DAG.
S-in-progress
Status: Work is currently in progress on this item.
Milestone
We need the ability to track Orchard notes in the wallet, and spend them.
I think the simplest integration pathway is to add a
note_type
column to most tables, with a default of "Sapling" (to match current internals), and then we can use an "Orchard" type to separate notes. However, some tables might be quite Sapling-specific (I'm thinking in particular aboutrcm
, which won't be a sufficient column for Orchard), where we need a new Orchard-specific table.The text was updated successfully, but these errors were encountered: