wileyj

Results 50 issues of wileyj
trafficstars

`tests::epoch_25::microblocks_disabled` ex: https://github.com/stacks-network/stacks-core/actions/runs/8697187198/job/23853713055 `tests::nakamoto_integrations::follower_bootup` ex: https://github.com/stacks-network/stacks-core/actions/runs/8697187198/job/23853716183 These tests are consistently timing out, suggesting they're waiting for something to happen that never does when executed as a github action.

Looks good. Alternatively, a different image would need to be published for the signer. _Originally posted by @friedger in https://github.com/stacks-network/stacks-core/pull/4682#pullrequestreview-1999341085_

if the burnchain host being used drops connection and comes back later with a different IP address, the node is unable to reconnect. I think that periodically, or possibly on...

enhancement
good first issue

tracking here vs in #4601 https://github.com/stacks-network/stacks-core/blob/next/stackslib/src/burnchains/affirmation.rs#L791 using latest commit on `next` as of the time of this issue and running locally with bitcoin set to log to /tmp/bitcoind.log: ``` bitcoind...

testing
CI

@jcnelson @kantai @obycode @jferrant @xoloki could use some help here to iron out any additional paths that should be added . Once enforced, the idea is to require a codeowner...

enhancement
security

https://explorer.blockstack.org/verifier no longer needed, should remove this route or rewrite to root url

from conversation: ``` ideally it would download, check everything and then stop the containers and replace file ``` would require some checks to happen when starting (are the services running?)...

stale

Rather than using a hardcoded adminPassword in the config file like : ``` adminPassword: 'NEEDS-A-PASSWORD', ``` It would be better to use an env if present: `ADMIN_PASSWORD="my-fake-password"`. This would prevent...

Is there still a benefit from having large block limits for mocknet, compared to testnet/mainnet? I anticipate it can lead to some strange behaviour where a contract may be valid...

chore
icebox

I didn't see any standalone markdown or other type of text only doc in this repo. I do see the code comments - maybe for a first draft it's sufficient...

enhancement
documentation