57 Commits

Author SHA1 Message Date
⟣ €₥ℵ∪ℓ ⟢
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
⟣ €₥ℵ∪ℓ ⟢
0430fe0dd9
feat(node): reuse http connection to avoid spamming connections
Adds a new class attribute to NodeHttpApi that instantiates an httpx
client to reuse during startup.

Adds respective cleanup function for client connection

Updates get_block_by_hash to use httpx client
2026-04-23 20:23:46 -04:00
⟣ €₥ℵ∪ℓ ⟢
aef4b1b876
feat(db): change function signature to avoid unpacking 2026-04-23 20:19:22 -04:00
⟣ €₥ℵ∪ℓ ⟢
2a780a4435
fix(node.http): avoid exhausting ephemeral ports in backfill logic 2026-04-23 16:47:36 -04:00
davidrusu
44043b8c1a
Merge pull request #11 from logos-blockchain/drusu/update-schema-v0.1.1
update tx schema to v0.1.1
2026-04-10 07:29:14 +04:00
David Rusu
4fa63da82a update tx schema to v0.1.1 2026-04-09 23:27:30 -04:00
db76ad97f8 Add/Update License Files
Add dual MIT/Apache-2.0 license:
- LICENSE-MIT
- LICENSE-APACHE-v2
2026-03-25 11:40:32 +01:00
Alejandro Cabeza Romero
9b56a4c8d8
Lints and prettify. 2026-03-09 11:28:46 +00:00
gusto
98c56fadb7
Merge pull request #6 from logos-blockchain/docker-image
fix(ci): Fix package name for docker image
2026-02-25 13:33:01 +02:00
gusto
0d2217456a
Fix package name for docker image 2026-02-25 12:13:21 +02:00
gusto
fb5b863e42
Merge pull request #5 from logos-blockchain/docker-image
feat(docker): Docker image workflow and improvements
2026-02-25 12:07:47 +02:00
gusto
909a0fd859
Docker image name 2026-02-25 12:06:53 +02:00
gusto
6fcb6f1566
Detect base path 2026-02-25 03:00:55 +02:00
gusto
e568936c0f
publish-docker-image.yml 2026-02-24 16:44:19 +02:00
David Rusu
e60b1a114e add root to pythonpath 2026-02-22 14:48:14 +04:00
David Rusu
70c80dd850 add systemd unit file 2026-02-22 14:37:45 +04:00
David Rusu
8e5ec0647c follow chain through forks 2026-02-17 10:10:47 +04:00
David Rusu
15da0cc2aa tweaking live / pagination behaviour 2026-02-17 00:20:50 +04:00
David Rusu
b7267de0da disable live on pagination 2026-02-17 00:14:34 +04:00
David Rusu
a8d350b601 pagination in tx page 2026-02-16 23:58:06 +04:00
David Rusu
e2b61db480 query tx by fork 2026-02-16 23:46:08 +04:00
David Rusu
e6821bdbb4 remove txhash unique constraint 2026-02-16 19:14:18 +04:00
David Rusu
d0e105388d make frontend fork aware 2026-02-16 19:10:21 +04:00
David Rusu
fffa100d09 avoid having to specify PYTHONPATH when running with uv 2026-02-16 18:40:30 +04:00
David Rusu
7b4c238b86 fork tracking in db 2026-02-16 18:40:06 +04:00
David Rusu
46fa934148 support running explorer on non-root paths 2026-02-13 10:25:14 +04:00
David Rusu
36aed1ddc3 display inscriptions in block explorer 2026-02-13 01:03:47 +04:00
David Rusu
dda9e4e714 add missing info serializer 2026-02-05 22:56:46 +04:00
davidrusu
781552e2af
Merge pull request #4 from logos-blockchain/drusu/update-for-devnet
update types with latest fixes from blockchain and add a few features for devnet
2026-02-05 22:45:36 +04:00
David Rusu
cb4a40b574 use POST api for fetching blocks 2026-02-05 20:59:21 +04:00
David Rusu
7b8a2fd1ce parent-walking based backfilling 2026-02-05 19:45:42 +04:00
David Rusu
1d8c0fdec9 fix parsing for latest blockchain and add a few features for devnet 2026-02-05 12:41:42 +04:00
Petar Radovic
02658ac293
Merge pull request #2 from logos-blockchain/logos-blockchain-node-api-update
Updated logos-blockchain node api url path and deserialization
2026-01-30 13:27:04 +01:00
Petar Radovic
864ae0cc87 import 2026-01-29 20:48:49 +01:00
Petar Radovic
73bcd9cc66 Updated logos-blockchain node api url path and deserialization 2026-01-29 19:19:00 +01:00
Alejandro Cabeza Romero
6fa406f83f
Fix relative URL creation. 2025-12-19 13:04:33 +01:00
Alejandro Cabeza Romero
cafc518860
Add general solutions for URLs. 2025-12-19 12:54:26 +01:00
Alejandro Cabeza Romero
0fd630d6a4
Add authentication mechanism via env variables. 2025-12-19 12:26:12 +01:00
Alejandro Cabeza Romero
c3c357d09a
Use hash to handle blocks and transactions. 2025-12-19 10:11:49 +01:00
Alejandro Cabeza Romero
a997139155
Update README. 2025-12-18 12:41:13 +01:00
Alejandro Cabeza Romero
8818b2bd44
Add web ui image to README. 2025-11-06 10:27:30 +01:00
Alejandro Cabeza Romero
687cecdac7
Standardize env variables. Revamp README. 2025-11-05 11:52:08 +01:00
Alejandro Cabeza Romero
64578fba42
Fix host and ports. 2025-11-03 14:51:30 +01:00
Alejandro Cabeza Romero
8896b95836
Add builder for node and manager. 2025-11-03 13:17:19 +01:00
Alejandro Cabeza Romero
0a241f8915
Cleanup static imports. 2025-10-30 15:00:06 +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
1325799edb
Add stream prefetch limit as querystring. 2025-10-17 15:33:00 +02:00
Alejandro Cabeza Romero
79f50919f0
Merge branch 'spa'
* spa:
  Migrate to spa.
2025-10-17 14:49:39 +02:00