⟣ €₥ℵ∪ℓ ⟢
0d5f801a81
refactor(node): simplify batch logic using batched
...
Simplifies batch logic and improves readability using a more functional
approach with Python iterators
2026-04-24 14:42:29 -04:00
⟣ €₥ℵ∪ℓ ⟢
e55f7345fc
feat(node): implements batching to avoid sqlite query limits
...
Batches updates to sqlite db in chunks of 10k. Well within SQlite query
limits (32,766) as of v3.32.0 which is bundled with python 3.9+.
Adds cleanup code to terminate httpx client connection in node_api.
style: fmt files
style: fmt file
2026-04-24 14:39:59 -04:00
⟣ €₥ℵ∪ℓ ⟢
2a780a4435
fix(node.http): avoid exhausting ephemeral ports in backfill logic
2026-04-23 16:47:36 -04:00
Alejandro Cabeza Romero
9b56a4c8d8
Lints and prettify.
2026-03-09 11:28:46 +00:00
David Rusu
36aed1ddc3
display inscriptions in block explorer
2026-02-13 01:03:47 +04:00
David Rusu
7b8a2fd1ce
parent-walking based backfilling
2026-02-05 19:45:42 +04:00
Alejandro Cabeza Romero
8896b95836
Add builder for node and manager.
2025-11-03 13:17:19 +01:00
Alejandro Cabeza Romero
a9950e3c44
Update deps. Fix transaction select. Move transaction randomizing logic to TransactionSerializer.
2025-10-30 13:13:42 +01:00
Alejandro Cabeza Romero
7f1a543681
Decouple models from node api.
2025-10-30 11:48:34 +01:00
Alejandro Cabeza Romero
68c5e45804
Rework statics, integrate with node.
2025-10-20 15:42:12 +02:00
Alejandro Cabeza Romero
832ed18352
Integrate explorer with Node.
2025-10-15 20:53:52 +02:00
Alejandro Cabeza Romero
89bea8c7a5
Basic block explorer with faked data.
2025-10-03 22:27:30 +02:00