Sergio Chouhy
3c6d623c49
feat!: Add new path for externally provided seed to the circuit.
...
BREAKING CHANGE: add identity variants to the circuit and change semantics for `Claim::Authorized` for private PDAs
2026-05-21 11:22:31 -03:00
Daniil Polyakov
5f207a3f02
feat: move initial accounts data into genesis
2026-05-15 01:33:50 +03:00
Sergio Chouhy
bc65c877af
fix private shared account preparation
2026-05-13 00:03:01 -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
e9c0aa0858
handle comments
2026-05-08 21:41:48 -03: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
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
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
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
Moudy
48f95b1b7a
feat: add GroupKeyHolder storage and PrivateGroupPda wallet variant
2026-04-27 02:43:51 +02:00
Sergio Chouhy
7c45b5af3c
Merge branch 'main' into schouhy/generalize-npk-to-multiple-accounts
2026-04-24 01:04:55 -03:00
Sergio Chouhy
6316f59777
fmt
2026-04-19 23:13:51 -03:00
Moudy
d1fd6fe945
fix: clippy issue
2026-04-16 19:07:27 +02:00
Sergio Chouhy
4c050f35dd
refactor private key tree to store a vec<(Identifier, AccountId)>
2026-04-16 03:03:13 -03:00
Sergio Chouhy
8fd25bc4bf
add identifier to PrivacyPreservingAccount to allow passing different identifiers
2026-04-15 16:51:20 -03:00
Sergio Chouhy
985f610cea
wip
2026-04-15 15:42:04 -03:00
Sergio Chouhy
dae617c673
wip: add dummy identifier
2026-04-14 18:02:38 -03: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
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
jonesmarvin8
b1747548b2
fix nullifer typo
2026-03-09 12:23:57 -04: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
Pravdyvy
22f6d92ca6
Merge branch 'main' into Pravdyvy/amm-wallet-integration
2025-12-22 05:00:50 +02:00
Daniil Polyakov
f729072fae
feat: allow private authorized uninitialized accounts
2025-12-18 21:48:37 +03:00
Sergio Chouhy
ef97fade99
feat: unzip init proofs from nsk
2025-12-18 17:57:13 +03:00
Pravdyvy
c1283d4a0c
fix: public execution finalized
2025-12-18 11:44:38 +02:00
Pravdyvy
d4a471e948
feat: swaps, add/rem liq
2025-12-16 14:05:34 +02:00
Sergio Chouhy
bb58f7dd0a
revert changes
2025-12-11 21:15:57 -03:00
Sergio Chouhy
8c92a58bbc
add program deployment examples
2025-12-11 20:59:37 -03:00
Daniil Polyakov
0c44785a07
refactor: small adjustments to privacy preserving tx sending
2025-12-01 17:08:07 +03:00
Daniil Polyakov
55fc4e9777
refactor: implement program interactions as facades
2025-12-01 17:08:07 +03:00
Daniil Polyakov
df64f8864f
refactor: implement universal interface for privacy-preserving transactions
2025-12-01 17:08:07 +03:00