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 WriteMarker sent to 0chain as part of a commit_connection transaction should contain fields for the following information
commit_connection
LookUpHash Name ContentHash
This is because Explorer needs these fields, and will read them from the WriteMarker table in the Event database.
0chain/0chain#768 0chain/0chain#733 (comment)
The text was updated successfully, but these errors were encountered:
WrtieMarkers need to be sent to 0chain when we add a new file, update a file, delete a file, copy or move a file, and rename a file.
Currently, deletes are sent as a negative size amount. I Will update as to if this is sufficient or not.
Sorry, something went wrong.
lookuphash
name
contenthash
cnlangzi
Successfully merging a pull request may close this issue.
The WriteMarker sent to 0chain as part of a
commit_connection
transaction should contain fields for the following informationThis is because Explorer needs these fields, and will read them from the WriteMarker table in the Event database.
0chain/0chain#768
0chain/0chain#733 (comment)
The text was updated successfully, but these errors were encountered: