Marvin Jones
ee3cfb6ec6
fix clippy errors from main merge
2026-05-29 20:23:34 -04:00
Marvin Jones
12a2902a54
update from main
2026-05-29 20:09:05 -04:00
Marvin Jones
738dfc0cc4
addressing comments
2026-05-29 16:28:55 -04:00
Daniil Polyakov
9b8955daf5
feat(sequencer, programs): implement deposit operation for bridge
2026-05-29 20:01:24 +03:00
Sergio Chouhy
48da4b5119
fix!: protocol fixes
...
BREAKING CHANGE
- Nonce init (PrivateAuthorizedInit): the initial nonce for PrivateAuthorizedInit accounts was incorrectly computed. Privacy preserving circuit code changed, as well as its id.
- Authorization bidirectional check: programs must now set is_authorized = true for every authorized account in pre-states, not just avoid marking unauthorized ones as authorized.
- Authorization in chained calls: authorized-account set is now the union across the call chain instead of being reset at each hop.
2026-05-29 02:08:14 -03:00
Sergio Chouhy
71be6bae32
Merge branch 'main' into schouhy/private-pdas-as-external-input
2026-05-25 16:32:11 -03:00
Marvin Jones
fa569dab41
updates from main and ci
2026-05-21 14:22:09 -04:00
Marvin Jones
cf0ef6f3b8
Merge branch 'main' into marvin/pq-privacy-encryption
...
Binary artifact conflicts resolved by keeping branch versions (compiled
against the PQ codebase). All source conflicts auto-merged cleanly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 14:06:23 -04:00
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
jonesmarvin8
694e484228
fix(nssa): audit 91 issue fix ( #489 )
...
* address audit-issue-91
* add privacy test version
* addressed comments
2026-05-21 09:00:27 -04:00
jonesmarvin8
8253002739
add test and other fixes
2026-05-20 16:00:57 -04:00
jonesmarvin8
dc7378da1f
Merge branch 'main' into marvin/pq-privacy-encryption
2026-05-19 17:52:30 -04:00
Daniil Polyakov
f721a00bdf
fix: proper account authorization propagation
2026-05-15 01:34:07 +03:00
Daniil Polyakov
ee5a98fc48
refactor: use faucet program to manage faucet account
2026-05-15 01:34:07 +03:00
Daniil Polyakov
9075f30f19
refactor: use system faucet and vaults to supply accounts from genesis
...
Co-authored-by: Copilot <copilot@github.com>
2026-05-15 01:34:01 +03:00
Daniil Polyakov
5f207a3f02
feat: move initial accounts data into genesis
2026-05-15 01:33:50 +03:00
jonesmarvin8
aa977d8ded
key agreement update
2026-05-13 20:43:12 -04: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
a9baf5d3dc
rename progam
2026-05-11 17:09:46 -03:00
Sergio Chouhy
e9c0aa0858
handle comments
2026-05-08 21:41:48 -03:00
Moudy
cf699fde7c
refactor: rename private_pda_spender to auth_transfer_proxy
2026-05-08 18:18:40 +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
Sergio Chouhy
2d7d50646d
add tests
2026-05-07 12:27:51 -03:00
Sergio Chouhy
f722d257a3
fmt
2026-05-07 01:41:35 -03:00
Sergio Chouhy
d4334c4694
move privateaccountkind to program module
2026-05-07 01:38:41 -03:00
Sergio Chouhy
755b49654e
minor change to test
2026-05-07 01:32:37 -03:00
Sergio Chouhy
61dd8ec9b3
fix test
2026-05-07 00:16:28 -03:00
Moudy
f73cd6738f
refactor: delegate to auth-transfer, add shared account test
2026-05-06 14:22:50 +02:00
Sergio Chouhy
fb4ddb055a
Merge branch 'main' into schouhy/diversify-private-pdas-by-identifier
2026-05-06 00:22:58 -03:00
Sergio Chouhy
1599fc655c
add tests
2026-05-05 21:17:15 -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
95afb2065d
use privateaccuontkind in privacy circuit
2026-05-04 18:07:56 -03:00
Moudy
51f718d9fb
Merge pull request #462 from logos-blockchain/moudy/feat-strong-type-circuit-input
2026-05-04 20:10:41 +02:00
Sergio Chouhy
fb48c82717
add identifier to private pda formula
2026-05-01 00:06:23 -03:00
Moudy
8a8bac8b69
ci: address fmt-rs, lint, and unit-tests failures from the merge
2026-04-30 22:16:26 +02:00
jonesmarvin8
f37454ed1e
Refactor signatures ( #457 )
...
* fix BIP-340 signatures for fixed sized messages
* fmt
* fix unit test
* Removed privacy keycard calls
* Revert "Removed privacy keycard calls"
This reverts commit d70ef505a1f40b87159099761f5fce5a31e3f17b.
* Add domain separators
* CI fixes
* add hash_message tests
* fix deny
* addressed comments
2026-04-30 14:21:47 -04: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
55a4a1d83b
ci: fix fmt-rs, deny advisory, and rebake artifacts
2026-04-29 08:54:19 +02:00
Moudy
f7349656c7
refactor: strong-type PrivacyPreservingCircuitInput with per-account enum
2026-04-29 07:37:30 +02:00
Sergio Chouhy
924b30650c
change pda reserved identifier
2026-04-27 18:45:19 -03:00
Moudy
5b9cf95c47
feat: add group PDA test program, unit tests, and integration test
2026-04-27 02:44:16 +02:00
Sergio Chouhy
52992a124a
fix identifier for pda
2026-04-24 17:04:40 -03:00