Brice
Brice
The recent fix to the action running the tests, https://github.com/stacks-network/actions/pull/43, might fix the issue we were seeing with running these tests.
**Describe the bug** In the sandbox, the button to logout is tiny and easy to miss. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://explorer.hiro.so/sandbox/deploy?chain=testnet 2. Click "Connect...
Relaying a [user request from Twitter](https://twitter.com/brainharrington/status/1669044091114622976). I agree, it would be nice to be able to see the price in sats instead of dollars.
Two blockchain PRs were recently merged that add more information about failed contract deploy transactions to the receipt. It would be great if the explorer could take this info and...
During Nakamoto development, we have run into a few deadlocks from accessing databases. I think it would be possible to refactor the code to help prevent these types of deadlocks....
Adds 2 integration tests: - tests::signer::v0::multiple_miners_with_nakamoto_blocks - tests::signer::v0::partial_tenure_fork
Currently, the miner submits a block commit as soon as it sees a new burn block. Since it has not yet seen any blocks in the that new tenure, it...
**Describe the bug** ~~There is some problem computing the `block-height` in a Clarity 2 contract deployed in epoch 3.0.~~ The problem is with the usage of `get-block-info?` here. See follow...
In epoch 3.0, it will be useful to have the tenure height in the response from the /v2/info endpoint.