Pravdyvy
feb66e6a18
fix: tests unignored
2026-02-20 17:14:57 +03:00
Pravdyvy
6f979786e7
feat: tip polling
2026-02-20 17:13:59 +03:00
Daniil Polyakov
9f0f3713c7
Merge branch 'schouhy/fine-tuning' into Pravdyvy/indexer-state-management
2026-02-20 14:52:47 +03: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
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
f8dfcac17a
Merge branch 'main' into marvin/private_keys
2026-02-16 19:55:09 -05: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
Sergio Chouhy
707ea7d379
add get private account and init private account ffi methods
2026-02-16 11:16:46 -03:00
jonesmarvin8
6a89ca0a7f
Merge branch 'main' into marvin/private_keys
2026-02-16 08:02:37 -05:00
Pravdyvy
5d228c6d80
Merge branch 'arjentix/fix-sequencer-msg-id' into Pravdyvy/indexer-state-management
2026-02-13 13:37:10 +02:00
Daniil Polyakov
d4494c1f21
fix: use private account for private account test in wallet_ffi
2026-02-12 19:38:04 +03:00
Daniil Polyakov
d2ce0cd51b
fix: run async runtime when dropping TestContext in BlockingTestContext
2026-02-12 19:35:07 +03:00
jonesmarvin8
c78f74e50b
update artifacts
2026-02-12 10:52:38 -05:00
jonesmarvin8
943efd1433
Merge branch 'main' into marvin/private_keys
2026-02-12 10:33:00 -05: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
c753373434
chore: apply recommended wallet config from #328 for integration tests
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
3facbbcc1f
fixed artifacts
2026-02-11 18:53:31 -05:00
jonesmarvin8
9e52d41090
minor fixes from merging main
...
ipk -> vpk
IncomingViewingPublicKey -> ViewingPublicKey
2026-02-11 12:11:35 -05:00
jonesmarvin8
6a399ac36c
Merge branch 'main' into marvin/private_keys
2026-02-11 11:49:57 -05:00
jonesmarvin8
f891f57cab
Merge branch 'main' into marvin/public_keys
2026-02-10 09:19:45 -05:00
Pravdyvy
c3aa3a5495
fix: some ci fix
2026-02-10 15:54:57 +02:00
Pravdyvy
92d254b66e
feat: indexer block and public state tests
2026-02-10 15:29:23 +02:00
Pravdyvy
56ff66ccc1
feat: first indexer integration test
2026-02-10 14:03:56 +02:00
Pravdyvy
36407c1d43
Merge branch 'arjentix/full-bedrock-integration' into Pravdyvy/indexer-state-management
2026-02-10 09:14:24 +02:00
Daniil Polyakov
f248cf2ae0
feat: implement all-in-one docker compose
2026-02-10 00:27:47 +03:00
Daniil Polyakov
470c62b04a
chore: apply recommended wallet config from #328 for integration tests
2026-02-09 15:15:53 +03:00
Pravdyvy
4afe687e4c
Merge branch 'main' into Pravdyvy/indexer-state-management
2026-02-06 17:42:32 +02:00
Daniil Polyakov
fdb2979f66
feat: fully integrate Sequencer, Indexer and Explorer with Bedrock
2026-02-06 16:24:35 +03:00
Daniil Polyakov
9909f02803
refactor: split token program into crates
2026-02-06 00:08:43 +03:00
Sergio Chouhy
e0caa7838d
destroy wallet in tests and add variant numbers to the error enum
2026-02-05 12:25:21 -03:00
Sergio Chouhy
2fc1ec0fdc
Merge branch 'main' into schouhy/add-wallet-ffi-tests
2026-02-04 20:48:36 -03:00
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
Pravdyvy
dc5b5ba278
feat: api methods population
2026-02-04 14:57:38 +02:00
Sergio Chouhy
50b253fa00
move ffi tests to integration tests
2026-02-03 19:07:13 -03:00
Pravdyvy
efac8639c3
fix: merge fix
2026-02-03 11:36:07 +02:00
Pravdyvy
e1df915357
Merge branch 'arjentix/full-bedrock-integration' into Pravdyvy/indexer-state-management
2026-02-03 11:11:19 +02:00
Daniil Polyakov
71a7905a58
Integrate Indexer Service into integration tests
2026-02-02 19:07:24 +03:00
Sergio Chouhy
6ca020d547
fix deadlock in subscriptions
2026-01-31 19:05:27 -03:00
David Rusu
38f1f68030
feat(license): MIT/Apache2 license and add cargo deny config
2026-01-31 23:13:36 +04:00
Daniil Polyakov
71787a70f7
Implement block subscription
2026-01-30 21:53:01 +03:00