Skip to content

Commit

Permalink
Merge pull request #1558 from onflow/jord/add-proto-state-version
Browse files Browse the repository at this point in the history
Deprecate `protocol_version`, add `protocol_state_version`
  • Loading branch information
jordanschalm authored Feb 27, 2025
2 parents feec6c0 + 321bed0 commit 6066e64
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 208 deletions.
5 changes: 5 additions & 0 deletions openapi/access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,7 @@ components:
- commit
- spork_id
- protocol_version
- protocol_state_version
- spork_root_block_height
- node_root_block_height
properties:
Expand All @@ -1230,6 +1231,10 @@ components:
spork_id:
$ref: '#/components/schemas/Identifier'
protocol_version:
type: string
deprecated: true
format: uint64
protocol_state_version:
type: string
format: uint64
spork_root_block_height:
Expand Down
2 changes: 1 addition & 1 deletion openapi/go-client-generated/.swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.41
3.0.67
Loading

0 comments on commit 6066e64

Please sign in to comment.