indexer: improved rollback; global: snapshot

This commit is contained in:
nym21
2025-02-18 22:43:12 +01:00
parent a122333aaa
commit 15f2e05192
29 changed files with 708 additions and 523 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ fn main() {
let auth = Auth::CookieFile(cookie);
let rpc = Client::new(url, auth).unwrap();
let start = Some(749900);
let start = None;
let end = None;
biter::new(data_dir, start, end, rpc)