2712 Commits

Author SHA1 Message Date
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
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
Daniil Polyakov
bdcf630aa9 feat(sequencer): update to a new zone sdk 2026-06-04 14:19:21 +03:00
jonesmarvin8
2104f71e39
feat(key-protocol/nssa)!: PQ resistance primitives for vsk/vpk for shared key agreement (#474)
* initialize pq encryption changes

* key agreement update

* add test and other fixes

* ci fixes

* fix unit tests

* updates from main and ci

* added updated specs for pq encryption

* addressing comments

* addressed comments

* fix clippy errors from main merge

* Rebased to main
2026-06-03 14:40:06 -04:00
Sergio Chouhy
c64e40590b
Merge pull request #503 from logos-blockchain/schouhy/logos-execution-zone-renaming
refactor!: move all LEZ related crates under a new  directory
2026-06-02 15:58:40 -03:00
Sergio Chouhy
50be74580b refactor!: move LEZ related crates to dedicated directory
BREAKING CHANGE: LEZ crates have been moved from top-level directories into
  a dedicated `lez/` subdirectory. The following crates were relocated:

    common          → lez/common
    indexer         → lez/indexer
    explorer_service→ lez/explorer_service
    keycard_wallet  → lez/keycard_wallet
    mempool         → lez/mempool
    sequencer       → lez/sequencer
    storage         → lez/storage
    testnet_initial_state → lez/testnet_initial_state
    wallet          → lez/wallet
    wallet-ffi      → lez/wallet-ffi

  Any external tooling, scripts, or paths referencing these crates at their
  previous top-level locations must be updated.
2026-06-02 14:17:59 -03:00
Sergio Chouhy
f3ab53460a
Merge pull request #499 from logos-blockchain/schouhy/logos-execution-environment-renaming
refactor!: rename nssa crate to lee
2026-06-02 12:18:04 -03:00
Daniil Polyakov
dda8a71070
Merge pull request #507 from logos-blockchain/arjentix/ci-pin-circuits
chore(ci): pin circuits installation script to a commit
2026-06-02 12:01:34 +03:00
Sergio Chouhy
9f1dc1d24b split indexer integration tests 2026-06-01 23:47:55 -03:00
Sergio Chouhy
4bcffafe27 refactor!: rename nssa crate to lee
BREAKING CHANGE:
- Crate `nssa` renamed to `lee`; update `Cargo.toml` dependencies from `nssa = { workspace = true }` to `lee = { workspace = true }`.
- Crate `nssa_core` renamed to `lee_core`; update similarly.
- Crate `key_protocol` moved under `lee`; update `Cargo.toml` dependencies from `key_protocol = { workspace = true }` to `lee_key_protocol = { workspace = true }`.
- Type `NSSATransaction` (in `common`) renamed to `LeeTransaction`.
- Error type `nssa::error::NssaError` renamed to `lee::error::LeeError`.
- Error type `nssa_core::error::NssaCoreError` renamed to `lee_core::error::LeeCoreError`.
- All `use nssa::` and `use nssa_core::` import paths must be updated to `use lee::` and `use lee_core::` respectively.
- Guest programs must replace `write_nssa_outputs` with `write_lee_outputs`.
- The sequencer RocksDB column family for the chain state was renamed. Existing databases are incompatible and must be wiped before running the new version.
- Domain separators updated: `"NSSA_seed"` → `"LEE_seed"` (key derivation), `"NSSA/v0.2/KDF-SHA256/"` → `"LEE/v0.2/KDF-SHA256/"` (encryption KDF), `"/NSSA/v0.2/AccountId/PDA/"` →
  `"/LEE/v0.2/AccountId/PDA/"` (public PDA address derivation). All previously derived keys, encrypted outputs, and public PDA addresses are invalidated.
2026-06-01 17:11:42 -03:00
Daniil Polyakov
6c0713d70d chore(ci): pin circuits installation script to a commit 2026-06-01 22:55:03 +03:00
Daniil Polyakov
d3390efc6d
Merge pull request #493 from logos-blockchain/arjentix/bridge-deposit
feat: Implement deposit operation for bridge
2026-05-29 23:13:33 +03:00
Daniil Polyakov
3046cccab5 fix(integration_tests/indexer): adjust l2 to l1 timeout to satisfy CI one more time 2026-05-29 21:24:02 +03:00
Daniil Polyakov
d86e02139f chore(faucet): add genesis prefix to instruction names 2026-05-29 20:05:38 +03:00