We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Access API's node version info endpoint includes the range of blocks that the node's version is compatible with
flow-go/engine/access/rpc/backend/backend.go
Lines 322 to 327 in 99875f9
$ curl "http://access-001.devnet52.nodes.onflow.org:8070/v1/node_version_info" { "semver": "v0.38.1", "commit": "1bfbed9de87fff55e551ac97ffec3f758653d4b1", "spork_id": "5b88b81cfce2619305213489c2137f98e6efa0ec333dab2c31042b743388a3ce", "protocol_version": "36", "spork_root_block_height": "218215349", "node_root_block_height": "218215349", "compatible_range": { "start_height": "242365900", "end_height": "242374176" } }
This does not reflect the compatibility overrides:
flow-go/engine/common/version/version_control.go
Lines 40 to 46 in 99875f9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Access API's node version info endpoint includes the range of blocks that the node's version is compatible with
flow-go/engine/access/rpc/backend/backend.go
Lines 322 to 327 in 99875f9
This does not reflect the compatibility overrides:
flow-go/engine/common/version/version_control.go
Lines 40 to 46 in 99875f9
The text was updated successfully, but these errors were encountered: