Daniil Polyakov
5f207a3f02
feat: move initial accounts data into genesis
2026-05-15 01:33:50 +03:00
Sergio Chouhy
927c24de68
Merge branch 'main' into schouhy/diversify-private-pdas-by-identifier
2026-05-11 18:57:44 -03:00
Moudy
4e7963c655
feat: add dedicated sealing key for GMS distribution
2026-05-08 08:19:55 +02:00
Moudy
69b81ea621
fix: address review feedback, persist group data in wallet storage
2026-05-07 17:35:51 +02:00
Sergio Chouhy
11949e9fa1
use privateaccountkind in storage and fix circuit
2026-05-04 21:40:30 -03:00
Sergio Chouhy
72756e8622
Merge branch 'main' into schouhy/generalize-npk-to-multiple-accounts
2026-04-29 12:28:05 -03:00
Sergio Chouhy
f512a3bf0f
refactor wallet config to use identifiers instead of the redundant account_id field
2026-04-27 23:12:30 -03:00
Sergio Chouhy
f0b89f8acb
use vec<identifiers> in persistentaccountdataprivate to avoid the hacky workaround with identifier=0 for unused accounts
2026-04-27 21:09:33 -03:00
Pravdyvy
9c90930bd6
Merge branch 'main' into Pravdyvy/hardcoded-initial-state
2026-03-20 14:55:42 +02:00
Daniil Polyakov
3913446cd2
fix: some wallet default config fixes after rebase
2026-03-20 01:21:50 +03:00
Daniil Polyakov
325960d696
feat: remove override_rust_log from wallet config
2026-03-20 00:48:04 +03:00
Daniil Polyakov
b631ef02c6
fix: final fixes & polishing
2026-03-20 00:47:37 +03:00
Pravdyvy
afa0a63c95
fix: suggestions fix 2
2026-03-19 18:01:15 +02:00
jonesmarvin8
ce729f112d
Merge branch 'main' into marvin/bip-32-comp
2026-03-18 16:47:39 -04:00
Pravdyvy
a0ab6ad92d
fix: lint fix
2026-03-18 18:32:05 +02:00
Pravdyvy
5ab7d40727
Merge branch 'main' into Pravdyvy/hardcoded-initial-state
2026-03-18 18:18:52 +02:00
Daniil Polyakov
252848a145
feat: update rust to 1.94.0
2026-03-17 21:25:30 +03:00
Daniil Polyakov
aa462b66eb
feat: add nursery clippy lints
2026-03-17 21:25:30 +03: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
Pravdyvy
a9a0c386ad
fix: integartion tests fix
2026-03-16 15:15:35 +02:00
Pravdyvy
02953999aa
feat: general initial state
2026-03-13 18:23:39 +02:00
jonesmarvin8
a5119dc3f3
fix wallet configs
2026-03-09 11:50:37 -04:00
jonesmarvin8
7daf32611a
add necessary typo back in
2026-03-02 16:42:32 -05:00
jonesmarvin8
ab41bff5cc
update config files
2026-02-27 18:30:54 -05:00
Daniil Polyakov
437e5addb4
feat: use human-readable byte sizes and durations
2026-02-26 16:25:24 +03:00
jonesmarvin8
25084b5669
fix config file
2026-02-16 19:48:43 -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
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
Sergio Chouhy
50b253fa00
move ffi tests to integration tests
2026-02-03 19:07:13 -03: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
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
c0e879edae
fix: suggestions fix 1
2026-01-27 09:46:31 +02:00
jonesmarvin8
9a92aa1553
updates and fmt
2026-01-26 18:38:41 -05: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
Daniil Polyakov
46ac451284
feat: add basic auth to wallet
2025-12-09 18:20:50 +03:00
Daniil Polyakov
6b26811229
feat: implement multiple blocks polling
2025-12-04 14:55:45 +03:00
Pravdyvy
6c409b6fb1
Merge branch 'main' into Pravdyvy/deterministic-key-derivation
2025-11-27 13:46:35 +02:00
Daniil Polyakov
a714e3c563
feat: enhance rustfmt config
2025-11-26 00:33:09 +03:00
Daniil Polyakov
ea9c659fb1
refactor: rename Address to AccountId
2025-11-25 21:38:07 +03:00
Pravdyvy
ec149d3227
feat: deterministic keys
2025-11-11 12:15:20 +02:00
Pravdyvy
20c276e63e
fix: continuation of integration
2025-11-10 16:29:33 +02:00
Oleksandr Pravdyvyi
813868f16f
feat: linux default config paths
2025-10-29 13:23:07 +02:00
Oleksandr Pravdyvyi
5840f9b779
fix: cli full refactor
2025-10-28 16:02:30 +02:00
Sergio Chouhy
6070213232
wip
2025-09-30 16:45:25 -03:00
Oleksandr Pravdyvyi
0e720dd9d3
fix: configs and tests updates
2025-09-18 15:59:17 +03:00
Oleksandr Pravdyvyi
854d96af72
fix; privacy preserving tx gen 1
2025-09-11 18:32:46 +03:00