2710 Commits

Author SHA1 Message Date
gusto
1cd6dedf40
Bump blockchain deps and update flake 2026-06-13 14:38:17 +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
Pravdyvy
d43449b8d2 fix(nix): nix circuits vars 2026-06-11 18:07:39 +03:00
Pravdyvy
b85e6d31e0 Merge branch 'main' into Pravdyvy/programs-elfs-deployments 2026-06-10 20:09:24 +03: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
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
Pravdyvy
c37a3c30a9 fix(nix): headers path 2026-06-05 17:45:06 +03:00
Pravdyvy
8a4a6cd12a fix(nix): python3 dep added 2026-06-05 17:31:36 +03:00
Pravdyvy
76696a5d08 feat(wallet_ffi): freeing of ffi programs 2026-06-04 21:15:17 +03:00
Pravdyvy
7ccd8e2435 feat(wallet_ffi): program elfs and program deployment 2026-06-04 21:05:58 +03: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
Pravdyvy
a999563a2d Merge branch 'main' into Pravdyvy/wallet-ffi-extension 2026-06-03 15:09:55 +03:00
Pravdyvy
7c0701bb7d fix(wallet_ffi): suggestions fix 2 2026-06-03 14:51:15 +03: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
Pravdyvy
e82c0f3658 Merge branch 'main' into Pravdyvy/wallet-ffi-extension 2026-06-02 12:16:06 +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
Pravdyvy
18e1bea512 fix(ci): ci fix 2 2026-06-01 14:30:12 +03:00
Pravdyvy
077197aed4 fix(ci): pinned scripts fetch to a commit 2026-06-01 14:10:59 +03:00
Pravdyvy
6b8265ed29 fix(ci): test without logos circuits 2026-06-01 14:05:39 +03:00
Pravdyvy
dd35c89ca1 fix(wallet_ffi): suggestions fix 1 2026-06-01 13:59:41 +03:00
Pravdyvy
9746ec5860 Merge branch 'main' into Pravdyvy/wallet-ffi-extension 2026-06-01 12:58:22 +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
Daniil Polyakov
0a7cdb1971 fix(integration_tests/indexer): adjust l2 to l1 timeout to satisfy CI 2026-05-29 20:01:24 +03:00
Daniil Polyakov
5e09b81d1c chore(configs): add supply bridge account genesis action 2026-05-29 20:01:24 +03:00
Daniil Polyakov
1322ce0ac4 chore(deny): ignore unmaintained proc-macro-error warning 2026-05-29 20:01:24 +03:00
Daniil Polyakov
913a627198 feat: upgrade to new zone-sdk 2026-05-29 20:01:24 +03:00
Petar Radovic
23fda575ed fix(sequencer): use dummy msg id while waiting for new zone-sdk 2026-05-29 20:01:24 +03:00
Daniil Polyakov
2a2da3726c fix: differentiate between user and sequencer transactions in mempool 2026-05-29 20:01:24 +03:00
Daniil Polyakov
0f347a7614 fix: dedup Deposit events 2026-05-29 20:01:24 +03:00
Daniil Polyakov
78633acdc3 fix: wait for finalized deposit event 2026-05-29 20:01:24 +03:00
Daniil Polyakov
9b8955daf5 feat(sequencer, programs): implement deposit operation for bridge 2026-05-29 20:01:24 +03:00
Pravdyvy
affc08128a fix(ci): deny fix 2026-05-29 13:17:33 +03:00