Pravdyvy
|
18d9d80105
|
Merge pull request #354 from logos-blockchain/Pravdyvy/indexer-explorer-integration-fixes
Indexer<->Explorer integration fixes
|
2026-02-26 21:39:15 +02:00 |
|
Pravdyvy
|
c622f3540a
|
fix: logging, config
|
2026-02-26 20:05:16 +02:00 |
|
Pravdyvy
|
5eb4e0af1f
|
fix: downgrades of logs
|
2026-02-26 19:18:41 +02:00 |
|
Daniil Polyakov
|
9bb4d95f0b
|
feat: optimize r0vm installation for sequencer docker image for x86_64 platform
|
2026-02-26 17:06:45 +03:00 |
|
Daniil Polyakov
|
ea7beaaaef
|
feat: build standalone sequencer docker image
|
2026-02-26 17:06:45 +03:00 |
|
Daniil Polyakov
|
437e5addb4
|
feat: use human-readable byte sizes and durations
|
2026-02-26 16:25:24 +03:00 |
|
Daniil Polyakov
|
8b5524901c
|
feat: configurable block size limit
|
2026-02-26 16:21:43 +03:00 |
|
Daniil Polyakov
|
683722edbd
|
fix: fix some small compile errors
|
2026-02-20 17:10:31 +03:00 |
|
Daniil Polyakov
|
9f0f3713c7
|
Merge branch 'schouhy/fine-tuning' into Pravdyvy/indexer-state-management
|
2026-02-20 14:52:47 +03:00 |
|
Daniil Polyakov
|
0194376fe2
|
chore: remove k parameter for resubmitting blocks & adjust config
|
2026-02-20 14:45:43 +03:00 |
|
Sergio Chouhy
|
78eaac59f6
|
wip
|
2026-02-20 14:45:43 +03:00 |
|
Sergio Chouhy
|
c2d4e717e4
|
small changes
|
2026-02-20 14:44:40 +03:00 |
|
Sergio Chouhy
|
80c0356fac
|
wip
|
2026-02-20 14:44:40 +03:00 |
|
Pravdyvy
|
0297791f23
|
fix: instructions configs
|
2026-02-19 10:21:51 +02:00 |
|
Pravdyvy
|
992fd26bcd
|
Merge branch 'main' into Pravdyvy/indexer-state-management
|
2026-02-18 11:40:16 +02:00 |
|
Sergio Chouhy
|
01dc41cc47
|
fix
|
2026-02-17 19:32:43 -03:00 |
|
Sergio Chouhy
|
964800f765
|
add standalone feature for running sequencer without bedrock using mocked components
|
2026-02-17 18:59:26 -03:00 |
|
Pravdyvy
|
344430a8f2
|
Merge branch 'arjentix/fix-sequencer-msg-id' into Pravdyvy/indexer-state-management
|
2026-02-16 10:16:25 +02:00 |
|
Sergio Chouhy
|
439392cf26
|
fix: sequencer does not submit newly created blocks & fix to resubmit first pending block logic
|
2026-02-14 00:23:24 +03:00 |
|
Pravdyvy
|
97502f3baa
|
Merge branch 'arjentix/fix-sequencer-msg-id' into Pravdyvy/indexer-state-management
|
2026-02-13 17:42:29 +02:00 |
|
Pravdyvy
|
5255f4df0c
|
fix: correct ports destinations
|
2026-02-13 17:41:28 +02:00 |
|
Daniil Polyakov
|
91e57bbf1b
|
fix: resubmit just one pending block
|
2026-02-13 15:44:16 +03:00 |
|
Pravdyvy
|
7ea8a85be9
|
fix: indexer config updated
|
2026-02-13 13:59:06 +02:00 |
|
Daniil Polyakov
|
9d35cf4ea8
|
chore: adjuct docs and configs for manual run
|
2026-02-13 01:55:36 +03:00 |
|
Daniil Polyakov
|
d0f26744eb
|
fix: sync last_bedrock_msg_id even if posting to Bedrock failed
|
2026-02-12 17:49:59 +03:00 |
|
Daniil Polyakov
|
60be2b6d00
|
chore: satisfy CI
|
2026-02-12 16:31:34 +03:00 |
|
Daniil Polyakov
|
09debfa74f
|
feat: implement all-in-one docker compose
|
2026-02-12 16:31:13 +03:00 |
|
Daniil Polyakov
|
975cfb9ec6
|
feat: fully integrate Sequencer, Indexer and Explorer with Bedrock
|
2026-02-12 16:31:13 +03:00 |
|
jonesmarvin8
|
f891f57cab
|
Merge branch 'main' into marvin/public_keys
|
2026-02-10 09:19:45 -05:00 |
|
David Rusu
|
38f1f68030
|
feat(license): MIT/Apache2 license and add cargo deny config
|
2026-01-31 23:13:36 +04:00 |
|
Sergio Chouhy
|
476dc50482
|
handle comments
|
2026-01-29 13:47:39 -03:00 |
|
Sergio Chouhy
|
22258435ff
|
Merge branch 'main' into schouhy/sequencer-retries-pending-blocks
|
2026-01-29 10:13:22 -03:00 |
|
Sergio Chouhy
|
deca3ffe69
|
fmt
|
2026-01-29 00:41:38 -03:00 |
|
Sergio Chouhy
|
ab2b16956e
|
minor refactor
|
2026-01-28 15:53:29 -03:00 |
|
Sergio Chouhy
|
e78d6a59a0
|
add tokio task to retry pending blocks in bedrock
|
2026-01-27 13:27:52 -03:00 |
|
Pravdyvy
|
c0e879edae
|
fix: suggestions fix 1
|
2026-01-27 09:46:31 +02:00 |
|
Pravdyvy
|
4c4e30864b
|
fix: dep updated, merge fix
|
2026-01-27 08:13:53 +02:00 |
|
jonesmarvin8
|
9a92aa1553
|
updates and fmt
|
2026-01-26 18:38:41 -05:00 |
|
Pravdyvy
|
505e653ff0
|
fix: machete update
|
2026-01-23 10:54:32 +02:00 |
|
Pravdyvy
|
2a2fe1347a
|
fix: new model rewrite
|
2026-01-22 14:44:48 +02:00 |
|
Pravdyvy
|
eb77217318
|
fix: suggestions 1
|
2026-01-21 14:50:29 +02:00 |
|
Pravdyvy
|
f3dcda346c
|
fix: ci test 1
|
2026-01-19 13:55:31 +02:00 |
|
Pravdyvy
|
bec78ae70f
|
Merge branch 'schouhy/adapt-sequencer-to-bedrock' into Pravdyvy/block-parsing-validation
|
2026-01-19 13:22:43 +02:00 |
|
Sergio Chouhy
|
4105eecace
|
fix msg id in mantle tx
|
2026-01-16 19:50:54 -03:00 |
|
Pravdyvy
|
b96865ab89
|
fix: indexer update
|
2026-01-16 16:15:21 +02:00 |
|
Pravdyvy
|
c2e09031e1
|
fix: integration updates
|
2026-01-15 15:44:48 +02:00 |
|
Pravdyvy
|
b6a0e62871
|
Merge branch 'schouhy/adapt-sequencer-to-bedrock' into Pravdyvy/block-parsing-validation
|
2026-01-15 14:03:23 +02:00 |
|
Sergio Chouhy
|
8da515da6b
|
fmt
|
2026-01-15 00:29:45 -03:00 |
|
Sergio Chouhy
|
3dbe31501c
|
fix merge
|
2026-01-14 23:45:58 -03:00 |
|
Sergio Chouhy
|
ae5fe0a2a5
|
Merge branch 'main' into schouhy/adapt-sequencer-to-bedrock
|
2026-01-14 23:30:06 -03:00 |
|