Zebra/book/src/dev
Marek 32faa94fb4
fix(state): Update column family names to match Zebra's database design (#4639)
* Rename `block_by_height` to `block_header_by_height` in fin state

* Rename `tx_by_hash` to `tx_loc_by_hash` in both (non & fin) states

* Rename `utxo_by_outpoint` to `utxo_by_out_loc` in finalized state

* Reorder the column families so that they match the docs

* Update `struct Chain` in the RFCs

* Increment `DATABASE_FORMAT_VERSION` to 25

* Remove obsolete docs from `0004-asynchronous-script-verification.md`

* Remove an obsolete `TODO` from `disk_db.rs`

* Delete unused snapshots

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-06-30 23:00:23 +00:00
..
diagrams Reorganize the book. (#843) 2020-08-06 15:39:54 -07:00
rfcs fix(state): Update column family names to match Zebra's database design (#4639) 2022-06-30 23:00:23 +00:00
alpha-release-criteria.md Link to where the deployments docs will be 2020-12-07 21:11:24 -05:00
diagrams.md Reorganize the book. (#843) 2020-08-06 15:39:54 -07:00
overview.md Improve documentation for Beta release (#2894) 2021-10-29 19:25:30 +00:00
proptests.md Update book/src/dev/proptests.md 2021-04-29 18:29:53 -04:00
rfcs.md Update book/src/dev/rfcs.md 2020-09-17 13:23:58 -07:00
tokio-console.md doc: add tokio-console page in book dev section (#4641) 2022-06-21 03:38:12 +00:00
zebra-checkpoints.md change(verifier): Update Zebra's block hash checkpoints (#4183) 2022-04-25 14:43:06 +00:00