Matthew Little
Matthew Little
https://github.com/hirosystems/explorer/issues/1636 https://github.com/hirosystems/explorer/issues/1038 Either a new endpoint, or possibly a filter to an existing endpoint
Closes https://github.com/hirosystems/stacks-blockchain-api/issues/2021
Closes https://github.com/hirosystems/stacks-blockchain-api/issues/1984 Add test for ensuring out-of-order-multisig-txs are ingested and exposed correctly. Thanks @janniks for the tsv!
Update the eslint setup in this repo from legacy to modern. See https://typescript-eslint.io/getting-started/
These constants in the codebase should be configurable: * [ ] Event-server post body size limit https://github.com/hirosystems/stacks-blockchain-api/blob/3d7f7b76a7b8ff783cd828d30acd1132c7342798/src/event-stream/event-server.ts#L931 * [ ] RPC proxy post body size limit https://github.com/hirosystems/stacks-blockchain-api/blob/3d7f7b76a7b8ff783cd828d30acd1132c7342798/src/api/routes/core-node-rpc-proxy.ts#L111
The RPC schema is being removed from the `stacks-blockchain-api` codebase. This means the `@stacks/blockchain-api-client` library will no longer include auto-generated code for those endpoints. See more details over at that...
Similar to issue https://github.com/stacks-network/stacks-core/issues/5304, it would be helpful to have the `tenure-height` associated with each block included in the `/new_block` event so that it can be exposed in more areas...
Closes https://github.com/hirosystems/stacks-blockchain-api/issues/2124 And progress towards unblocking https://github.com/hirosystems/stacks-blockchain-api/issues/2130
The `timestamp` field currently returned for rosetta responses is the `burn_block` (bitcoin block) timestamp. This should be updated to use the Nakamoto Stacks block timestamp for epoch3 blocks, otherwise blocks...
Related & blocking issue: https://github.com/hirosystems/stacks-blockchain-api/issues/2124 Exchanges uses Rosetta will likely want to use tenure-height rather that block-height for confirmation logic. Tenure height can be added to the Rosetta responses once...