Daniil Polyakov
d3e507f25d
refactor!(artifacts): keep lee and lez artifacts separated
2026-06-24 18:10:41 +03:00
Daniil Polyakov
a6d2241519
fix(docker): tweak some port numbers for better consistency
2026-06-23 15:24:03 +03:00
Daniil Polyakov
cd06f7c0f7
feat(docker): extract risc0 installation into a separate image
2026-06-23 15:24:03 +03:00
Daniil Polyakov
972a7f981b
fix(docker): fix dockerfiles to properly build images
2026-06-23 15:24:03 +03:00
Pravdyvy
4185599df6
remove(logos-blockchain-circuits): removed logos blockchains circuits mentions
2026-06-17 13:31:35 +03:00
Pravdyvy
855788c2ea
fix(ci): ci fix
2026-06-17 12:54:27 +03:00
Pravdyvy
0fae6aada2
Merge branch 'main' into Pravdyvy/programs-elfs-deployments
2026-06-17 10:36:19 +03:00
Daniil Polyakov
e5ca40c0f9
feat: add bedrock withdraw events validation
2026-06-16 22:10:11 +03:00
Daniil Polyakov
77f1fb3f21
feat(wallet): add bridge withdraw command
2026-06-16 22:10:11 +03:00
Daniil Polyakov
d6e68a52ca
feat(state): forbid private bridge withdrawals
2026-06-16 22:10:11 +03:00
Daniil Polyakov
e9e30ff019
feat(sequencer): implement bridge withdraw flow
2026-06-16 22:10:11 +03:00
Petar Radovic
a12d8ecf87
clippy
2026-06-15 12:30:18 +02:00
Petar Radovic
c2f93aff59
clippy
2026-06-15 12:28:05 +02:00
Petar Radovic
13f15530e4
update logos blockchain deps + drive loop fix
2026-06-15 12:22:00 +02:00
Pravdyvy
d63584fe11
fix(sequencer_core): new zones api try
2026-06-15 10:55:05 +03:00
erhant
85284562b4
removed bedrock_parent_id as well
2026-06-10 11:08:14 +03:00
erhant
38c826ae73
initial removals
2026-06-09 14:44:27 +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
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