Commit graph

17 commits

Author SHA1 Message Date
hinto.janai
42d6f97847
AlternateChains, docs 2024-10-02 20:02:07 -04:00
hinto.janai
64a3e5d5e9
blockchain docs/types 2024-10-02 17:04:02 -04:00
hinto.janai
cf331885b6
txpool docs/types 2024-10-02 16:06:49 -04:00
hinto.janai
f9ff59345c
p2p msg changes, docs
Some checks are pending
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
2024-10-01 21:03:56 -04:00
hinto.janai
3fb69f23cb
Merge branch 'main' into rpc-msgs 2024-10-01 20:02:17 -04:00
hinto-janai
12bbadd749
cuprated: add constants & statics modules (#301)
* add modules

* docs

* test

* rename

* tabs -> spaces
2024-09-28 01:41:34 +01:00
hinto.janai
6878a25266
add statics module 2024-09-26 20:41:42 -04:00
hinto.janai
cf3095446e
blockchain manager msg types 2024-09-26 20:14:48 -04:00
hinto.janai
a1b3bdabef
blockchain_manager msgs 2024-09-25 15:47:32 -04:00
hinto.janai
e8cb951615
add blockchain msgs 2024-09-24 20:39:08 -04:00
hinto.janai
dfbdec3157
add blockchain_context msgs 2024-09-24 18:27:46 -04:00
hinto.janai
e8de295b57
add txpool msgs 2024-09-24 18:02:39 -04:00
hinto.janai
4dc3b2c66f
add p2p messages 2024-09-23 20:50:05 -04:00
hinto.janai
96099eb5cc
add request methods 2024-09-23 18:34:57 -04:00
hinto-janai
92800810d9
cuprated: initial RPC module skeleton (#262)
* readme

* cuprated: add all workspace deps

* cuprated: add lints

* !!

* add state, fn signatures

* fixes

* error signatures

* interface: handle json-rpc concepts

* split rpc calls into 3 `Service`s

* interface: extract out to `RpcService`

* fix merge

* remove crate lints

* use `BoxFuture`

* rpc/interface: impl `thiserror::Error`

* split state from main handler struct

* cleanup

* fix imports

* replace `RpcError` with `anyhow::Error`

* interface: update error

* cuprated: update error type
2024-09-08 15:52:17 +01:00
7207fbd17b
Binaries: add cuprated skeleton (#258)
* add cuprated skeleton

* fmt and add deny exception
2024-08-20 23:56:18 +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