Matthew Little

Results 108 issues of Matthew Little

Related issue: https://github.com/hirosystems/explorer/issues/1624 API currently doesn't expose (or know about) tenure heights for blocks. Blocked on https://github.com/stacks-network/stacks-core/issues/5318

This endpoint needs to consider the case when a contract was deployed in multiple txs: https://api.testnet.hiro.so/extended/v1/contract/ST1GJSC4GG3MDA1KYZJYS9FEVCKHASR1N714NKTHR.univ2-router Right now, it's returning data from a failed tx: https://api.testnet.hiro.so/extended/v1/tx/0xab9de1ca7f6376eeb0f9df93b679396f0fc3b0a8ae84026cf4369f51c520c4c4 But it should find...

The query used for `extended/v1/stx_supply` is getting expensive and taking several seconds (or timing out) when not getting a cache-hit. We now have an ft balance table which can calculate...

Chainhook is ignoring SIGTERM signals and requires forced shutdown. With fast nakamoto blocks, this is very likely to cause de-syncs with the stacks-node because in-process event ingestion is force killed...

enhancement

Some types of events ingested by chainhook now record a `date.now()` timestamp which is used by clients to track important latency metrics. It's not clear to me if this is...

Depending on how a chainhook client is restarted, it can end up with receiving duplicate messages from chainhook due to outdated predicates. When the client receives a messages for a...

For more details see issue https://github.com/stacks-network/stacks-core/issues/5455 This may not be fixed in the stacks-node. If not, then in order for the API to have accurate STX balances affected addresses, it...

This CI step takes 10+ minutes now. It's slow because all the tests run in-band (serial rather than in parallel) so that they don't clobber each other's postgres db. The...