Tags: ChronSyn/graph-node
Tags
Release 0.25.0 * all: Update Cargo.toml & Cargo.lock * news: Release 0.25.0 Co-authored-by: Otávio Pace <[email protected]>
core, graph, store: Adjust vids of cached entities to reflect db changes When entities are inserted or updated, their vid changes. That change needs to be propagated to the entities that stay in the EntityCache across blocks so that a future update to them modifies the right version (vid)
node, store: Actually setup databases in parallel The previous code didn't parallelize setup, since setup makes blocking calls, and so databases still started up one after the other.
PreviousNext