Yuanhai He
Yuanhai He
It's fixed on master branch: https://github.com/developit/preact-redux/blob/master/src/preact-redux.d.ts#L278 But not published yet: https://github.com/developit/preact-redux/blob/2.0.3/src/preact-redux.d.ts#L278 @developit need a new package version with this fix.
Hey Jude, Thanks for the reviews. Before addressing the other issues, I'd like to discuss where to put this feature first. **First of all, why introduce this feature?** We're currently...
20 seconds should be enough for running tests, however, the facts is that we have hundreds of tx to be settled just to prepare the contracts (deploy contracts, setting initial...
> But!.. there is another alternative, where you use `bitcoind` in regtest mode, and then your L1 can be configured against the `bitcoind` node, and you can send requests to...
> Yes.. tests like this inherently take a long time to run. I think it's unavoidable. The way to solve this is to get better at running long-running jobs, possibly...
Thanks Greg, we've tried that. And the reason we're not using it is already stated above. And I understand the reasons you need this feature separated from the main code...
Hey @Noah-Kennedy , Are you still working on the rewrite?
@zone117x
Yes I was trying to resolve a problem, our nodes run into unrecoverable state, not sure if it's related to this PR. Here's one of the situations I saw, which...
> Hmm I don't believe that error is related to this change. It seems strange, though, because the ON CONFLICT ON CONSTRAINT is there precisely to avoid this error. Can...