1947 Commits

Author SHA1 Message Date
Daniil Polyakov
fcb2917c21 Remove post_indexer_message() 2026-01-30 21:52:43 +03:00
Daniil Polyakov
8a00d8d8d4 feat: implement Explorer 2026-01-30 21:49:45 +03:00
Pravdyvy
8fa8cc33d8 fix: config fix 2026-01-30 14:58:41 +02:00
Daniel Sanchez
e4634b6edb
Merge pull request #301 from logos-blockchain/dsq/wallet-ffi
feat(wallet-ffi): Add wallet-ffi crate
2026-01-30 12:05:04 +01:00
Pravdyvy
0efc522837 feat: full integration try 1 2026-01-30 12:51:18 +02:00
danielSanchezQ
45a4063aea Merge branch 'main' into dsq/wallet-ffi
# Conflicts:
#	Cargo.lock
#	Cargo.toml
2026-01-30 10:39:25 +00:00
Pravdyvy
17a1be5b0c feat: db exposed 1 2026-01-30 10:25:34 +02:00
Pravdyvy
3cb7f17aaf Merge branch 'main' into Pravdyvy/indexer-state-management 2026-01-30 08:13:55 +02:00
Sergio Chouhy
29ad41a645
Merge pull request #302 from logos-blockchain/schouhy/sequencer-retries-pending-blocks
Add pending block resubmit loop to the sequencer
2026-01-29 16:23:53 -03:00
Sergio Chouhy
2e071b538f drop retry pending block handle on Drop 2026-01-29 15:56:06 -03:00
Sergio Chouhy
df02c59310 minor rename 2026-01-29 15:26:29 -03:00
Sergio Chouhy
de54744893 use own type MantleMsgId 2026-01-29 15:21:15 -03:00
Sergio Chouhy
476dc50482 handle comments 2026-01-29 13:47:39 -03:00
Sergio Chouhy
e44eade97b fix error message 2026-01-29 12:25:48 -03:00
Sergio Chouhy
22290c05fb add docs and unit tests 2026-01-29 12:09:18 -03:00
Sergio Chouhy
95a58faf94 add delete blocks test 2026-01-29 12:07:52 -03:00
Sergio Chouhy
1e3e551ee7 add state serialization unit test 2026-01-29 11:17:30 -03:00
Pravdyvy
c7c646136f feat: staet breakpoints 2026-01-29 16:09:44 +02:00
Sergio Chouhy
22258435ff Merge branch 'main' into schouhy/sequencer-retries-pending-blocks 2026-01-29 10:13:22 -03:00
Sergio Chouhy
81921c3406 build artifacts 2026-01-29 09:54:01 -03:00
Pravdyvy
0ed41ba9f2 Merge branch 'main' into Pravdyvy/indexer-state-management 2026-01-29 14:53:13 +02:00
Sergio Chouhy
fb1221d985 fix indexer service types 2026-01-29 09:51:11 -03:00
Pravdyvy
d9839ea5a4
Merge pull request #282 from logos-blockchain/Pravdyvy/block-parsing-validation of
Indexer block parsing
2026-01-29 14:37:28 +02:00
Sergio Chouhy
d6df9a7796 minor refactor 2026-01-29 00:57:27 -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
c606e7fe75 Merge branch 'main' into schouhy/sequencer-retries-pending-blocks 2026-01-28 14:39:53 -03:00
jonesmarvin8
ff13c34027 update secret_holder
Removed definition of outgoingviewingsecretkey
2026-01-28 11:01:48 -05:00
fryorcraken
636a3daedc
add wallet account label feature
- can add a label to own account via `wallet` CLI
- labels are displayed with `wallet account get` command
- labels are displayed with `wallet account list` command
- labels are persisted.
2026-01-28 15:19:09 +11:00
Pravdyvy
1b04c5326a fix: arts fix 2026-01-28 05:50:49 +02:00
Pravdyvy
e6b603ba44 Merge branch 'main' into Pravdyvy/block-parsing-validation 2026-01-28 05:32:03 +02:00
jonesmarvin8
a64fad8ff8 updated state tests 2026-01-27 18:35:31 -05:00
jonesmarvin8
19a53ed44e Merge branch 'main' into marvin/refactor-amm-program 2026-01-27 18:28:36 -05:00
jonesmarvin8
8d5e6a37e6 various fixes 2026-01-27 18:24:03 -05:00
jonesmarvin8
819bb1b7f3 Merge branch 'main' into marvin/private_keys 2026-01-27 16:30:11 -05:00
jonesmarvin8
f94eae0583 updated artifacts 2026-01-27 16:25:07 -05:00
jonesmarvin8
1dd0f16a5c fixed edge case 2026-01-27 16:19:56 -05:00
jonesmarvin8
752ad89ac7 fixed with unified approach 2026-01-27 16:00:42 -05:00
Sergio Chouhy
37c85de38d clippy 2026-01-27 16:06:51 -03:00
Sergio Chouhy
bc2350b349 fix start_from_config function 2026-01-27 16:03:21 -03:00
Daniil Polyakov
bbef426f86
Merge pull request #309 from logos-blockchain/arjentix/indexer-service
feat: implement Indexer Service skeleton
2026-01-27 21:16:55 +03:00
Sergio Chouhy
561b4a2dcf Merge branch 'main' into schouhy/sequencer-retries-pending-blocks 2026-01-27 14:48:09 -03:00
Sergio Chouhy
e78d6a59a0 add tokio task to retry pending blocks in bedrock 2026-01-27 13:27:52 -03:00
Sergio Chouhy
d7cac557af fix test 2026-01-27 10:52:43 -03:00
Pravdyvy
4667424215 feat: first diff modification 2026-01-27 13:36:49 +02:00
Pravdyvy
c0ad223b7c Merge branch 'Pravdyvy/block-parsing-validation' into Pravdyvy/indexer-state-management 2026-01-27 10:02:15 +02: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
Pravdyvy
516feee101 Merge branch 'main' into Pravdyvy/block-parsing-validation 2026-01-27 07:57:41 +02:00
Sergio Chouhy
fe4a89191c add state to rocksdb 2026-01-27 01:20:17 -03:00