Commit graph

8 commits

Author SHA1 Message Date
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
0622237d19
Consensus: use cuprate-types types (#145)
* move consensus database to /types

* fix `storage` builds

* unify `VerifiedBlockInformation`

* fix docs

* change `Database` trait wording

* order imports

* service -> blockchain

* Apply suggestions from code review

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>

* fix typo

* fix key_images_spent

* add back todo

* fix tests

* service -> blockchain 2

* update docs

* update docs 2

---------

Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
2024-06-04 18:19:35 +01: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