Sergio Chouhy
558ee875d9
refactor!:move all LEZ related crates under a new directory
2026-06-01 17:48:38 -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
bffc711470
refactor: move sequencer_ directories into sequencer
2026-03-20 00:36:07 +03:00
Moudy
82fb5781fe
Merge pull request #395 from logos-blockchain/moudyellaz-patch-3
2026-03-18 14:57:48 +01:00
Daniil Polyakov
2dbacdaff1
doc: add versioning documentation
2026-03-17 23:08:48 +03:00
Moudy
3998a2562c
Clarify privacy handling in programmability section
2026-03-17 14:59:40 +01:00
Moudy
9d7cf58f6f
Revise README for sequencer and node setup
...
Updated instructions for running the explorer
2026-03-03 01:29:42 +01:00
Daniil Polyakov
184d378c90
docs: add just command docs
2026-02-26 16:25:24 +03:00
Pravdyvy
c8bd5b3679
fix: cleanup instructions fix
2026-02-24 18:52:32 +02:00
Pravdyvy
0297791f23
fix: instructions configs
2026-02-19 10:21:51 +02:00
Pravdyvy
992fd26bcd
Merge branch 'main' into Pravdyvy/indexer-state-management
2026-02-18 11:40:16 +02:00
Sergio Chouhy
b008982eeb
update readme
2026-02-17 19:37:44 -03:00
Pravdyvy
5d228c6d80
Merge branch 'arjentix/fix-sequencer-msg-id' into Pravdyvy/indexer-state-management
2026-02-13 13:37:10 +02:00
Daniil Polyakov
9d35cf4ea8
chore: adjuct docs and configs for manual run
2026-02-13 01:55:36 +03:00
Daniil Polyakov
09debfa74f
feat: implement all-in-one docker compose
2026-02-12 16:31:13 +03:00
Pravdyvy
36407c1d43
Merge branch 'arjentix/full-bedrock-integration' into Pravdyvy/indexer-state-management
2026-02-10 09:14:24 +02:00
Daniil Polyakov
f248cf2ae0
feat: implement all-in-one docker compose
2026-02-10 00:27:47 +03:00
Moudy
78f3d1cb7d
removed characters
2026-02-05 15:19:15 +01:00
Moudy
0b77a1e7cf
Update README.md
...
fixed some weird characters
2026-02-04 17:08:06 +01:00
Moudy
a08a7824c0
update README.md
...
updated the introduction to include LEZ and LEE and rewrite some parts.
2026-02-04 13:32:40 +01:00
Moudy
9a7c851dcf
updated the sequencer part
2026-02-04 13:08:07 +01:00
Moudy
f64d7f8dd3
Update README.md
...
removed tutorials
2026-02-04 12:31:01 +01:00
fryorcraken
5a4111bcc8
Update readme
2026-01-16 11:23:54 +11:00
Daniil Polyakov
cecf39cecd
Merge pull request #254 from logos-blockchain/schouhy/amm-wallet-integration-readme
...
Add amm section to the readme
2025-12-24 23:20:35 +03:00
Sergio Chouhy
9adc88f8c8
add lp fees note
2025-12-19 17:32:38 -03:00
Sergio Chouhy
5a03ad431d
nit
2025-12-19 17:21:26 -03:00
Sergio Chouhy
3581c97424
add amm section to the readme
2025-12-19 17:10:33 -03:00
fryorcraken
beab5f9e96
fix ci for rocksdb
2025-12-08 18:09:10 +11:00
fryorcraken
ad7f773632
chore: upgrade rocksdb
...
To avoid issues with gcc 14+
2025-12-08 18:09:01 +11:00
Sergio Chouhy
7236a7074c
Merge pull request #204 from vacp2p/schouhy/add-readme-explainers
...
Add readme explainers
2025-12-04 21:39:46 -03:00
fryorcraken
4ed86ce182
Add instructions for Fedora
2025-12-04 21:00:29 +11:00
Sergio Chouhy
d16908d463
remove pinata instructions
2025-12-02 16:48:12 -03:00
Sergio Chouhy
500e0862f3
s/address/account_id/
2025-12-01 10:48:43 -03:00
Sergio Chouhy
ed38be57bb
add explainers
2025-12-01 10:42:59 -03:00
Sergio Chouhy
c937cb591e
wip
2025-12-01 10:25:23 -03:00
Sergio Chouhy
7ab44507f5
test
2025-11-29 00:06:06 -03:00
Sergio Chouhy
1214bf6e7e
Merge branch 'main' into schouhhy/expand-readme
2025-11-20 00:21:15 -03:00
Sergio Chouhy
0ad6d290ae
fix
2025-11-15 02:27:06 -03:00
Sergio Chouhy
f2fb98608a
Add pinata program instructions
2025-11-15 02:21:57 -03:00
Sergio Chouhy
521ba5adbd
add commands
2025-11-15 01:50:01 -03:00
Sergio Chouhy
ee47d98300
add section token program
2025-11-15 01:28:00 -03:00
Sergio Chouhy
e707b1b74f
add tutorial sections
2025-11-13 22:18:39 -03:00
Sergio Chouhy
0ea46f5048
update Readme
2025-11-13 17:50:15 -03:00
Sergio Chouhy
a048fad7cd
Update readme
2025-11-07 13:16:01 -03:00
Moudy
d76358c37f
Update README.md
2025-07-13 23:12:31 +02:00
Pravdyvy
4ecb87658b
fix: PATH clarification
2025-02-04 18:20:12 +02:00
Oleksandr Pravdyvyi
c1e8153871
fix: more links
2025-02-04 14:10:36 +02:00
Pravdyvy
d54b0ca556
fix: fix link
2025-02-04 14:06:53 +02:00
Oleksandr Pravdyvyi
c67969efa2
fix: link added, risc0 toockain install instructions added
2025-02-04 14:05:42 +02:00
Oleksandr Pravdyvyi
bd7809bc17
fix: rpc docs added
2025-01-31 09:54:19 +02:00