wileyj

Results 50 issues of wileyj

Current config options could use better (automatic) documentation, i.e. via rustdoc. Code comments would be welcome so it's clear what each option does (some are in a good state, but...

feature
good first issue

on occasion, the cache used to load the bitcoin binaries for tests will fail as if the cache does not exist. manually checking though, the cache is indeed listed so...

CI

nice to have: similar to how we run genesis sync/block replay for a stacks-core release, we should develop a similar method to ensure a signer release is working as expected...

chore

open question: do we need to keep and/or maintain the two minor projects under `./contrib/tools`? specifically the `./contrib/tools/puppet-chain` and `./contrib/tools/relay-server` folders - they are not actively maintained and their usefulness...

chore

ref: https://github.com/stacks-network/stacks-core/pull/5978 idea is to provide a method to alter test functionality like : ``` assert!(last_block.tx_events.len() > 2000); ``` since running in CI is flaky with a higher value. a...

we ran into an issue resolved by this commit: https://github.com/stacks-network/stacks-core/pull/5296/commits/82c36d7e544b384f5a7942a12b8a750660622206 what was happening was that the test in the commit above was timing out on a remote runner, but passing...

chore
good first issue
icebox

coping from: https://github.com/stacksgov/sips/issues/151 @314159265359879 Questions like this are asked now and again. ![image](https://github.com/stacksgov/sips/assets/33360391/de867550-c588-4074-8436-a3ec85ec73e6) I used to run a stacks node on a couple of low-power cleanly installed Windows PC's, https://docs.stacks.co....

documentation

on a pr to publish docs, pull and publish openapi.yml from https://raw.githubusercontent.com/stacks-network/stacks-core/master/docs/rpc/openapi.yaml to the gitbook workspace. ideally, this should only run on pages that use openapi (not every page)

## Description Describe the changes that were made in this pull request. When possible start with the motivations behind the change.

URL of the page to change: https://docs.stacks.co/nakamoto-upgrade/setting-up-a-primary-post-nakamoto-testnet-node --- this is describing primary testnet, not nakamoto testnet (i don't see nakamoto testnet in the docs anywhere else, at least not a...

documentation