Kris Nuttycombe

Results 229 comments of Kris Nuttycombe

Yeah, I'm kind of disappointed that 4.6 is out but that I can't seem to find it in any Maven repository. I'll happily upgrade if you can point me to...

I like this typeclass. However, I'm not sure that it should extend Monad; instead, I believe it should extend Applicative. A type with a commutative monad will have a commutative...

Since https://github.com/purescript-halogen/purescript-halogen/pull/705 didn't merge and this now doesn't work with current Halogen, do you have any recommendations for how to solve the portal problem? I'm a bit stuck, as I...

I'm going to add my voice here that `Default` is a bad trait to begin with; if we force types to have a `Default` impl in order to make them...

There is back-end infrastructure to support some of this functionality (the "amend event" route) but it hasn't yet been integrated into the front end.

> The need to obtain a tree state at the anchor height is associated with a change to the chain tip height. We could therefore instead modify `update_chain_tip` to return...

A couple more insights: This change will mean that we can no longer use whether or not a subtree is completely scanned as a condition for determining whether a note...

In my experience with Zashi, it can take more than a minute, sometimes even several minutes, to scan enough blocks to fill up the 2^16 notes in the tip shard;...

I want to generalize this task to "the wallet downloads the tree state corresponding to the previous block for every one of the user's notes that is discovered, and inserts...

After #1262 we have the treestates downloaded and inserted for every block range, so we just need to ensure that the scan queue logic can take advantage of them by...