Kris Nuttycombe
Kris Nuttycombe
@bitemyapp thanks for reporting this. I ran into this last night when I was baffled by the fact that the Haddock included the Show instance for `UTCTime`, but ghc disagreed...
@str4d `zip339` is simply a reexport of the `bip0039` crate, and nothing in `librustzcash` depends upon it. Also, given the extraction of `zcash_keys`, I don't think that it's appropriate for...
@emersonian instead of this, please just revert https://github.com/zcash/librustzcash/pull/424 instead. This will require a major version bump to `zcash_primitives` and downstream crates, so make sure to note the `zip339` module as...
This could be implemented either by extracting the transparent script engine and solver from `zcashd`, or by writing a new pure-rust implementation, or by forking from another Rust library that...
See description of how to produce an environment that is not dependent upon Kafka - Zookeeper is only used for tracking offsets in Kafka for recovery purposes, so removing Kafka...
This already exists, and is very thoroughly supported by the ColumnarTableModule abstraction. It's used extensively in the tests, and the same technique is used for MongoDB and JDBC back-ends. On...
This is very easy to achieve; simply create a new subproject that derives from the ingest and bifrost projects, and when you mix the cake together replace the KafkaEventStore with...
This can be achieved by implementing the ApiKeyFinder trait to work directly atop an HSQLDB (or similar) database instance. The trickier bit here will be the refactoring and dead code...
Yeah, we probably need this to be backwards compatible. If we just start skipping blocks entirely it'll foul up a bunch of stuff. Also we need to figure out how...
This appears to have been a wallet issue that was incorrectly filed as a lightwalletd issue, but I'm glad that you found a solution.