-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
syntax = "proto3"; | ||
package sdk.avail.v1beta1; | ||
import "gogoproto/gogo.proto"; | ||
import "sdk/avail/v1beta1/validator.proto"; | ||
|
||
option go_package = "github.com/vitwit/avail-da-module/types"; | ||
|
||
// GenesisState defines the avail da module's genesis state. | ||
message GenesisState { | ||
Check failure on line 7 in proto/sdk/avail/v1beta1/genesis.proto GitHub Actions / break-check
|
||
repeated Validator validators = 1 [ (gogoproto.nullable) = false ]; | ||
|
||
// the height of the last block that was proven to be posted to Avail. | ||
// increment only, never skipping heights. | ||
uint64 proven_height = 2; | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.