Commit graph

12 commits

Author SHA1 Message Date
Boog900
34d625d27c
testing 2024-06-04 20:01:12 +01:00
Boog900
9c73ae106b
update docs 2
Some checks failed
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-06-04 14:33:29 +01:00
Boog900
1b89601724
service -> blockchain 2 2024-06-04 14:30:02 +01:00
Boog900
76762275d6
fix tests 2024-06-04 00:01:10 +01:00
Boog900
b8ae97b168
add back todo 2024-06-03 23:54:32 +01:00
Boog900
ad4d82119e
fix key_images_spent 2024-06-03 23:52:53 +01:00
2f2659ad44
Apply suggestions from code review
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
2024-06-03 23:11:20 +01:00
Boog900
76be728b82
service -> blockchain 2024-06-03 23:07:23 +01:00
Boog900
1dca46bfb8
fix storage builds 2024-05-31 21:53:50 +01:00
Boog900
ee9bc70f8e
move consensus database to /types 2024-05-31 17:27:20 +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