wileyj
wileyj
ex: https://github.com/blockstack/stacks-blockchain/blob/master/testnet/stacks-node/conf/neon-follower-conf.toml#L8 I propose using standardized names in user-facing config files like `testnet`, `regtest`, or `mainnet` This would help users avoid confusion about what network they're configuring. One idea would...
### Updates the CI workflow ### Applicable issues - related PR for clippy (@igorsyl): https://github.com/stacks-network/stacks-blockchain/pull/3186 - fixes https://github.com/stacks-network/stacks-blockchain/issues/3148 ### Additional info Lots of proposed changes here so I'll do my...
The current readme is very long winded with a lot of detail and explanation that could probably be moved elsewhere or linked to official docs rather than being listed in...
from readme, circleci image is 404'ing https://circleci.com/gh/blockstack/stacks-blockchain/tree/master. Is this CI tool still used ? i see the circleci yaml, and a Dockerfile but there's no action using them and the...
https://github.com/stacks-network/stacks-blockchain/blob/master/src/monitoring/mod.rs It would be helpful to have a doc of what metrics are being exported, and what the values are shown in
something like `/v1/health` with a return code of 200 if everything is synced and up to date.
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...
**Describe the bug** Port 9153 to emit metrics is no longer open **Expected behavior** port 9153 is open, and the path `/metics` reports TSDB data
etc. some interesting ideas came up in this PR https://github.com/stacks-network/stacks-blockchain/pull/3199 that i think would make a good issue to work on for the next iteration. Saving the links from that...