8 Commits

Author SHA1 Message Date
Marvin Jones
b198e536eb Rebased to main 2026-06-03 12:39:02 -04:00
Marvin Jones
30822a8905 addressed comments 2026-06-03 10:56:09 -04:00
Marvin Jones
875cf932de addressing comments 2026-06-03 10:53:12 -04:00
jonesmarvin8
4f6119ecab fix unit tests 2026-06-03 10:52:05 -04:00
jonesmarvin8
294479f170 ci fixes 2026-06-03 10:52:05 -04:00
jonesmarvin8
690ae36324 add test and other fixes 2026-06-03 10:51:01 -04:00
jonesmarvin8
05484a5cef key agreement update 2026-06-03 10:41:22 -04: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