Jason Dreyzehner
Jason Dreyzehner
Thanks for the issue! Yes, there are several places where the returned result is just a hex string rather than Postgres' bytea hex encoding. My preferred solution would be to...
I probably won’t have time to work on this for a while, but just wanted to document what I’m currently thinking is the solution here: **manually-refreshed materialized views**. I think...
Some important movement on this issue in the past few months: Hasura now supports connecting to a ClickHouse database as of [v2.33.0](https://github.com/hasura/graphql-engine/releases/tag/v2.33.0-beta.1). In general, ClickHouse is an excellent choice for...
Unless we change the data model, I think this probably requires indexes on `replaced_at` and/or `validated_at` to performantly identify replacing transactions.
Issue opened: https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node/-/issues/346
By the way, Chaingraph currently issues a warning when new DSPs are received: `received unexpected inventory item of type 38048 with hash: [inv_hash]`. That warning would be resolved by this...
Hey @Alxandr – I'd love to implement it. Would you mind spec-ing out how that should work? Would it be another setting? Should the WIP commits be signed? Could you...
Ah, that makes sense. If you're interested in working on it, I'd love to take a pull request. I think it might be wise to develop tests for Travis CI...
Pull request will have to be made to [Commitizen](https://github.com/commitizen/cz-cli).
Reproduce: ``` npm install -g wip wip with cz mkdir test && cd test git init touch test.txt wip naenae ``` When `naenae` executes git-cz, if the commit is canceled...