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
Prepare the feature branch for storage optimizations, feature/storage-optimizations
feature/storage-optimizations
CurrentEncodingVersion
4
The decoder will from now on only support version 4. However, we keep the existing decoder so we can still decoder the existing data when we are
decode_v3.go
DecoderV3
Decoder
DecoderV4
The text was updated successfully, but these errors were encountered:
Prepare Decoder for storage format v4
d443963
Closes #745
fxamacker
No branches or pull requests
Issue To Be Solved
Prepare the feature branch for storage optimizations,
feature/storage-optimizations
Definition of Done
CurrentEncodingVersion
to4
The decoder will from now on only support version 4.
However, we keep the existing decoder so we can still decoder the existing data when we are
decode_v3.go
decode_v3.go
toDecoderV3
. Keep it for the batch conversion / state migrationDecoder
toDecoderV4
, use it everywhere in the Cadence codebaseThe text was updated successfully, but these errors were encountered: