agureev
526f9ccb32
feat(ppc)!: introduce protocol-level changes for vpk binding
...
BREAKING:
Before: The epk and the vpk of the receiver were not bound to the ss
that was directly fed to the circuit.
After: The ss, epk, tag fields are removed as explicit arguments
per-account and instead replaced by supplying a vpk, esk per
account. The ss, epk, tag all constructed in-circuit. Account ID
generation now uses vpk as additional argument.
Mitigation: Change Account ID generation to include the vpk, change
proving inputs.
2026-06-23 15:46:23 +04:00
agureev
10066be8e3
feat: optimize encryption computation by using slices
2026-06-23 14:54:24 +04:00
agureev
2fd8c1b157
refactor: expose ML KEM and esk in-guest
2026-06-23 14:54:03 +04: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
agureev
64b3113ac9
chore: lint changes
2026-06-11 16:04:49 +04:00
agureev
5d2b998ed2
tests: add tests for encryption data binding
2026-06-11 14:38:10 +04:00
Roman
c073ab48bb
fix: clippy happy
2026-06-11 18:01:41 +08:00
erhant
4076de05c0
rename execute_unchecked_on_state to execute_without_system_accounts_check_on_state
2026-06-11 12:44:16 +03:00
Roman
759d4a849e
test: address mutants discovered during fuzzing
2026-06-11 17:37:21 +08:00
moudyellaz
41453fb578
feat(cycle_bench): add public-execution ms calibration for fee model
2026-06-11 03:02:19 +02:00
erhant
73f540fa0a
linter happy
2026-06-10 23:30:03 +03:00