Skip to content

Commit

Permalink
Merge pull request #355 from spacemeshos/v2alpha1-extend-atx
Browse files Browse the repository at this point in the history
v2alpha1: Add NumUnits to Activation and extend request filters
  • Loading branch information
kacpersaw authored Jun 21, 2024
2 parents 5f71279 + 2d61b1b commit 11b7dbf
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 93 deletions.
180 changes: 95 additions & 85 deletions release/go/spacemesh/v2alpha1/activation.pb.go

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

23 changes: 17 additions & 6 deletions release/openapi/swagger/src/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@
"type": "string",
"format": "byte"
},
"numUnits": {
"type": "integer",
"format": "int64",
"title": "number of PoST data commitment units"
},
"previousAtx": {
"type": "string",
"format": "byte"
Expand Down Expand Up @@ -850,21 +855,27 @@
"format": "int64"
},
"id": {
"type": "string",
"format": "byte"
"type": "array",
"items": {
"type": "string",
"format": "byte"
}
},
"limit": {
"type": "string",
"format": "uint64"
},
"nodeId": {
"type": "string",
"format": "byte"
},
"offset": {
"type": "string",
"format": "uint64"
},
"smesherId": {
"type": "array",
"items": {
"type": "string",
"format": "byte"
}
},
"startEpoch": {
"description": "Apply `start_epoch/end_epoch` filters together with `coinbase` filter for better performance.",
"type": "integer",
Expand Down
Loading

0 comments on commit 11b7dbf

Please sign in to comment.