1888 Commits

Author SHA1 Message Date
Pravdyvy
548e4c8d9a fix: node db not empty fix 2026-02-24 12:27:47 +02:00
Pravdyvy
2bad85b217 Merge branch 'Pravdyvy/indexer-state-management' into Pravdyvy/bedrock-parsing-from-start-of-a-channel 2026-02-23 16:12:43 +02:00
Pravdyvy
6101d791e3 fix: suggestions fix 2026-02-23 16:10:56 +02:00
Pravdyvy
a0e2e06cc1
Apply suggestions from code review
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2026-02-23 14:47:23 +02:00
Pravdyvy
35bb85ebaf fix: suggestions fix 1 2026-02-23 11:39:04 +02:00
Pravdyvy
cda22a3a2b Merge branch 'Pravdyvy/indexer-state-management' into Pravdyvy/bedrock-parsing-from-start-of-a-channel 2026-02-23 11:22:11 +02:00
Pravdyvy
56c6abe08f fix: suggestions fix 1 2026-02-23 10:55:00 +02:00
Pravdyvy
801f2c46c8
Apply suggestions from code review
Docstrings updated, derives sorted.

Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
2026-02-23 10:11:40 +02:00
Pravdyvy
d1265af406 fix: config updates 2026-02-20 17:15:50 +03:00
Pravdyvy
feb66e6a18 fix: tests unignored 2026-02-20 17:14:57 +03:00
Pravdyvy
f39fd9ee53 fix: fmt 2026-02-20 17:14:11 +03:00
Pravdyvy
6f979786e7 feat: tip polling 2026-02-20 17:13:59 +03:00
Pravdyvy
77f1be59b0 feat: start search corerct 2026-02-20 17:12:18 +03:00
Pravdyvy
de1aa99fd4 feat: updated block streaming 2026-02-20 17:11:08 +03:00
Pravdyvy
b7f44ffd65 feat: search for channel start 2026-02-20 17:11:08 +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
Sergio Chouhy
89ce9f322a
Merge pull request #296 from logos-blockchain/feat/label-extensions
feat: add `--label` option to `wallet account new` sub command
2026-02-18 10:10:02 -03:00
Pravdyvy
0201a39bcf fix: deny fix 2026-02-18 15:04:20 +02:00
r4bbit
6c2bdb1b20
feat: add --label option to wallet account new sub command
Following the work done in
https://github.com/logos-blockchain/lssa/pull/292 and the comment on
extending the work
https://github.com/logos-blockchain/lssa/pull/292#pullrequestreview-3672282664,
this commit introduces a new `--label` option to the `wallet account
new` sub command.

**Usage**:

```
wallet account new public --label "Public test account"
wallet account new private --label "Private test account"
```

Labels have to be unique across all accounts in the wallet storage.

The commit also adds tests, which make use of the `WalletSubCommand`
trait functions (hence the change to make it a `pub trait`).
2026-02-18 12:30:17 +01:00
Pravdyvy
992fd26bcd Merge branch 'main' into Pravdyvy/indexer-state-management 2026-02-18 11:40:16 +02:00
Daniel Sanchez
27f31cf3d0
Merge pull request #336 from logos-blockchain/dsq/new-wallet-ffi-calls
feat(wallet-ffi): Update wallet ffi with transfer calls
2026-02-18 09:31:40 +01:00
Moudy
dee3f7fa6f
Merge pull request #337 from logos-blockchain/schouhy/standalone-sequencer-with-mock
Add `standalone` feature for running sequencer without Bedrock and indexer services.
2026-02-18 09:11:15 +01:00
Sergio Chouhy
b008982eeb update readme 2026-02-17 19:37:44 -03: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
Sergio Chouhy
f1293ec77b
Merge pull request #335 from logos-blockchain/fix/add-amm-to-rpc-endpoint
fix(sequencer_rpc): add AMM program id
2026-02-17 14:57:00 -03:00
r4bbit
76af23f386
fix(sequencer_rpc): add AMM program id
This adds the AMM program ID to the `get_program_ids` RPC endpoints,
as it's currently missing while still being predeployed.
2026-02-17 14:55:46 +01:00
danielSanchezQ
b2ef5e915c Update wallet ffi with transfer calls 2026-02-17 11:54:55 +00:00
Pravdyvy
f7f69f9f7b fix: commented all indexer tests 2026-02-17 08:32:15 +02:00
Pravdyvy
f11d374ae7 Merge branch 'main' into Pravdyvy/indexer-state-management 2026-02-17 08:06:16 +02:00
jonesmarvin8
8cf73c00a9
Merge pull request #246 from logos-blockchain/marvin/private_keys
private key protocol fixes
2026-02-16 21:00:53 -05:00
jonesmarvin8
33084300ad fix ipk -> vpk 2026-02-16 20:39:00 -05:00
jonesmarvin8
70a2f9ce4e artifact fixes 2026-02-16 20:13:47 -05:00
jonesmarvin8
f8dfcac17a Merge branch 'main' into marvin/private_keys 2026-02-16 19:55:09 -05:00
jonesmarvin8
25084b5669 fix config file 2026-02-16 19:48:43 -05:00
Sergio Chouhy
2ac5d8d7de
Merge pull request #332 from logos-blockchain/schouhy/finish-auth-transfer-ffi-functionality
Add auth transfer FFI full functionality
2026-02-16 16:25:24 -03:00
Sergio Chouhy
32c36af126 fmt, clippy 2026-02-16 15:56:28 -03:00
Sergio Chouhy
177235a2c7 add prove feature 2026-02-16 12:28:31 -03:00
Sergio Chouhy
26d6286b8c revert prove feature 2026-02-16 11:52:31 -03:00
Sergio Chouhy
2954faa5ec add prove feature 2026-02-16 11:34:58 -03:00
Sergio Chouhy
5a96eb451c minor refactor 2026-02-16 11:24:07 -03:00
Sergio Chouhy
d8537ea3f0 add wallet ffi auth-transfer private method 2026-02-16 11:24:06 -03:00
Sergio Chouhy
2c89e17896 add wallet ffi auth-transfer deshielded method 2026-02-16 11:16:48 -03:00
Sergio Chouhy
c3ca6c7563 add wallet ffi auth-transfer shielded method 2026-02-16 11:16:48 -03:00