We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8337b commit c044abeCopy full SHA for c044abe
config/config.go
@@ -112,7 +112,10 @@ type Spork struct {
112
Next *Spork
113
Prev *Spork
114
RootBlock uint64
115
- Version int
+ // Version is a Rosetta-internal version number that tracks Rosetta compatibility with Flow network versions.
116
+ // This version number is incremented each time there is a Flow network upgrades which includes a breaking change for Rosetta.
117
+ // Not all Flow network upgrades cause breaking changes for Rosetta, so this version number is not incremented for every network upgrade.
118
+ Version int
119
}
120
121
func (s *Spork) String() string {
0 commit comments