2740 Commits

Author SHA1 Message Date
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
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
8ff353df0c Merge branch 'main' into Pravdyvy/wallet-ffi-extension 2026-06-15 14:14:45 +03: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
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
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
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
erhant
551fa79ffd fmt fix 2026-06-10 22:57:08 +03:00
erhant
29358d8664 simplify deref trick 2026-06-10 22:47:59 +03:00
erhant
12ee030276 tiny lint err 2026-06-10 22:16:19 +03:00
agureev
b95f071d60 chose: bump artifacts
All artifacts changed either through direct change in the privacy
circuit or through the lee dependency change.
2026-06-10 22:16:51 +04:00
agureev
4f64d82c11 test: change up tests 2026-06-10 22:14:09 +04:00
agureev
be6f82cb92 fix(wallet): adapt wallet 2026-06-10 22:12:50 +04:00
agureev
94157ead38 feat(lee): bind epk/view tag verifier side 2026-06-10 22:11:05 +04:00
agureev
3e7bfa32a9 feat(privacy_preserving_circuit): push encryption data in-guest 2026-06-10 22:08:33 +04:00
agureev
70efcdc59d feat(lee): push full encryption data to circuit output 2026-06-10 22:06:42 +04:00
agureev
6c9ee8896a feat(lee): make EncryptedAccountData guest-availiable
Likewise moves the epk definition outside of host-gated module
2026-06-10 21:59:55 +04:00
erhant
c063872f1c
Merge pull request #516 from logos-blockchain/erhant/remove-redundant-msg-id
fix!: remove redundant `msg_id` and `block_parent_id` from `common::Block` structs
2026-06-10 15:03:39 +03:00
erhant
e6fa92dd1e initial hotfixes to bypass system account guards to allow deposit txes 2026-06-10 14:51:01 +03:00
erhant
85284562b4 removed bedrock_parent_id as well 2026-06-10 11:08:14 +03:00
erhant
b6ca9b6bbb Merge remote-tracking branch 'origin/main' into erhant/remove-redundant-msg-id 2026-06-09 17:13:44 +03:00
Moudy
4577f2cbcd
Merge pull request #515 from logos-blockchain/fix/pp-proof-deserialize-panic 2026-06-09 15:45:08 +02:00
erhant
38c826ae73 initial removals 2026-06-09 14:44:27 +03:00
moudyellaz
5624f9e629 chore: ignore RUSTSEC-2026-0173 (proc-macro-error2 unmaintained) 2026-06-08 19:36:28 +02:00
moudyellaz
b784ee565d fix: address review feedback 2026-06-08 19:36:28 +02:00
moudyellaz
a2c89866a4 fix: reject malformed privacy-preserving proof instead of panicking 2026-06-08 12:06:19 +02:00
jonesmarvin8
feb6cb7f92
feat(wallet): add keycard support for public accounts for public/privacy txs for program facades (#461)
* feat: add basic commands for communicating with keycard

* initialize changes

* reorganization

* add script file for easier wallet access

* update commands

* fixes

* fixed load for non continuous run

* Updates for signatures with keycard

* fix BIP-340 signatures for fixed sized messages

* fmt

* refactor and add pin support to program facades

* fix unit test

* fixes

* Revert "fixes"

This reverts commit 41f34f4ff4145b7abb60fd9bec168ae4b60f23b4.

* fixes

* fixes

* Removed privacy keycard calls

* Revert "Removed privacy keycard calls"

This reverts commit d70ef505a1f40b87159099761f5fce5a31e3f17b.

* Add domain separators

* Removed privacy txs for keycard

* CI fixes

* CI fixes

* addressed some comments

* fix ci

* initialize branch

* ci fixes

* fix integration test issue and updated keycard firmware

* addressed more comments

* fixed deny

* remove keycard-py

* fixed from earlier merge

* add hash_message tests

* add test

* fix deny

* CI fixes

* fixed integration tests

* Update public.rs

* update artifacts

* privacy command fixes

* ci and comments

* addressed comments

* comment fixes

* fixes from merging main

* adding support to other programs

* expanded support

* ci fixes

* ci and add private account keys test

* some fixes and setup notes

* Ci fixes

* ci fixes

* update key paths to avoid collisions in tests

* added separated files for keycard_tests_2.sh

* first round of comments

* Revert "Merge branch 'main' into marvin/keycard-commands"

This reverts commit 3fce53f663a3996938dddf77680854570063ca21, reversing
changes made to e7b42a5177641455a8917bd2e29db20afd9690e5.

* python comments

* addressed comments

* compile error fixed

* fix artifacts

* fix main merge error

* adjust signer logic workflow

* updating logic

* fmt

* refactored

* clippy fix

* minor fix

* addressing comments

* minor fix

* ci fix

* addressed deferred comments

* clean up

* minor cleanup

* ci fixes

* fmt fix

* feat!(wallet): Merged `SigningGroup` with `AccountManager` (#500)

* feat: account manager extension

* feat(wallet): added unified way of sending public transactions to all facades

* fix(wallet): no sign option added

* fix(deny): deny fix

* fix(wallet): suggestion 1

* fix(wallet): suggestion fix 1

* 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

* feat(ci): use separate job per each integration tests module

* feat(ci): cache rust artifacts

* feat(ci): build integration tests binary once and reuse it

* fix(wallet): fmt

* ci: add bench-regression workflow with criterion-compare for crypto_primitives_bench

* fix(wallet): merge postfix

* feat!(wallet): SigningGroup merged with AccountManager

* fix(ci): deny and artifacts fix

* fix(deny): deny fix

* fix keycard and lint

---------

Co-authored-by: Sergio Chouhy <sergio.chouhy@gmail.com>
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
Co-authored-by: Moudy <m.ellaz@hotmail.com>
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
Co-authored-by: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com>

* addressed comments

* minor comments

* Rebase to main

* CI fixes

---------

Co-authored-by: Pravdyvy <46261001+Pravdyvy@users.noreply.github.com>
Co-authored-by: Sergio Chouhy <sergio.chouhy@gmail.com>
Co-authored-by: Daniil Polyakov <arjentix@gmail.com>
Co-authored-by: Moudy <m.ellaz@hotmail.com>
Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com>
2026-06-05 17:35:10 -04:00
Daniil Polyakov
190d1fe45a
Merge pull request #506 from logos-blockchain/arjentix/crash-tolerant-deposit
feat(sequencer): make bridge deposits fault-tolerant
2026-06-04 16:40:31 +03:00
Daniil Polyakov
7f5590907f feat(sequencer): make bridge deposits fault-tolerant 2026-06-04 15:17:56 +03:00