-
Notifications
You must be signed in to change notification settings - Fork 474
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
Fix warning spam: "http block fetcher response status code : 400" #12
Comments
It's true that we should make requests that would return 400 ( i.e. BadRequest ). But more important is to understand the reason we received 400, which isn't returned and logged. |
Fix verify.LogicSig
reimplement TEAL string ops: concat, substring, substring3
…_pr_review Feedback on #3 for switchi fall-through
Noticed these warnings in the logs at a rate of about 3/second. We probably don't need to keep making requests when the status is 400
The text was updated successfully, but these errors were encountered: