agureev
6110ae954b
test: fix integration tests
2026-06-23 15:17:00 +04:00
agureev
b2155d0621
chore: update artifacts
2026-06-23 15:17:00 +04:00
agureev
64be428d7f
feat: change wallet decode functionality
2026-06-23 15:16:59 +04:00
agureev
a5cb2e484b
test: change circuit encryption/decryption test
2026-06-23 15:16:59 +04:00
agureev
78e5b1d1ae
feat!: obfuscate note and cipher order by byte-sort
...
BREAKING:
Before: Commitments, nullifiers, and ciphers of an account ID I were
all bound to the same possition in their respective vectors.
After: Before writing to journal, the PPC sorts the commitments and
nullifiers by bytes and encrypted account data by ciphertext
comparissons.
Mitigation: Do not rely on the plaintext order to be preserved for
private accounts after proving
2026-06-23 15:14:18 +04:00
agureev
ed4329103e
feat!: remove output index from the ciphertext encryption/decryption
...
BREAKING:
Before: KDF for ChaCha ciphertext had the position index as an argument
After: No such argument provided
Mitigation: Remove the index when generating the decoding key
2026-06-23 15:10:34 +04:00
agureev
f1f76247da
refactor: move nullifier to_byte_array exposure to guest
2026-06-22 22:22:41 +04:00
agureev
e7e7145af1
refactor: expose ciphertext as bytes
2026-06-22 22:21:20 +04:00
Sergio Chouhy
2c122440ce
Merge pull request #543 from logos-blockchain/schouhy/add-withdrawal-ffi
...
feat: add withdraw ffi
2026-06-19 23:42:05 -03:00
Sergio Chouhy
32c6b9e5fc
feat: add withdraw ffi
2026-06-18 16:35:44 -03:00
Pravdyvy
62d9ba10f8
Merge pull request #510 from logos-blockchain/Pravdyvy/programs-elfs-deployments
...
Pravdyvy/programs elfs deployments
lez-core-v0.1.0
2026-06-17 16:59:18 +03:00
Pravdyvy
88a3a4fa50
fix(ci): return logos-blockchain circuits into benchmarks
2026-06-17 13:44:19 +03:00
Pravdyvy
4185599df6
remove(logos-blockchain-circuits): removed logos blockchains circuits mentions
2026-06-17 13:31:35 +03:00
Pravdyvy
855788c2ea
fix(ci): ci fix
2026-06-17 12:54:27 +03:00
Pravdyvy
0fae6aada2
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
2026-06-17 10:36:19 +03:00
Daniil Polyakov
e6ad179641
Merge pull request #508 from logos-blockchain/arjentix/bridge-withdraw
...
feat(sequencer): implement bridge withdraw flow
2026-06-17 01:01:04 +03:00
Daniil Polyakov
e5ca40c0f9
feat: add bedrock withdraw events validation
2026-06-16 22:10:11 +03:00
Daniil Polyakov
77f1fb3f21
feat(wallet): add bridge withdraw command
2026-06-16 22:10:11 +03:00
Daniil Polyakov
d6e68a52ca
feat(state): forbid private bridge withdrawals
2026-06-16 22:10:11 +03:00
Daniil Polyakov
e9e30ff019
feat(sequencer): implement bridge withdraw flow
2026-06-16 22:10:11 +03:00
jonesmarvin8
79ba5a1194
refactor(lee::signature) ( #531 )
...
* address issue 514
* Fixed clippy
2026-06-16 09:18:31 -04:00
Pravdyvy
819604d223
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
2026-06-16 09:13:06 +03:00
Pravdyvy
a8c81f5445
Merge pull request #491 from logos-blockchain/Pravdyvy/wallet-ffi-extension
...
feat(wallet_ffi): wallet ffi generic transactions
2026-06-16 09:11:38 +03:00
Daniil Polyakov
756e304cef
Merge pull request #511 from logos-blockchain/arjentix/add-vault-wallet-commands
...
feat(wallet): add vault cli commands
2026-06-15 22:14:09 +03:00
Daniil Polyakov
b768a57739
chore(justfile): add some useful commands
2026-06-15 21:53:15 +03:00
Daniil Polyakov
1c7711c10e
feat(wallet): add vault cli commands
2026-06-15 21:53:15 +03:00
Pravdyvy
71d33743e1
fix(deny): extended allowed git domains
2026-06-15 14:21:57 +03:00
Pravdyvy
93feaba5de
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
2026-06-15 14:15:33 +03:00
Pravdyvy
8ff353df0c
Merge branch 'main' into Pravdyvy/wallet-ffi-extension
2026-06-15 14:14:45 +03:00
Pravdyvy
df8a330dcd
Merge pull request #526 from logos-blockchain/programs-elfs-deployments-circuits-fix
...
Bump blockchain deps and update flake
2026-06-15 13:43:56 +03:00
Pravdyvy
5e09becf1c
Merge pull request #527 from logos-blockchain/Pravdyvy/new-zone-api-update
...
fix(sequencer_core)!: new zones api
2026-06-15 13:37:14 +03:00
Petar Radovic
a12d8ecf87
clippy
2026-06-15 12:30:18 +02:00
Petar Radovic
c2f93aff59
clippy
2026-06-15 12:28:05 +02:00
Petar Radovic
13f15530e4
update logos blockchain deps + drive loop fix
2026-06-15 12:22:00 +02:00
Artem Gureev
6744e2f8c3
Merge pull request #525 from logos-blockchain/artem/bump-pyo
...
bump: pyo3 to 0.29
2026-06-15 12:25:05 +04:00
Pravdyvy
d63584fe11
fix(sequencer_core): new zones api try
2026-06-15 10:55:05 +03:00
gusto
1cd6dedf40
Bump blockchain deps and update flake
2026-06-13 14:38:17 +03:00
erhant
dac429a94a
Merge pull request #520 from logos-blockchain/erhant/hotfix-indexer-accepts-sequencer-deposit-txs-with-bypass
...
fix(indexer): bypass system account guards
2026-06-12 21:19:07 +03:00
Pravdyvy
e39d617e4d
fix(nix): last try
2026-06-12 18:53:53 +03:00
Pravdyvy
7c49b6a861
fix(nix): test fixed commit
2026-06-12 16:15:02 +03:00
agureev
5430954551
bump: pyo3 to 0.29
2026-06-12 14:25:37 +04:00
Artem Gureev
68062b33c7
Merge pull request #523 from logos-blockchain/artem/bind-discovery-to-journal
...
fix: bind the EncryptedAccountData to instance
2026-06-12 13:18:31 +04:00
Roman Zajic
109b27ecbf
Merge pull request #522 from logos-blockchain/test-address-missed-mutants
...
test: Address missed mutants discovered during fuzzing
2026-06-12 10:12:32 +08:00
Roman
9e42371c34
fix: remove pinata token program related test
2026-06-12 08:20:56 +08:00
Moudy
6f86ac94f5
Merge pull request #521 from logos-blockchain/moudy/pub-exec-ms-bench
...
feat(cycle_bench): add public-execution ms calibration for fee model
2026-06-12 01:51:11 +02:00
jonesmarvin8
61f3ab7b52
feat!(key_protocol): update public account keys to be PQ resilient. ( #362 )
...
* initialize pq-keys branch
* minor update
* fixed lint and unit test
* clippy fixes
* fmt
* Update private_key.rs
* fixed tests
* addressed comments
* fix expect message
* change key labels for better naming
* clippy and fmt fixes
* Rebased
2026-06-11 15:20:46 -04:00
Pravdyvy
d43449b8d2
fix(nix): nix circuits vars
2026-06-11 18:07:39 +03:00
agureev
2eac764421
chore: update ELFs
2026-06-11 16:41:02 +04:00
agureev
31f1268365
refactor: use exlicit ViewTag type
2026-06-11 16:33:13 +04:00
agureev
761ca5e127
chore: fmt
2026-06-11 16:11:41 +04:00