Jeff Bencin

Results 26 issues of Jeff Bencin

As I understand, due a recent PR we now have two different types of microblocks: The regular ones with transactions, and ones that contain "rollups" of previous microblocks. It is...

**Describe the bug** There is an `unwrap()` when processing the response from `/v2/transactions` in `l1_submit_tx` [here](https://github.com/hirosystems/stacks-subnets/blob/c0287d39c376d1f0a984645f6b9f1796892f70ec/testnet/stacks-node/src/burnchains/l1_events.rs#L214) **Expected behavior** The application should never crash on incorrect/malicious network input, as this is...

**Describe the bug** We still have at least one flaky CI test: `tests::l1_multiparty::l1_multiparty_2_of_2_integration_test` **Steps To Reproduce** Push to GitHub. This test usually passes, but does fail occasionally **Environment (please complete...

**Describe the bug** If you run `cargo test` repeatedly, `/tmp` fills up and you start getting errors like this: ``` thread 'util_lib::bloom::test::test_bloom_counter_is_invertible' panicked at stackslib/src/util_lib/bloom.rs:735:21: called `Result::unwrap()` on an `Err`...

### Description Apply lints introduced in recent Clippy release (1.78) to this repository. See [Clippy changelog](chore/new-clippy-lints-1.78) for lints that were introduced

### Description This PR aims to support Stacks multisig with an arbitrary number of signers. Current code only works for a max of 2 multisig signers **UPDATE:** This PR now...

### Description Fetch and cache sortition state as needed, and use it to validate incoming `BlockProposal`s ### Applicable issues - fixes #4880 ### Additional info (benefits, drawbacks, caveats) Since this...

I've made a PR to the Ledger Stacks app to add support for multisig transactions where the number of signers is greater than 2: Zondax/ledger-stacks#152 In order to work with...

enhancement-p2
area:ledger
area:multisig
enhancement

### Description - Add v0 signer test where first two signers have the same key - Add checks in `mine_and_verify_confirmed_naka_block()` to confirm that no two signers have the same private...

## ⚠️ WORK IN PROGRESS ⚠️ ### Description This SIP fixes the behavior of `burn-block-height` inside of an `at-block` context ### Related Issues - Bug report: hirosystems/clarinet#1615 - Implementation: stacks-network/stacks-core#5524