Skip to content

Commit

Permalink
chore!: remove ShareCommitAndSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jan 19, 2023
1 parent b6e2651 commit 80d647b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 270 deletions.
13 changes: 2 additions & 11 deletions proto/blob/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,13 @@ service Msg {
}
}

// ShareCommitAndSignature defines the
message ShareCommitAndSignature {
// share_commitment is the root of a binary Merkle tree that has leaves which
// are subtree roots of the relevant blob shares in the original data
// square.
bytes share_commitment = 2;
bytes signature = 3; // signature on one SignedTransactionPayForBlob
}

// MsgPayForBlob pays for the inclusion of a blob in the block.
message MsgPayForBlob {
string signer = 1;
repeated bytes namespace_ids = 2;
repeated uint32 blob_sizes = 3;
// share_commitment is the share_commitment from
// ShareCommitAndSignature that will be included in a block
// share_commitment is a commitment to the blob shares associated with this
// MsgPayForBlob.
bytes share_commitment = 4;
// share_versions are the versions of the share format that the blobs
// associated with this message should use when included in a block. The
Expand Down
287 changes: 28 additions & 259 deletions x/blob/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80d647b

Please sign in to comment.