Sergio Chouhy
e9c0aa0858
handle comments
2026-05-08 21:41:48 -03:00
Sergio Chouhy
a23e44a8df
fmt and clippy
2026-04-28 00:18:57 -03:00
Sergio Chouhy
aea397565d
add test. Remove private sync skip when no private accounts
2026-04-28 00:04:42 -03:00
Sergio Chouhy
a5565e0875
make identifier random by default for wallet cli send commands
2026-04-23 23:31:21 -03:00
Sergio Chouhy
9d2abc76a1
fix tests
2026-04-21 22:39:14 -03:00
Sergio Chouhy
b4d883e275
fix test
2026-04-21 19:34:08 -03:00
Sergio Chouhy
3ec166ff7c
bring back new private account command for simplicity
2026-04-21 02:35:50 -03:00
Sergio Chouhy
7ccd6ae331
wip
2026-04-20 11:27:15 -03:00
Sergio Chouhy
4c050f35dd
refactor private key tree to store a vec<(Identifier, AccountId)>
2026-04-16 03:03:13 -03:00
Sergio Chouhy
0fd2682d2e
add identifier arguments to cli commands
2026-04-15 19:01:58 -03:00
Sergio Chouhy
985f610cea
wip
2026-04-15 15:42:04 -03:00
fryorcraken
45c3834da9
format
2026-04-08 14:54:31 +10:00
fryorcraken
ba3c72ae50
revert changes and add tests
2026-04-08 14:54:31 +10:00
fryorcraken
9f292f9b78
fix tests
2026-04-08 14:54:31 +10:00
Daniil Polyakov
b254ebb185
feat: refactor sequencer RPC client-side
2026-03-20 00:41:05 +03:00
jonesmarvin8
ce729f112d
Merge branch 'main' into marvin/bip-32-comp
2026-03-18 16:47:39 -04:00
jonesmarvin8
8dd5037e28
Merge branch 'main' into marvin/nonce
2026-03-17 16:45:08 -04:00
Daniil Polyakov
e3b93b6e9a
feat: add restriction clippy lints
2026-03-17 21:25:30 +03:00
Daniil Polyakov
efe8393ba0
feat: add pedantic clippy lints
2026-03-17 21:25:30 +03:00
jonesmarvin8
b1747548b2
fix nullifer typo
2026-03-09 12:23:57 -04:00
jonesmarvin8
d863b763d1
Merge branch 'main' into marvin/nonce
2026-03-02 10:49:07 -05: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
jonesmarvin8
fa6a99192e
Merge branch 'main' into marvin/nonce
2026-02-17 18:26:48 -05:00
jonesmarvin8
77f2fb6994
update nonce mechanism
2026-02-12 19:22:03 -05:00
jonesmarvin8
943efd1433
Merge branch 'main' into marvin/private_keys
2026-02-12 10:33:00 -05:00
Daniil Polyakov
975cfb9ec6
feat: fully integrate Sequencer, Indexer and Explorer with Bedrock
2026-02-12 16:31:13 +03:00
jonesmarvin8
c6aa0c41b6
update tests
2026-01-21 17:27:23 -05:00
Daniil Polyakov
7296088005
feat: introduce parallel integration tests, wallet without global vars and etc
2025-12-31 04:30:22 +03:00