Revolutionary Tech Upgrade: RocksDB and LWW CRDT Rewrite Set the Stage for Enhanced Data Persistence!
2022-09-27 16:40:09 UTC
In a groundbreaking commitment, developers integrate cutting-edge storage solutions and sophisticated data structures, heralding a new era for efficient data handling and accessibility in software systems.
Commit Details:
feat: rocksdb persistence and make CastSet a LWW CRDT (#107) * chore: clean up jest * feat: initial leveldb commit * feat: refactor signer set to use db * refactor: fix mock test * feat: start adding rocksdb wrapper * intermediate commit * feat: integrate all sets with db * feat: update rocksdb wrapper to create directory if missing * chore: extend test timeout for rpcSync and engine mock * chore: improve db/cast.test * chore: add documentation to db/ files * chore: update set comments