wileyj
wileyj
https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching from @ceramicwhite have to evaluate if using cache layers from previous builds is viable (would also need to adjust the dockerfiles to not use ramdisk for some/all steps)
One other idea to pursue is if we should enable release builds when a semver style tag is added. i.e. push a tag of `2.05.0.3.0` -> release build is triggered,...
tagging @CharlieC3 and @deantchi for additional ideas for future iterations
Would part of the work for this grant be creating a new library (presumably in js) to retrieve this data, or extending an existing library (stacks.js) to help developers use...
`CODE_OF_CONDUCT.md` still mentions "blockstack" email address
In the readme and other markdown, links can be removed in favor of "badges" i'd argue. something along the lines here: https://gist.github.com/tterb/982ae14a9307b80117dbf49f624ce0e8 where the license and version at least are...
Got it. I would argue that this is the correct PR to make *all* the changes. There's no rush on this, and there's no impact to taking longer to merge...
adding some more context: `puppet-chain` is currently used in the "net-test" tests that are disabled in the github action workflow currently: https://github.com/stacks-network/stacks-blockchain/blob/master/.github/workflows/ci.yml#L73-L75 `puppet-chain` is still built/installed in Dockerfiles, ex: https://github.com/stacks-network/stacks-blockchain/blob/master/Dockerfile#L16-L19...
As an alternative to removing it, could the source be moved to `./contrib` and remove the compilation from build scripts/Dockerfiles as a default?
> > @wileyj @CharlieC3 Wondering what your thoughts are on the response type in `handle_get_health` (in `rpc.rs`). Would you prefer > > > > 1. always getting a HttpResponseType of...