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
5f207a3f02
feat: move initial accounts data into genesis
2026-05-15 01:33:50 +03:00
Thompsonmina
7250056f15
feat(indexer): add getAccountAtBlock RPC method
2026-05-07 04:17:51 +01:00
Daniil Polyakov
332bd29e93
Merge pull request #389 from logos-blockchain/pg/zone-sdk-lez
...
feat(sequencer, indexer): Use zone-sdk instead of bedrock client
2026-05-05 14:36:16 +03:00
Daniil Polyakov
b0a48883e1
chore: add new blocks every 30 seconds to mock indexer service
...
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 23:58:24 +03:00
Petar Radovic
798b89839c
checkpoints
2026-04-29 14:05:23 +02:00
Sergio Chouhy
3c5a1c9d0a
Merge branch 'main' into schouhy/add-block-context-system-accounts
2026-03-31 20:53:10 -03:00
Sergio Chouhy
9aa7caf3bf
refactor validity window with generic
2026-03-31 13:49:12 +02:00
moudyellaz
c4567d163d
style: apply cargo fmt
2026-03-31 13:46:25 +02:00
moudyellaz
5c592312f9
feat: extend ValidityWindow with Unix timestamp bounds
2026-03-31 13:46:08 +02:00
Sergio Chouhy
7078e403ed
add timestamp to clock
2026-03-30 23:50:54 -03:00
Sergio Chouhy
e618e08bdc
use validity window as intstruction type in test programs
2026-03-26 18:10:31 -03:00
Sergio Chouhy
57b83f4e1a
move to impl display
2026-03-26 15:21:29 -03:00
Sergio Chouhy
acf609ecc8
Merge branch 'main' into schouhy/add-block-context
2026-03-26 13:24:46 -03:00
Sergio Chouhy
d7b0c42255
clippy
2026-03-25 20:26:04 -03:00
Sergio Chouhy
1193d31f76
implement convert constructor
2026-03-25 15:47:50 -03:00
Sergio Chouhy
3257440448
enforce valid window construction
2026-03-20 13:49:17 -03:00
Daniil Polyakov
f9071d492c
feat: cache rust builds in docker to speed up subsequent builds
2026-03-20 18:39:58 +03:00
Daniil Polyakov
c5950bd08a
feat: use docker volumes instend of mounts for runtime data directories
2026-03-20 17:40:59 +03:00
Sergio Chouhy
607a34058d
Merge branch 'main' into schouhy/add-block-context
2026-03-20 09:52:16 -03:00
Sergio Chouhy
aeddb56978
fmt
2026-03-19 18:55:19 -03:00
Sergio Chouhy
0d46f0798a
clippy
2026-03-19 18:55:02 -03:00
Daniil Polyakov
7b20a83379
fix: fixes after rebase & address comments
2026-03-20 00:48:04 +03:00
Daniil Polyakov
9d87e3b046
fix: fix lints
2026-03-20 00:41:05 +03:00
Daniil Polyakov
b254ebb185
feat: refactor sequencer RPC client-side
2026-03-20 00:41:05 +03:00
Daniil Polyakov
be94e133fa
feat: refactor sequencer RPC server-side
2026-03-20 00:41:05 +03:00
Sergio Chouhy
a069004451
add validity window checks on privacy preserving transactions
2026-03-19 18:32:54 -03:00
jonesmarvin8
ce729f112d
Merge branch 'main' into marvin/bip-32-comp
2026-03-18 16:47:39 -04:00
jonesmarvin8
0bcb626adc
lint fixes
2026-03-18 10:28:52 -04:00
Pravdyvy
94faaa6d64
Merge branch 'main' into Pravdyvy/indexer-final-state
2026-03-18 09:15:45 +02:00
Daniil Polyakov
252848a145
feat: update rust to 1.94.0
2026-03-17 21:25:30 +03:00
Daniil Polyakov
aa462b66eb
feat: add nursery clippy lints
2026-03-17 21:25:30 +03:00
Daniil Polyakov
e3b93b6e9a
feat: add restriction clippy lints
2026-03-17 21:25:30 +03:00
Daniil Polyakov
efe8393ba0
feat: add pedantic clippy lints
2026-03-17 21:25:30 +03:00
Pravdyvy
2fb8c2c87f
fix: suggestions fix 2
2026-03-17 15:18:12 +02:00
Pravdyvy
8a8c7f722b
fix: suggestions fix
2026-03-17 15:10:12 +02:00
Daniil Polyakov
756f2f4135
feat: add workspace lints to every crate
2026-03-17 15:13:44 +03:00
jonesmarvin8
1cfc710024
Merge branch 'main' into marvin/bip-32-comp
2026-03-09 05:23:24 -04:00
Daniil Polyakov
7f0d41104d
fix: replace old keys with new ones in configurations
2026-03-07 15:41:47 +03:00
Daniil Polyakov
ec1018deac
feat: sort blocks from latest to oldest in explorer
2026-03-04 21:54:36 +03:00
Pravdyvy
44a11bd3f1
fix: state interactions fix
2026-03-04 14:12:39 +02:00
Pravdyvy
ed299932c5
fear: final state field
2026-03-02 18:25:22 +02:00
jonesmarvin8
ab41bff5cc
update config files
2026-02-27 18:30:54 -05:00
Daniil Polyakov
7d4409fdf9
fix: fix docker builds and runs
2026-02-27 21:20:22 +03:00
Pravdyvy
18d9d80105
Merge pull request #354 from logos-blockchain/Pravdyvy/indexer-explorer-integration-fixes
...
Indexer<->Explorer integration fixes
2026-02-26 21:39:15 +02:00
Daniil Polyakov
1f01f7c06a
fix: add r0vm and logos circuits in indexer image
2026-02-26 21:06:39 +03:00
Pravdyvy
c622f3540a
fix: logging, config
2026-02-26 20:05:16 +02:00
Pravdyvy
5eb4e0af1f
fix: downgrades of logs
2026-02-26 19:18:41 +02:00
Pravdyvy
3c8e81c11c
Merge branch 'main' into Pravdyvy/indexer-explorer-integration-fixes
2026-02-26 17:14:11 +02:00
Daniil Polyakov
437e5addb4
feat: use human-readable byte sizes and durations
2026-02-26 16:25:24 +03:00