Jason Spafford

Results 37 comments of Jason Spafford

Oh yeah, this is actually a very important feature that's on our roadmap. We're super glad to have this contribution.

Ok, I think we should port all of our adapters to use JSON RPC, I'm just not sure how it should work for our streaming responses. I'll have to look...

I'm gonna close this PR, but I'm gonna finish and port the HTTP portion here. When we finish it we'll give you some PR credit since my work is based...

Thanks for doing this research! Just for the uninformed, this is talking about switching to HD wallets, which eventually we do want to do. https://www.investopedia.com/terms/h/hd-wallet-hierarchical-deterministic-wallet.asp We'll have to do the...

Related to https://github.com/iron-fish/ironfish/pull/1729

> 3. Rpc based miner status query: > Route for miner status query instead of use stratum directly. You cannot do #3 because the node no longer has miner status...

> Refactor data struct for submitted share: > 1. Miner name from which this share is submitted so that we know the last time we see this miner. > 2....

> 2. Status: > * Valid: shares meet difficulty distributed by pool server. > * Stale: shares meet difficulty but out of date (requestId < requestIdRunningNow). > * Invalid: shares...

I'm curious about this, because it's an important feature that we need. Instead of Read / Write / Sign /Admin should we just do this based on RPC routes /...

We haven't seen this bug before. Does running the node with verbose logging reveal anything? On a side note, it looks like you are using yarn. We strongly recommend not...