Store metatron in redb #574

Merged
paratoxic merged 6 commits from store-metatron into master 2026-06-26 13:46:57 +00:00
Owner
No description provided.
Store metatron in redb
All checks were successful
CI / ckpool (pull_request) Successful in 26s
CI / lint (pull_request) Successful in 2m5s
CI / test-linux (pull_request) Successful in 6m21s
5a122bdc22
Change
Some checks failed
CI / ckpool (pull_request) Successful in 17s
CI / lint (pull_request) Successful in 1m37s
CI / test-linux (pull_request) Failing after 5m23s
2d7603e6d3
parabit approved these changes 2026-06-25 22:15:24 +00:00
parabit left a comment

LGTM

LGTM
src/metatron.rs Outdated
@ -54,1 +67,3 @@
}
users,
#[cfg(test)]
_tempdir: None,
Owner

Love this, it is always a pain wiring in good testing capability for db related changes.

Love this, it is always a pain wiring in good testing capability for db related changes.
paratoxic marked this conversation as resolved
src/store.rs Outdated
@ -225,0 +238,4 @@
.context("decode user address")?
.assume_checked();
let entry: entry::UserEntry =
ciborium::from_reader(value.value()).context("decode user")?;
Owner

Really childish nit on this, could you refactor the object named 'value' as it feels awkward to call value() on value. 😂

Really childish nit on this, could you refactor the object named 'value' as it feels awkward to call value() on value. 😂
paratoxic marked this conversation as resolved
Merge branch 'master' of ssh://git.parasite.dev/parasitepool/para into store-metatron
Some checks failed
CI / ckpool (pull_request) Successful in 18s
CI / lint (pull_request) Successful in 1m55s
CI / test-linux (pull_request) Failing after 6m47s
698da6c59a
Fix
Some checks failed
CI / ckpool (pull_request) Successful in 17s
CI / lint (pull_request) Successful in 2m33s
CI / test-linux (pull_request) Failing after 6m48s
5c498456ec
Consolidate
Some checks failed
CI / ckpool (pull_request) Successful in 31s
CI / lint (pull_request) Successful in 2m11s
CI / test-linux (pull_request) Failing after 7m35s
1668be5d42
Update
Some checks failed
CI / ckpool (pull_request) Successful in 16s
CI / lint (pull_request) Successful in 2m1s
CI / test-linux (pull_request) Failing after 7m24s
0613fda296
Modify
Some checks failed
CI / ckpool (pull_request) Successful in 22s
CI / lint (pull_request) Successful in 1m51s
CI / test-linux (pull_request) Failing after 6m27s
2632ec5078
Fix
Some checks failed
CI / ckpool (pull_request) Successful in 33s
CI / lint (pull_request) Successful in 2m48s
CI / test-linux (pull_request) Failing after 7m37s
5c202a99c1
paratoxic force-pushed store-metatron from 5c202a99c1
Some checks failed
CI / ckpool (pull_request) Successful in 33s
CI / lint (pull_request) Successful in 2m48s
CI / test-linux (pull_request) Failing after 7m37s
to 1668be5d42
Some checks failed
CI / ckpool (pull_request) Successful in 31s
CI / lint (pull_request) Successful in 2m11s
CI / test-linux (pull_request) Failing after 7m35s
2026-06-26 13:26:58 +00:00
Compare
Tweak
Some checks failed
CI / ckpool (pull_request) Successful in 14s
CI / lint (pull_request) Successful in 1m46s
CI / test-linux (pull_request) Failing after 7m0s
6132e7a256
paratoxic merged commit 68191bd582 into master 2026-06-26 13:46:57 +00:00
paratoxic deleted branch store-metatron 2026-06-26 13:46:58 +00:00
paratoxic referenced this pull request from a commit 2026-06-26 13:46:59 +00:00
Sign in to join this conversation.
No description provided.