Commit graph

15 commits

Author SHA1 Message Date
hinto.janai
ed7571fa33
rename, fix database config 2024-06-17 15:40:15 -04:00
hinto.janai
33ca4ea408
fix doc links
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-06-13 20:40:09 -04:00
hinto.janai
6e48c76d80
initial cuprate-blockchain split 2024-06-13 20:26:01 -04:00
hinto.janai
98413dfacd
database: remove ReaderThreads, make db_directory mandatory
Some checks are pending
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
2024-06-13 17:21:51 -04:00
hinto.janai
7024517cf4
database: fix tests, remove blockchain specific references 2024-06-13 16:39:09 -04:00
hinto.janai
3dab3f234f
database: add open table tests 2024-06-13 16:27:43 -04:00
hinto.janai
4a04625a8b
database: fix open_db_ro, open_db_rw, create_db behavior 2024-06-13 16:14:57 -04:00
hinto.janai
bb81d34868
database: use readme for docs, link in lib.rs 2024-06-12 20:33:14 -04:00
hinto.janai
a0a2cb6707
database: fix redb 2024-06-12 20:26:12 -04:00
hinto.janai
60f7fd41d6
find/replace cuprate_blockchain -> database, add create_db() 2024-06-12 20:22:53 -04:00
hinto.janai
1a6d86d3b2
database: remove old cuprate-blockchain type references 2024-06-12 19:46:51 -04:00
hinto.janai
fd09dfad87
database: remove Tables references 2024-06-12 19:31:49 -04:00
hinto.janai
a156abf36a
storage: port some code cuprate-blockchain -> database 2024-06-12 19:23:52 -04:00
hinto-janai
c50d9642be
storage: create Cargo.toml for {database, cuprate-txpool} (#140) 2024-05-29 20:00:29 +01:00
hinto-janai
4876e159e7
repo: add skeleton directories, fix labels (#139)
* `database/` -> `storage/`, create skeleton `storage/` crates

* add skeleton root directories

* books: add skeleton

* ci: fix labeler.yml

* fix CONTRIBUTING.md

* fix workspace Cargo.toml

* fix `storage/`

* rename helper fs fn, `cuprate_database` -> `cuprate_blockchain`

* fix Cargo.toml

* cuprate-blockchain: revert find-and-replace

Since it has to be ported to the book anyway, there's not much
reason to update this and create review diffs.

* labeler.yml: remove `A-docs` from `books/` changes

Although books are documentation,
the `A-books` label already exists for this
2024-05-29 02:18:30 +01:00