-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
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
Recreate the manual testing of share encoding #630
Comments
we have since added quite a few manual tests, and I'm not sure of the value that we would get from this anymore. I guess the manual tests would act as a forcing function to notify reviewers if anything changes the encoding, but that's about it. Leaving this as a stretch issue for the epic, but I am also okay with closing this as unplanned. Will defer to @rootulp |
This issue refers to the
which no longer exists but it resembles
|
That file has been migrated to the go-square repo: https://github.com/celestiaorg/go-square/blob/main/shares/share_splitting.go SplitTxs has tests but SplitBlobs doesn't: https://github.com/celestiaorg/go-square/blob/main/shares/share_splitting_test.go |
Why is this test commented?
Originally posted by @sweexordious in #627 (comment)
When moving share encoding and decoding logic to the app, we had to comment out a test because it was designed around some tendermint logic, like creating votes and using methods instead of functions to encode shares. We should recreate this test by changing those requirements.
The text was updated successfully, but these errors were encountered: