Merge remote-tracking branch 'origin/feat/wdpost-adder' into feat/wdpost-adder2
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user