* fix(state): mark DiskWriteBatch as must_use * doc(state): add TODOs for moving database reads to blocking threads * doc(state): minor comment tweaks * refactor(state): split write batch into block, transactions, chain history * refactor(state): split out a genesis block write method * refactor(state): just use the empty note commitment trees directly * refactor(state): split transaction writes into transparent, nullifiers, trees And change DiskWriteBatch methods to take `&mut self`. * refactor(state): split chain value pool writes out of history writes * refactor(state): combine note commitment trees into an agrument struct * refactor(state): split history and note commitment updates * refactor(state): calculate current tip height and remove that argument |
||
|---|---|---|
| .. | ||
| service | ||
| tests | ||
| arbitrary.rs | ||
| config.rs | ||
| constants.rs | ||
| error.rs | ||
| lib.rs | ||
| request.rs | ||
| response.rs | ||
| service.rs | ||
| tests.rs | ||
| util.rs | ||