Micaiah Reid

Results 73 comments of Micaiah Reid

To flesh this out some more, I think the steps would be: - Improve `Interrupted` status messages to be clear and actionable. - Consider adding more raw error data to...

@sabbyanandan It may be helpful to release some sort of FAQ or doc for the users on how to resolve or act upon some the more common errors.

I think the details I provided here should cover it! https://github.com/hirosystems/chainhook/issues/528#issuecomment-2004395894

@qustavo totally agree! @lgalabru and I discussed this and I totally forgot to document this in the issue 🤦 . Thanks!

@qustavo We have some other requirements for [ordhook](https://github.com/hirosystems/ordhook), which uses Chainhook as a dependency.

@smcclellan No, this hasn't been started.

> Any particular reason we are explicitly handling/returning custom code versus relying on the Rocket framework itself to produce the respective status codes? I don't know if there was an...

@ryanwaits, I was working on some diagrams as part of a Chainhook deep dive. Idk if these are helpful since it's mostly internals of Chainhook, but I'll put them here...

Here's a more end-user focused diagram. These are the states that a predicate can go through: ```mermaid stateDiagram state to_stream1 state to_stream2 state to_exp1 state to_exp2 [*] --> New New...

@sabbyanandan You'd think all of that code would add some test coverage, but I only actually increased our coverage by 1.7%! 😅 My PR covers a lot of surface area...