Merge remote-tracking branch 'origin/feat/wdpost-adder' into feat/wdpost-adder2

This commit is contained in:
Łukasz Magiera
2023-10-19 17:56:21 +02:00
2 changed files with 45 additions and 5 deletions
+11
View File
@@ -20,4 +20,15 @@ create table wdpost_tasks
fault_declaration_cutoff bigint
);
create table wdpost_proofs
(
deadline bigint not null,
partitions bytea not null,
proof_type bigint,
proof_bytes bytea,
chain_commit_epoch bigint,
chain_commit_rand bytea
);