stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

API for the Stacks blockchain

Results 311 stacks-blockchain-api issues
Sort by recently updated
recently updated
newest added

### linux/arm64 machine I am trying to run the docker image with this provided command on `linux/arm64` machine: ``` docker run -p 3999:3999 blockstack/stacks-blockchain-api-standalone mocknet ``` But I get the...

github_actions

[WIP issue] Document the testing and release process. Misc things to include, list WIP: * Run testnet deployment against integration tests in other Hiro products, e.g. the wallet here: https://github.com/hirosystems/stacks-wallet/pull/1001

For every new API release, we have to manually determine whether or not users would need to perform an event replay or full genesis sync to use the newer version...

github_actions

Hi there! I rely pretty heavily on the burnchain rewards endpoints for constructing state for stacking.club, but i've noticed that over time, sometimes the data associated with a given reward...

_Originally posted by @zone117x in https://github.com/blockstack/stacks-blockchain-api/issues/576#issuecomment-898695717_ Processing token metadata works pretty well for SIP-010 compliant FTs. Here's an example from Citycoins on testnet: `http://localhost:3999/extended/v1/tokens/ST3CK642B6119EVC6CT550PW5EZZ1AJW6608HK60A.citycoin-token/ft/metadata` ```json { "token_uri": "https://cdn.citycoins.co/metadata/citycoin.json", "name": "citycoins",...

enhancement
P4

As part of the OpenAPI spec review, we realized that there is a lack of naming conventions. It would be useful to extend our contributions guidelines with some initial conventions...

documentation
icebox

* Print a warning in the doc type gen for schema objects that are missing a `title` property. * Print a warning in the doc type gen for schema objects...

documentation
icebox

See https://github.com/blockstack/stacks-blockchain-api/pull/414#discussion_r564097195_ An address used for the stack-stx function arg list recreation needs first output address of the bitcoin transaction. However, this requires more info from the stacks-node event.

irt to [this chat](https://discord.com/channels/621759717756370964/691807526118883418/768472165166612550). we should document supported event types ![image](https://user-images.githubusercontent.com/1447546/110137529-4093d880-7dd1-11eb-85de-12685f1e7901.png)

documentation
good first issue
help wanted

**Is your feature request related to a problem? Please describe.** As part of our Stacks grant-winning product, the Novum team will need to perform some more advanced data querying over...

documentation
icebox