Skip to content

Commit

Permalink
Merge pull request #246 from spacemeshos/4608-make-num-atxs-configurable
Browse files Browse the repository at this point in the history
checkpoint: make number of atxs stored per identity configurable
  • Loading branch information
fasmat authored Jul 4, 2023
2 parents 49d20c0 + 6fed9cc commit 17abc31
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
36 changes: 23 additions & 13 deletions release/go/spacemesh/v1/admin_types.pb.go

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

1 change: 1 addition & 0 deletions spacemesh/v1/admin_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ option go_package = "github.com/spacemeshos/api/release/go/spacemesh/v1";

message CheckpointStreamRequest {
uint32 snapshot_layer = 1;
uint32 num_atxs = 2;
}

message CheckpointStreamResponse {
Expand Down

0 comments on commit 17abc31

Please sign in to comment.