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
Many *.go files.
*.go
TODO/BUG/FIXME should be removed from the code, the new linter is also not happy with them.
TODO/BUG/FIXME
We collect them here and triage so that i can remove them from the code.
client/sync.go // TODO cancel ongoing protocol, like Update client/restore.go // TODO client/update.go // TODO this is insecure after we sent our signature. client/update.go // TODO how to handle invalid updates? Just drop and ignore them? client/update.go // TODO how to handle invalid updates? Just drop and ignore them? client/update.go // TODO this is insecure after we sent our signature. wire/relay_test.go TODO waiting for mocked Endpoint channel/persistence/statemachine_test.go // TODO After #316 (custom random gens) this test can be greatly improved. watcher/local/watcher.go // TODO Should the subscription be closed with an error ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Location
Many
*.go
files.Problem
TODO/BUG/FIXME
should be removed from the code, the new linter is also not happy with them.Proposal
We collect them here and triage so that i can remove them from the code.
client/sync.go // TODO cancel ongoing protocol, like Update
client/restore.go // TODO
client/update.go // TODO this is insecure after we sent our signature.
client/update.go // TODO how to handle invalid updates? Just drop and ignore them?
client/update.go // TODO how to handle invalid updates? Just drop and ignore them?
client/update.go // TODO this is insecure after we sent our signature.
wire/relay_test.go TODO waiting for mocked Endpoint
channel/persistence/statemachine_test.go // TODO After #316 (custom random gens) this test can be greatly improved.
watcher/local/watcher.go // TODO Should the subscription be closed with an error ?
The text was updated successfully, but these errors were encountered: