Jason Dreyzehner

Results 122 issues of Jason Dreyzehner

This is a fantastic project – there are dozens of other projects almost completely depending on it already. It would really help if it could reach a stable 1.0.0 –...

By default, Hasura returns `bytea` values (the type used by Chaingraph for binary data) in the `bytea` hex format, which is prefixed with `\x` (which when escaped in JSON responses,...

enhancement

Unless I missed some deeply breaking change made recently to BSV, Chaingraph should already support the BSV node software. So full support requires only that we: - build the docker...

enhancement

In early iterations (on Postgres 12), I experimented with expression indexes for `fee_satoshis` and other computed fields. I found that expression indexes didn't improve performance as much as I'd hoped,...

enhancement

Currently, `search_output()` won't appear to work for P2SH32 because no exact match will be found in the 25-byte index for 35-byte P2SH32 queries, even if the index contains the first...

good first issue

Chaingraph should ship with an optionally-enabled block explorer which fully utilizes the GraphQL API. This would be useful for development and testing, bring more developers to the Chaingraph project, and...

enhancement

Instead of just dropping the values of `.Values.hasura.overrideDbUrl`, `.Values.hasura.metadataDbUrl`, and `.Values.postgres.externalDbUrl` directly into environment variables, those environment variables should be set from the `chaingraph-secrets` object like `postgresConnectionString`. This ensures that...

good first issue

The agent code evolved to include download timeouts outside of the BlockBuffer, but this makes the code around "block reservations" harder to debug. There currently appears to be some unusual...

bug
good first issue

The ecosystem needs better (public, open source) visibility into privacy leaks to continue improving privacy for average users. And in the non-custodial world of cryptocurrency, **privacy is protection** from theft...

enhancement
query-request

Helm's [`--reuse-values`/`--reset-values` flags can be very confusing to new users](https://medium.com/@kcatstack/understand-helm-upgrade-flags-reset-values-reuse-values-6e58ac8f127e). As it stands, users might assume `--reuse-values` will perform the expected upgrade, but because the image hash for each component...

documentation
good first issue