Neil Naveen
Neil Naveen
@adityasaky Rebased over main
Closing this, since most of this PR was about refactoring out VerifyTag, which has already been done
The test are failing for InvalidateLatestRSLEntry, because of gitinterface.ResetCommit(), and the error is that the HEAD ref is not found. How should I fix this?
I have rebased the PR with main, and tests pass
> Another thought: we should probably have a `--no-verify` flag for rsl record that bypasses this verification. Full verification can start becoming expensive and I imagine a user might want...
I have added the --from-entry flag. After this PR gets merged in, I can open an issue on recording with no verification.
@adityasaky Fixed the commit history, docs, and lint issues
I have rebased with the main, but the tests are failing, with the same problem as before. I am using `r.r.ResetDueToError`, which does not set the ref tip to the...
I tried to use r.r.ResetDueToError, but after querying the latest RSL entry after resetting, it stayed the same
@adityasaky, the problem was not in `r.r.ResetDueToError`; I was resetting the ref to the ref the latest RSL entry was pointing to instead of the actual RSL ref. I have...