stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 671 forks source link

Print a warning if failed to parse the stackers response #5212

Closed jferrant closed 1 month ago

jferrant commented 1 month ago

Brice and I had some trouble debugging a version mismatch between the node and the signer due to a silent failure to parse the result of a v2/stacker_set call that should have been made to v3/stacker_set. technically trying to access this endppint does not return a 404, rather it returns a text "No such file or directory" which fails at the deserialization step silently. Do not let it silently fail by logging in this case.

blockstack-devops commented 3 weeks ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.