stacks-subnets
stacks-subnets copied to clipboard
Stacks Subnets: a layer-2 scaling solution for Stacks, intended for high-throughput, low-latency workloads
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
Let's beautify the README in this repo in preparation for others using it. This new style is really nice looking: ``` / / ▶ Project name / --- / Project...
We have been seeing the follower node occasionally fall behind the miner. It seems to resolve itself after some time with no interventions and catch back up. The pattern of...
The CI does not get triggered in this scenario. See #325 for example.
Currently, deploying a new version of the subnet contract requires a lot manual steps: - Deploy `subnet.clar` to `dev`, `stg`, and `prod` - Deploy `multi-miner.clar` to `dev`, `stg`, and `prod`...
**Describe the bug** This test tends to fail in CI but pass locally, and will pass in CI sometimes. We need to identify why that is and then fix it....
There is a warning when running CI because a command in our pipeline is deprecated and GitHub is planning to remove support for it :  See [here](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) for instructions
Users should be able to withdraw from the subnet contract using only L1 transactions. This is important because it protects the user from the miner disappearing. Currently if the subnet...
There should be no coinbase in a subnet block, but it is currently left there as a vestigial transaction from the stacks node. This could be confusing for users of...