Sergio Chouhy
|
422ac5d088
|
fix nssa tests
|
2026-04-22 23:39:02 -03:00 |
|
Sergio Chouhy
|
338900b50d
|
derive identifier from shared secret and update circuit
|
2026-04-22 00:43:28 -03:00 |
|
Sergio Chouhy
|
670527c2f1
|
Merge branch 'main' into schouhy/generalize-npk-to-multiple-accounts
|
2026-04-21 18:53:24 -03:00 |
|
Sergio Chouhy
|
7ccd6ae331
|
wip
|
2026-04-20 11:27:15 -03:00 |
|
Sergio Chouhy
|
6316f59777
|
fmt
|
2026-04-19 23:13:51 -03:00 |
|
Sergio Chouhy
|
c30d435155
|
update nonce init formula to depend on account id instead of just npk
|
2026-04-19 19:28:10 -03:00 |
|
Sergio Chouhy
|
3cf7972425
|
add identifier to ciphertext and use it on sync mechanism
|
2026-04-16 23:22:40 -03:00 |
|
Sergio Chouhy
|
a4af8da13b
|
replace npk for account id in commitment and init nullifier formulas
|
2026-04-14 23:45:34 -03:00 |
|
Sergio Chouhy
|
12b8c0ad31
|
add identifier to account id formula
|
2026-04-14 22:10:52 -03:00 |
|
Sergio Chouhy
|
dae617c673
|
wip: add dummy identifier
|
2026-04-14 18:02:38 -03:00 |
|
Daniil Polyakov
|
699e91363e
|
feat: introduce more descriptive error messages for public execution
|
2026-04-13 21:25:18 +03:00 |
|
Sergio Chouhy
|
9d2c37ff08
|
fix function parameters
|
2026-04-10 17:15:23 -03:00 |
|
Sergio Chouhy
|
a0cba55035
|
Merge pull request #435 from logos-blockchain/schouhy/fix-genesis-nullifiers
fix: Add init nullifiers for preconfigured accounts on genesis
|
2026-04-10 16:37:25 -03:00 |
|
Sergio Chouhy
|
99bedb970d
|
Merge branch 'main' into schouhy/fix-slow-tests-because-of-program-id-computation
|
2026-04-07 17:39:01 -03:00 |
|
Sergio Chouhy
|
ccd8869205
|
add program id test
|
2026-04-07 17:33:35 -03:00 |
|
Sergio Chouhy
|
4b0a68889c
|
Merge remote-tracking branch 'origin/main' into schouhy/fix-genesis-nullifiers
|
2026-04-07 16:05:42 -03:00 |
|
Moudy
|
a87e8d93dc
|
fix: cargo fmt
|
2026-04-07 20:16:42 +02:00 |
|
Moudy
|
27fbd10d92
|
fix: post-merge test fixes for caller_program_id and genesis_timestamp
|
2026-04-07 20:15:17 +02:00 |
|
Moudy
|
56ee93b5b7
|
merge main into feat-caller-program-id-and-flash-swap
|
2026-04-07 19:44:55 +02:00 |
|
Moudy
|
b22a989fbc
|
merge main into feat-caller-program-id-and-flash-swap
|
2026-04-07 19:27:27 +02:00 |
|
Moudy
|
7d465dded7
|
fix: verify caller_program_id in program output
|
2026-04-07 19:03:06 +02:00 |
|
Sergio Chouhy
|
2d1896013b
|
handle comments
|
2026-04-07 13:35:13 -03:00 |
|
Sergio Chouhy
|
50d402880c
|
add nullifiers for preconfigured accounts on genesis
|
2026-04-06 21:44:31 -03:00 |
|
Sergio Chouhy
|
3c014c721e
|
avoid computing program ids to speed up tests
|
2026-04-06 15:03:00 -03:00 |
|
Sergio Chouhy
|
015999b3a5
|
add clock usage example programs
|
2026-04-04 00:23:43 -03:00 |
|
Moudy
|
032f6b8906
|
fix: use AccountId::new instead of From<ProgramId>, apply formatting
|
2026-04-03 23:24:13 +02:00 |
|
Sergio Chouhy
|
deae71b09f
|
handle comments
|
2026-04-03 18:13:24 -03:00 |
|
moudyellaz
|
1d0c93e9cf
|
test: verify malicious self_program_id is rejected in public execution
|
2026-04-03 22:13:58 +02:00 |
|
Moudy
|
3cfc74695b
|
fix: compute intermediate states inside flash swap programs
|
2026-04-03 22:05:49 +02:00 |
|
Moudy
|
5b42d8ed9c
|
fix: move flash swap types before all functions in test module
|
2026-04-03 18:14:49 +02:00 |
|
Moudy
|
324593c4c7
|
fix: format expect attribute
|
2026-04-03 16:08:08 +02:00 |
|
Moudy
|
eefaf64b6d
|
fix: move flash swap types before tests, use expect instead of allow
|
2026-04-03 16:04:49 +02:00 |
|
Moudy
|
9fb55a75d6
|
fix: ordering of items and allow large_enum_variant in test module
|
2026-04-03 15:40:55 +02:00 |
|
Moudy
|
bc0583368d
|
fix: set is_authorized on PDA accounts in flash swap chained calls
|
2026-04-03 15:18:23 +02:00 |
|
Moudy
|
02e336b240
|
fix: add missing caller_program_id argument in test
|
2026-04-03 11:47:34 +02:00 |
|
Sergio Chouhy
|
55c75c55ae
|
fix clippy
|
2026-04-02 21:44:33 -03:00 |
|
Moudy
|
74e16db68f
|
fix: apply formatting and rebuild artifacts
|
2026-04-03 01:17:42 +02:00 |
|
moudyellaz
|
af81719414
|
feat: add flash swap integration tests
|
2026-04-03 00:58:11 +02:00 |
|
moudyellaz
|
599724b72f
|
feat: register flash_swap programs as test programs
|
2026-04-03 00:58:11 +02:00 |
|
moudyellaz
|
087baebcca
|
feat: add caller_program_id to ProgramInput
|
2026-04-03 00:58:11 +02:00 |
|
Sergio Chouhy
|
4d5010f044
|
Merge branch 'main' into schouhy/add-block-context-system-accounts
|
2026-04-02 19:48:55 -03:00 |
|
Sergio Chouhy
|
6a467da3b1
|
fmt and clippy
|
2026-04-02 17:48:02 -03:00 |
|
Sergio Chouhy
|
29d66d2c2d
|
small refactor
|
2026-04-02 17:40:58 -03:00 |
|
Moudy
|
c9aa4d48c7
|
fix: add self_program_id check for public execution
|
2026-04-02 20:30:52 +02:00 |
|
Moudy
|
702ef4a46f
|
fix: cargo fmt
|
2026-04-02 20:30:27 +02:00 |
|
moudyellaz
|
eafc2969be
|
feat: add self_program_id to ProgramOutput struct
|
2026-04-02 20:30:16 +02:00 |
|
Moudy
|
59d3d38448
|
fix: serialize write_inputs fields separately to match guest deserialization
|
2026-04-02 20:29:12 +02:00 |
|
moudyellaz
|
d5cb3e0454
|
feat: inject self_program_id in write_inputs and execute
|
2026-04-02 20:29:10 +02:00 |
|
moudyellaz
|
27299e75cc
|
feat: add self_program_id to ProgramInput and read_nssa_inputs
|
2026-04-02 20:29:10 +02:00 |
|
Sergio Chouhy
|
9915f09d6d
|
refactor to enforce validation of state diff through constructors
|
2026-04-02 02:39:37 -03:00 |
|