Daniil Polyakov
3c28b17576
refactor: use system faucet and vaults to supply accounts from genesis
...
Co-authored-by: Copilot <copilot@github.com>
2026-05-14 04:07:33 +03:00
Daniil Polyakov
7d4206f78b
feat: move initial accounts data into genesis
2026-05-13 23:05:56 +03:00
Sergio Chouhy
bc65c877af
fix private shared account preparation
2026-05-13 00:03:01 -03:00
Sergio Chouhy
67b6916b72
clippy
2026-05-12 13:55:30 -03:00
Sergio Chouhy
f3389571f8
use identifier in private gms command
2026-05-12 13:29:06 -03:00
Sergio Chouhy
ee0fecee25
add privatepdashared variant
2026-05-11 20:30:23 -03:00
Sergio Chouhy
355fe3842d
rename program
2026-05-11 19:38:28 -03:00
Sergio Chouhy
927c24de68
Merge branch 'main' into schouhy/diversify-private-pdas-by-identifier
2026-05-11 18:57:44 -03:00
Sergio Chouhy
b8a4d94d96
Merge pull request #473 from logos-blockchain/schouhy/remove-stale-files
...
chore: Remove stale files
2026-05-11 09:38:09 -03:00
Sergio Chouhy
b05da5b426
remove stale files
2026-05-08 23:30:46 -03:00
Sergio Chouhy
e9c0aa0858
handle comments
2026-05-08 21:41:48 -03:00
Moudy
27e2850b5c
refactor: make SealingPublicKey a newtype wrapper
2026-05-08 23:59:08 +02:00
Moudy
6e376900f7
fix: remove export/import commands, rewrite test to use invite/join
2026-05-08 20:28:39 +02:00
Moudy
1bed9ecef2
fix: resolve shared accounts in all facades, use SealingPublicKey alias, ignore fund test
2026-05-08 17:44:10 +02:00
Moudy
2b2275ee74
fix: resolve shared accounts in auth-transfer commands
2026-05-08 11:03:13 +02:00
Moudy
4e7963c655
feat: add dedicated sealing key for GMS distribution
2026-05-08 08:19:55 +02:00
Moudy
4ace6e1570
fix: address review feedback
2026-05-07 22:48:32 +02:00
Sergio Chouhy
8f6a519f0e
clippy
2026-05-07 13:45:51 -03:00
Moudy
69b81ea621
fix: address review feedback, persist group data in wallet storage
2026-05-07 17:35:51 +02:00
Sergio Chouhy
f722d257a3
fmt
2026-05-07 01:41:35 -03:00
Moudy
d0a88e91e1
feat: extend sync to scan shared accounts with GMS-derived keys
2026-05-06 14:22:49 +02:00
Moudy
cd545819e7
feat(wallet)!: add group CLI commands with --for-gms account creation
...
BREAKING CHANGE: `NewSubcommand::Private` has new required fields (`for_gms`, `pda`, `seed`, `program_id`). Code constructing this variant must include them (use `None`/`false` for defaults). `shared_accounts` value type changed from `Account` to `SharedAccountEntry`.
2026-05-06 14:22:40 +02:00
Moudy
7be0ed926c
feat(wallet)!: add derive_keys_for_shared_account and PrivateShared variant
...
BREAKING CHANGE: `pda_accounts` field in NSSAUserData renamed to `shared_accounts`. `PrivacyPreservingAccount` enum has a new `PrivateShared` variant, exhaustive matches must handle it.
2026-05-06 14:22:10 +02:00
Sergio Chouhy
fb4ddb055a
Merge branch 'main' into schouhy/diversify-private-pdas-by-identifier
2026-05-06 00:22:58 -03:00
Moudy
9e207450d6
fix: resolve merge conflicts with main
2026-05-05 12:37:54 +02:00
Sergio Chouhy
11949e9fa1
use privateaccountkind in storage and fix circuit
2026-05-04 21:40:30 -03:00
Sergio Chouhy
7d5e1492c4
update insert_private_account_data to take account kind instead of identifier
2026-05-04 20:12:54 -03:00
Sergio Chouhy
71ad4e0c85
fix account id computation in wallet to account for pdas
2026-05-04 18:11:38 -03:00
Sergio Chouhy
dd4670ab2f
encrypt privateaccountkind instead of identifier
2026-05-01 01:21:48 -03:00
Moudy
8517906025
Merge branch 'main' into moudy/feat-strong-type-circuit-input
2026-04-30 20:17:47 +02:00
Moudy
4690ca56cc
fix: remove epoch and ratcheting, fix PDA identifier
2026-04-30 16:34:26 +02:00
Moudy
98da9b26cc
fix: address PR review feedback
...
- Rename PrivacyPreservingCircuitInputAccount to InputAccountIdentity (drop the PrivacyPreservingCircuit prefix; add Identity suffix)
- Rename PrivacyPreservingCircuitInput.accounts to account_identities
- Rename AccountManager.accounts() to account_identities() and loop variables to account_identity
- Drop legacy mask-1/2/3 references from variant doc comments and guest comments
- Remove the explanatory comments about deleted parallel-vec tests; moved to the PR description
- Rebake privacy_preserving_circuit and test program artifacts
2026-04-30 15:46:36 +02:00
Moudy
4c28133448
fix: resolve merge conflicts
2026-04-30 15:04:33 +02:00
Moudy
f375a35929
fix: address PR review feedback
...
- Add SealingPublicKey/SealingSecretKey type aliases for seal_for/unseal
- Generalize PrivateGroupPda to PrivatePda with pre-resolved keys
- Rename group_pda_spender to private_pda_spender
- Rename group_pda_accounts to pda_accounts with serde alias
- Remove unused storage_mut()
- Remove stale group_pda_router.bin artifact
2026-04-30 09:11:08 +02:00
Sergio Chouhy
72756e8622
Merge branch 'main' into schouhy/generalize-npk-to-multiple-accounts
2026-04-29 12:28:05 -03:00
Moudy
198eac1cf1
refactor: address PR #449 review feedback
2026-04-29 10:11:37 +02:00
Moudy
f7349656c7
refactor: strong-type PrivacyPreservingCircuitInput with per-account enum
2026-04-29 07:37:30 +02: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
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
Sergio Chouhy
c3f47f6685
use option<identifier> for all wallet commands
2026-04-27 19:57:25 -03:00
Sergio Chouhy
eb3d3d8a8d
simplify insert account logic
2026-04-27 18:48:28 -03:00
Moudy
48f95b1b7a
feat: add GroupKeyHolder storage and PrivateGroupPda wallet variant
2026-04-27 02:43:51 +02:00
Sergio Chouhy
52992a124a
fix identifier for pda
2026-04-24 17:04:40 -03:00
Sergio Chouhy
7c45b5af3c
Merge branch 'main' into schouhy/generalize-npk-to-multiple-accounts
2026-04-24 01:04:55 -03:00
Sergio Chouhy
584bfb2052
clippy
2026-04-24 00:42:54 -03:00
Sergio Chouhy
6f9c3b2af3
fmt
2026-04-24 00:37:36 -03:00
Sergio Chouhy
e19c9ff20a
return impl iterator
2026-04-24 00:04:22 -03:00
Sergio Chouhy
a5565e0875
make identifier random by default for wallet cli send commands
2026-04-23 23:31:21 -03:00