0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
25 stars 22 forks source link

Revisit `input_notes` and `output_notes` tables in `SqliteStore` #376

Open tomyrd opened 4 weeks ago

tomyrd commented 4 weeks ago

We should revisit the note tables in our sqlite database and remove unnecessary columns. This will require a change in the shared insert/select queries between them.

For example, the consumer_transaction_id doesn't make a lot of sense for an output note so we should remove it from that table.

For more information see this discussion.