Will Dembinski

Results 33 comments of Will Dembinski

@tynes - Sitting down to take a pass at this now. Quick question: You ok with these changes landing in a single PR? :angel:

@tynes @chjj - Hey dudes. I took a stab at getting an event-listening setup working but encountered some errors using the `.on(...)` method of the FullNode. I'm at a loss....

Oh oh, I didn't even mention - I cleaned up the PR in that I: 1. Swapped out the "named" methods that were being used on the updated hs-client (using...

Ok - extending the timeout for the test suite allowed for these to pass. Not ideal.

@tynes - Updates: 1. Using the mentioned event listening util. - Test pass seemingly consistently. 2. Mining fewer blocks. Recent CI passed with longer test times requiring a little under...

#bump. @tynes, anything I can do for this PR to help get it over the line?

Swinging back on this. Ill take a look into CI 🤔

@tynes: a. Addressed line length issues. b. The shape of the "proof" routes' response - I went with the: ```js return res.json(200, { hash: tip.toString('hex'), height: height, root: root.toString('hex'), key:...