Jason Dreyzehner

Results 129 comments of Jason Dreyzehner

Deployed to https://chipnet.chaingraph.cash/ Upgrade block: https://chipnet.chaingraph.cash/block-height/174519 First block that reads "100.1%" full prior to this PR: https://chipnet.chaingraph.cash/block-height/174547

Implementation automatically detects if the RPC supports ABLA, otherwise it falls back to the current hard coded limit information.

Thanks for opening an issue! On the demo instance, that returns: ```json { "errors": [ { "extensions": { "code": "data-exception", "path": "$" }, "message": "negative substring length not allowed" }...

An easy first step here is to implement some basic analysis of CashFusion usage. Some ideas/discussion: https://github.com/Rucknium/CashFusionStats/issues/2

Hi @ledgitbe – wow, it looks like you made it a long way on integration! My changes to `bitcore-p2p-cash` are published under `@chaingraph/bitcore-p2p-cash` from this repo currently: https://github.com/bitjson/bitcore. I haven't...

@raymundo-mintblue I summarized my performance testing here: https://github.com/bitauth/chaingraph/blob/master/docs/architecture.md#performance--scalability Related, this migration might really improve ingest speed and aggregation performance for chains as large as BSV: https://github.com/bitauth/chaingraph/issues/29

Thanks for opening an issue! This is definitely a problem, I haven't tracked down exactly why it happens yet. I suspect there's a subtle bug in this trigger causing it...

Thanks for opening an issue. It looks like you got this figured out? I know the flow of transactions from `node_transaction` to `block_transaction` (immutable) + `node_block` isn't very obvious –...

Related: "accelerated columns" #29 is likely important for ensuring good performance of expensive queries, especially for block explorer instances that are made available to the public. Though even without accelerated...

Thanks for looking into this @A60AB5450353F40E! This would be a great improvement for scanning contract patterns. I'd love to take a PR introducing this feature! I won't have bandwidth to...