Skip to content

Commit f9f41bd

Browse files
committed
Merge branch 'develop' into feat/rbf
2 parents 2174f2d + 7ac7513 commit f9f41bd

34 files changed

+3710
-1847
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ PG_APPLICATION_NAME=stacks-blockchain-api
7272
STACKS_CORE_EVENT_PORT=3700
7373
STACKS_CORE_EVENT_HOST=127.0.0.1
7474

75+
# Stacks core event payload body size limit. Defaults to 500MB.
76+
# STACKS_CORE_EVENT_BODY_LIMIT=500000000
77+
7578
STACKS_BLOCKCHAIN_API_PORT=3999
7679
STACKS_BLOCKCHAIN_API_HOST=127.0.0.1
7780

@@ -81,6 +84,9 @@ STACKS_CORE_RPC_PORT=20443
8184
# STACKS_CORE_PROXY_HOST=127.0.0.1
8285
# STACKS_CORE_PROXY_PORT=20443
8386

87+
# Stacks core RPC proxy body size limit. Defaults to 10MB.
88+
# STACKS_CORE_PROXY_BODY_LIMIT=10000000
89+
8490
# Configure a path to a file containing additional stacks-node `POST /v2/tranascation` URLs for the /v2 proxy to mutlicast.
8591
# The file should be a newline-delimited list of URLs.
8692
# STACKS_API_EXTRA_TX_ENDPOINTS_FILE=./config/extra-tx-post-endpoints.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Get started at https://docs.hiro.so/clarinet/getting-started
1919

2020
The docker image `hirosystems/stacks-blockchain-api` is recommended when running the API in a mainnet or testnet environment.
2121

22-
Note that this image cannot be ran standalone. Other services need to be configured correctly and running. For more information see https://docs.hiro.so/stacks-blockchain-api/how-to-guides/how-to-run-api-node
22+
Note that this image cannot be ran standalone. Other services need to be configured correctly and running. For more information check out [this guide on how to run a node](https://docs.stacks.co/guides-and-tutorials/nodes-and-miners).
2323

2424

2525
## Development quick start

client/MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This library is now generated with [openapi-typescript](https://openapi-ts.dev/openapi-fetch/) rather than [swagger-codegen](https://github.com/swagger-api/swagger-codegen). Several types which previously presented as the `any` type are now fixed, and the `@stacks/stacks-blockchain-api-types` package is no longer needed.
66

77

8-
This repo no longer includes a schema for the Stacks Blockchain RPC interface. An alternative client library for the RPC interface can be found at https://github.com/hirosystems/stacks.js/pull/1737.
8+
This repo no longer includes a schema for the Stacks Blockchain RPC interface. An alternative client library for the RPC interface can be found at [@stacks/rpc-client](https://github.com/hirosystems/stacks-rpc-client).
99

1010
#### Configuration & Middleware
1111

0 commit comments

Comments
 (0)