Rafael Cárdenas

Results 130 comments of Rafael Cárdenas

Fixed by https://github.com/hirosystems/stacks-blockchain-api/pull/1876

@bestmike007 I'm curious to now if this fix was submitted because of a problem you're experiencing? We'd be happy to test some edge case if you've found one we haven't...

Hmm I don't believe that error is related to this change. It seems strange, though, because the `ON CONFLICT ON CONSTRAINT` is there precisely to avoid this error. Can you...

Will add expanded counts for mint, burn and transfer for the Explorer

Thanks @edyrkaj this endpoint slipped through the cracks, we'll add it ASAP. In the meantime the old endpoint still works even though it's deprecated.

Hi @jack-linden thanks for these great suggestions. There are some limits to what we can reasonably do with the API given that we have to consider how it will behave...

Did the error you reported on the other PR go away after this change @bestmike007 ? At first glance, it looks like this change wouldn't do much because we already...

after discussing with @CharlieC3 , we should revisit this in this devops ticket: https://github.com/hirosystems/devops/issues/1615

@zone117x and myself were discussing a plan for this issue. The current idea is to gradually migrate our current endpoints from `/extended/v1` on Express into `/extended/v2` on Fastify. This will...

The current status of Stacks blocks and mempool prevents us from being able to provide an endpoint like this that would have actionable data, given that for example the mempool...