hinto.janai
f998f61d26
Merge branch 'main' into criterion
2024-11-28 15:38:10 -05:00
hinto-janai
38541dbfda
workspace: add/fix 1.83 lints ( #353 )
...
Deny / audit (push) Has been cancelled
Doc / build (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / typo (push) Has been cancelled
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
CI / ci (ubuntu-latest, stable, bash) (push) Has been cancelled
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Has been cancelled
Doc / deploy (push) Has been cancelled
* 1.83 `cargo clippy --fix`
* fix type complexity, add `DbResult`
* clippy fix
* redb fix
* Update consensus/context/src/difficulty.rs
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
---------
Co-authored-by: Boog900 <boog900@tutanota.com>
2024-11-28 19:53:59 +00:00
hinto.janai
7e005012ed
cargo.toml fixes
2024-11-28 09:41:31 -05:00
hinto.janai
7b31745db3
Merge branch 'blockchain-benches' into criterion
2024-11-28 09:06:35 -05:00
hinto.janai
867ef3fe80
Merge branch 'rpc-types-benches' into criterion
2024-11-28 09:06:03 -05:00
hinto.janai
fe4f4ee46f
Merge branch 'cryptonight-bench' into criterion
2024-11-28 09:05:30 -05:00
hinto.janai
3f2fc0eb22
Merge branch 'db-bench' into criterion
2024-11-28 09:05:09 -05:00
hinto.janai
9ba17f8c7f
Merge branch 'main' into helper-bench
Deny / audit (push) Has been cancelled
2024-11-28 08:59:45 -05:00
hinto-janai
caa08d5eaa
benches: initial implementation ( #196 )
...
* add readme
* readme, basic examples
* name changes, bin impl
* example, docs
* book
* add `cuprate-criterion-example`
* docs, tracing
* fix clippy
* docs
* lib readme
* json-rpc benchmarks
* add to crates.md
* add `fixme`
* fix `cargo b` failing
this `cfg()` existing makes a regular workspace `cargo b` fail
* fix cargo.toml
2024-11-25 20:10:42 +00:00
hinto.janai
f65ff1bb0e
fix alt_block height
2024-10-31 19:53:36 -04:00
hinto.janai
1cf86ed5c0
alt_block
2024-10-31 19:44:09 -04:00
hinto.janai
e5db01a2e3
fmt
2024-10-31 17:09:41 -04:00
hinto.janai
059d0e6105
add benches/criterion/cuprate-blockchain
2024-10-31 17:06:28 -04:00
hinto.janai
705cd7e2db
clippy
2024-10-25 20:40:39 -04:00
hinto.janai
c8c1c2ef36
Merge branch 'benches' into helper-bench
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-10-25 20:35:14 -04:00
hinto.janai
725b532de9
fix json
2024-10-25 20:23:28 -04:00
hinto.janai
d2b30c1cbd
add benches
2024-10-25 20:03:30 -04:00
hinto.janai
a5ba54422f
add benches/criterion/cuprate-rpc-types
2024-10-25 19:45:34 -04:00
hinto.janai
d89840e53f
add benches/criterion/cuprate-cryptonight
2024-10-24 19:31:37 -04:00
hinto.janai
8ae208b9f0
fix benches
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-10-22 20:36:14 -04:00
hinto.janai
0aa5f77c5e
fix cargo
2024-10-22 17:08:28 -04:00
hinto.janai
da3417f71f
changes
2024-10-22 17:08:16 -04:00
hinto.janai
1cada331f0
fix cargo b
failing
...
this `cfg()` existing makes a regular workspace `cargo b` fail
2024-10-21 20:12:22 -04:00
hinto.janai
7a94952e14
copy #98
2024-10-21 17:01:11 -04:00
hinto.janai
e1a6f82e92
add benches/criterion/cuprate-helper
2024-10-18 20:11:47 -04:00
hinto.janai
1c462e3c95
add fixme
2024-10-09 20:17:58 -04:00
hinto.janai
2e3e36c840
add to crates.md
2024-10-09 19:46:13 -04:00
hinto.janai
eb617b30f8
json-rpc benchmarks
2024-10-09 17:42:56 -04:00
hinto.janai
cab2011613
lib readme
2024-10-09 17:23:32 -04:00
hinto.janai
828cbbac27
docs
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-10-08 20:49:13 -04:00
hinto.janai
8c9d159124
fix clippy
2024-10-08 20:35:00 -04:00
hinto.janai
9a0b6138b5
docs, tracing
2024-10-08 20:19:22 -04:00
hinto.janai
185c2ee25a
add cuprate-criterion-example
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
2024-10-08 17:42:21 -04:00
hinto.janai
6525307744
book
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
2024-10-07 20:48:51 -04:00
hinto.janai
24d176ff14
example, docs
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-10-04 17:37:38 -04:00
hinto.janai
7bac741d5f
name changes, bin impl
Audit / audit (push) Waiting to run
Deny / audit (push) Waiting to run
2024-10-03 21:36:32 -04:00
hinto.janai
b538272f4d
readme, basic examples
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
2024-06-26 17:03:17 -04:00
hinto.janai
04e1f10d35
add readme
2024-06-26 15:43:05 -04: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