Rafael Cárdenas

Results 130 comments of Rafael Cárdenas

@pradel can you share the explorer link for the transaction that transferred this name via marketplace bid? I think what's happening is that the API is only programmed to detect...

Example tests that use the block/tx builders: https://github.com/hirosystems/stacks-blockchain-api/blob/develop/src/tests/token-tests.ts

We should experiment with tools that publish local test coverage data, since we're having inconsistency problems with both Codecov and Coveralls in some of our PRs

@friedger can you share the postgres version you're using as well as the TSV file for event replay?

@friedger could you try upgrading to PG 14? To give a bit more context, we haven't seen that error in the past in our deployments or local test environments. Looks...

Interesting, thanks @CharlieC3 ... I'll check if that `nft_custody` is missing an index. The `stx_txs` query's performance is normal (that's the heaviest query we have).

@CharlieC3 does PgHero give you data for this deadlock? I'm curious to see if it's from the same query

Thanks @CharlieC3 , I think we're moving in the right direction because that is a different query causing the deadlock... I'll run the analyzer there and check if we can...

I looked into the query @CharlieC3 but couldn't find any missing indexes 🤔 I believe @zone117x 's theory about synchronous commit mode is making more sense here