Brice

Results 182 issues of Brice

**Describe the bug** When on mobile, if you tap the hamburger menu, you can't scroll, so depending on screen size and which submenus are expanded, you might not be able...

Bug 🐛

**Describe the bug** When trying to view this account, there is a problem loading the details. Address: SP31596TY1N33159BQCVEC9H16HP0KQ2VTD140157 **To Reproduce** Steps to reproduce the behavior: 1. Go to https://explorer.hiro.so/address/SP31596TY1N33159BQCVEC9H16HP0KQ2VTD140157?chain=mainnet 2....

**Describe the bug** This is very minor but I noticed on [this transaction](https://explorer.hiro.so/txid/0xf9327457c83f6bf9b15de4013e7acab213a9492397e2077970f9bc07b2ae7aa0?chain=mainnet) that the event numbers are wrapping at 2 digits. Transaction ID: 0xf9327457c83f6bf9b15de4013e7acab213a9492397e2077970f9bc07b2ae7aa0 **Expected behavior** These numbers should...

**Describe the bug** When I open the submenu under "Blockchain", if I'm not fast enough moving my mouse, the menu disappears. **To Reproduce** Steps to reproduce the behavior: 1. Mouse...

**Describe the bug** When I search for a block by its hash, the transaction count always shows as 1. **To Reproduce** Steps to reproduce the behavior: 1. Search for block...

### Description Adding support for `stacks-block-height` and `tenure-height` in Clarity 3. This also includes using the `tenure-height` logic for `block-height` logic in Clarity 1 and 2. ### Applicable issues -...

In this function, the type-checker should report an error: ```clarity (define-trait my-trait ()) (define-read-only (foo (x )) (is-eq x .bar) ) ``` There is no error from the type-checker, but...

clarity
static-analysis

> I think that we want to make sure in a realistic testing environment that signers are able to sign new blocks during the 0th tenure of a reward cycle....

testing
3.0
3.0-must
3.0-Signer
3.0-New

Our _ci.yml_ currently includes the following trigger: ```yml pull_request_review: types: - submitted ``` This causes the CI to be rerun whenever a review is submitted. This is not needed and...

CI

**Describe the bug** In epoch 3, we have seen a scenario where the miner stops producing blocks and it reports that it is blocked: ``` Miner: blocked by {ThreadId(2066)} ```...

bug
3.0
3.0-must