Matthew Little

Results 108 issues of Matthew Little

The API should calculate total stx/slots per Stacker/signer and make it available in an endpoint. The current signer reward set events from the stacks-node only show signer-keystx relationships which isn't...

blocked

PR https://github.com/hirosystems/stacks-blockchain-api/pull/1762 boots the stacks-node into epoch2.5 (where pox-4 activates) and refactors all pox integration tests to pox-4. Epoch3.0 is when NakamotoBlocks come online. The script that boots up the...

blocked

The burn-op parsing code for `stack-stx` and `delegate-stx` might need to be updated in the API. These are currently broken in stacks-core, see https://github.com/stacks-network/stacks-core/issues/4282 so currently blocked

blocked

Some PoX contract functions (and events) will likely be updated with new fields as described at: https://github.com/stacksgov/sips/blob/feat/sip-021-nakamoto/sips/sip-021/sip-021-nakamoto.md#changes-to-pox The changes aren't fully defined yet. This issue is tracking them: https://github.com/stacks-network/stacks-blockchain/issues/3948 There...

rosetta
nakamoto

Closes https://github.com/hirosystems/stacks-blockchain-api/issues/1598 This PR adds two new query params to the `/extended/v1/contract//events` endpoint. 1. `?filter_path=`: Optional [`jsonpath` expression](https://www.postgresql.org/docs/14/functions-json.html#FUNCTIONS-SQLJSON-PATH) to select only results that contain items matching the expression. 1. `?contains=`:...

P3

PR https://github.com/hirosystems/stacks-blockchain-api/pull/1818 introduced parallel insertions during block ingestion. For reference here is the relevant code: https://github.com/hirosystems/stacks-blockchain-api/pull/1818/files#diff-6015cbd3e33ffb7064a4076b06232863ccf21ecc15a17f51dc4c4d223e31cd2bR264-R278 The write queries leverage implicit sql transaction handling. This is done via some magic...

PR against master branch so that the github "run workflow" UI is available. The API pulls a pre-built image for the stacks-node, used for both local development and in CI...

Initial issue to track sBTC work related to the API. By default, sBTC will have have some support due to it being defined as an `ft` contract. We likely will...

blocked

There's a report of a possible bug when the API calculates nonces for addresses associated with sponsored transactions. The report indicates the issue may be related to when the mempool...

icebox

The API implements a set of BNS endpoints. The URL paths are currently a holdover from Stacks 1.0 and have caused some confusion. They should be renamed to exist under...

documentation