Matthew Little
Matthew Little
I don't have a solution to offer, but I can give some context: The genesis block (at block height 1) doesn't actually include the genesis data (i.e. boot contract-deploys and...
In the associated issue I outlined some possible next steps that could be taken to make this feature work https://github.com/hirosystems/stacks-blockchain-api/issues/2164#issuecomment-2748487556
We've had several issues similar to this: a postgres query is relatively fast on a local machine, but slow in dev/staging. We've also seen instances where the query seems faster...
I'm seeing some `revoke-delegate-stx` calls from this stacker. Could that explain the problem? https://api.hiro.so/extended/v1/pox4/stacker/SP1M21C6066PZ27PSR84P3SM35VD0PFMVTVACCZPN
@janniks does anything here stand out to you? I can't tell if there might be some block timing issue?
@janniks any idea if it's possible to perform RPC map lookups (perhaps with specifying `?tip=` for relevant block heights) to determine if this stacker is in the correct state in...
> We should add logic to the API that upon a tx confirmation, it checks the mempool table for txs from that sender with that nonce and marks them as...
The API update with this is deployed and ready for use
Did you try the code in the referenced issue? > if you specify the `transports` option explicitly then the code works, here's an example: > > > > ```js >...
I found a bug in the subscription reconnect logic: ```js client.socket.on('connect_error', error => { console.error('Socket connection was denied by the server', error); // > Socket connection was denied by the...