Commit Graph
1650 Commits
Author SHA1 Message Date
Sergio Chouhy b1840ca68a add test wallet ffi auth-transfer init call 2026-02-04 20:24:57 -03:00
Sergio Chouhy 4b50676ebc add wallet ffi base58 conversion tests 2026-02-04 16:08:04 -03:00
Sergio Chouhy 7c3182d903 add wallet ffi get private keys test 2026-02-04 15:29:36 -03:00
Sergio Chouhy 70d3b3a3e6 add FfiU128 struct 2026-02-04 14:58:43 -03:00
Sergio Chouhy fdeb1f971c add get account keys test 2026-02-04 12:11:57 -03:00
Sergio Chouhy 5ac9953488 add ffi get account test 2026-02-04 11:36:10 -03:00
Sergio Chouhy 50b253fa00 move ffi tests to integration tests 2026-02-03 19:07:13 -03:00
Sergio Chouhy 35b469d738 add tests 2026-02-03 19:07:13 -03:00
Sergio Chouhy 629a3d1ef6 scaffolding 2026-02-03 19:07:13 -03:00
Sergio Chouhy ec1424cd8e Merge pull request #319 from logos-blockchain/dsq/wallet-ffi-runtime-fix
fix(wallet-ffi): Initialize runtime automatically when needed
2026-02-03 08:54:33 -03:00
danielSanchezQ 9bb94c5df5 Initialize runtime automatically when needed 2026-02-03 09:23:20 +00:00
fryorcraken a5240925fc Merge pull request #292 from logos-blockchain/fryorcraken/labels
add `wallet account label` feature
2026-02-02 14:30:33 +11: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
danielSanchezQ 45a4063aea Merge branch 'main' into dsq/wallet-ffi
# Conflicts:
#	Cargo.lock
#	Cargo.toml
2026-01-30 10:39:25 +00: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
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
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
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
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 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
Daniil Polyakov 2288a725d2 feat: implement indexer service skeleton 2026-01-26 23:31:28 +03:00
Sergio Chouhy f4c81f5e78 Merge pull request #286 from logos-blockchain/schouhy/adapt-sequencer-to-bedrock
Adapt sequencer to post block data to Bedrock
2026-01-26 15:02:20 -03:00
Sergio Chouhy e897fd6076 fix parent when resubmitting pending blocks 2026-01-26 14:51:39 -03:00
Sergio Chouhy e680544ca3 use context 2026-01-26 13:46:47 -03:00
Sergio ChouhyandDaniil Polyakov 02702213dc Update sequencer_core/src/block_settlement_client.rs
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2026-01-26 13:34:38 -03:00
Sergio Chouhy ab31a1fd2d Merge branch 'schouhy/adapt-sequencer-to-bedrock' into schouhy/sequencer-retries-pending-blocks 2026-01-26 12:25:47 -03:00