Skip to content

Commit

Permalink
Add new commitments
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Oct 13, 2023
1 parent 9b43ecb commit fe0f652
Show file tree
Hide file tree
Showing 19 changed files with 2,716 additions and 2,191 deletions.
331 changes: 318 additions & 13 deletions Cargo.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE l1_batches
DROP COLUMN IF EXISTS events_queue_commitment;
ALTER TABLE l1_batches
DROP COLUMN IF EXISTS bootloader_initial_content_commitment;
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE l1_batches
ADD COLUMN IF NOT EXISTS events_queue_commitment BYTEA;
ALTER TABLE l1_batches
ADD COLUMN IF NOT EXISTS bootloader_initial_content_commitment BYTEA;
Loading

0 comments on commit fe0f652

Please sign in to comment.