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

## Describe the bug Trying to sync a full API node on testnet. Port 3999 does not accept requests and stacks tip height does not progress. Note: I'm also syncing...

bug
testnet

Stack trace: ``` {"level":"error","message":"HTTP POST /rosetta/v1/block","req":{"headers":{"accept-encoding":"gzip","connection":"close","content-length":"141","content-type":"application/json; charset=utf-8","host":"172.31.20.180:3999","user-agent":"okhttp/3.8.1","x-amzn-trace-id":"Root=1-62eb9174-18eb4fd10420aa8f69c7213f","x-forwarded-for":"54.251.59.216","x-forwarded-port":"443","x-forwarded-proto":"https"},"httpVersion":"1.0","method":"POST","originalUrl":"/rosetta/v1/block","query":{},"url":"/rosetta/v1/block"},"res":{"statusCode":500},"responseTime":27,"timestamp":"2022-08-04T09:29:24.681Z"} {"date":"Thu Aug 04 2022 09:29:24 GMT+0000 (Coordinated Universal Time)","error":{"errorTag":"b402827b-769c-415d-9ba8-5465b8ce020b"},"exception":true,"level":"error","message":"middlewareError","req":{"headers":{"accept-encoding":"gzip","connection":"close","content-length":"141","content-type":"application/json; charset=utf-8","host":"172.31.20.180:3999","user-agent":"okhttp/3.8.1","x-amzn-trace-id":"Root=1-62eb9174-18eb4fd10420aa8f69c7213f","x-forwarded-for":"54.251.59.216","x-forwarded-port":"443","x-forwarded-proto":"https"},"httpVersion":"1.0","method":"POST","originalUrl":"/rosetta/v1/block","query":{},"url":"/rosetta/v1/block"},"stack":"Error: Could not find field name amount-ustx in contract call\n at parseDelegateStxArgs (/app/src/rosetta-helpers.ts:781:11)\n at...

rosetta

Added a new env var `STACKS_API_EVENT_REPLAY_LOG_LEVEL` which can be used to specify the log level used during event-replay. If unspecified, it defaults to the original log level of `warn`.

Adds an additional line to the markdown docs for deploying the API: ``` 3. Verify data is being written to the database: `select * from blocks limit 1;` ``` During...

Following our plan to move to microservices with an event-driven architecture, we should consider the use of [Kafka](https://kafka.apache.org/) to emit events that all other services could listen for.

**Why is this bet impactful to Stacks developers?** Aside from the number of dApp's that interact with Stacks growing in volume, the total volume of API requests from each dApp...

Hiro API

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** - Hyperchains emits new Deposit and Withdrawal events that need added API support - We...

## Description As a developer, I want to run the Stacks blockchain API on a Raspberry Pi or Apple Mx processor. This is needed as the amd64 docker builds run...

Added examples for Microblocks, Names and Rosetta API's

**Describe the bug** Import of events fails with internal error **To Reproduce** 1. run api node on 3.+ 2. run upgrade using stacks-blockchain-docker 3. see error as shown below **Expected...