Brice

Results 226 comments of Brice

The new error is caused by [this commit](https://github.com/stacks-network/stacks-core/commit/c3ea822f174ada613af2e1474696132e7f1ca7ae).

Basically, the reorg flap caused was greater than the anchor threshold which ended up causing an assertion in the code to trigger. I'll fix that and then hopefully we are...

I don't understand why the changes in https://github.com/stacks-network/stacks-core/pull/4601/commits/a4b5295c74509f5cfb9081aab2aa73bfb6a75791 don't have the same result as the previous changes. I just wanted to revert the changes to the defaults so that the...

Yes, this was fixed by #5207.

As a quick fix, set the coinbase amount to 0. Later, rename this transaction to something else.

/ / ▶ Project name / --- / Project description (one liner). / / Eli5 (one liner). [![Introduction](https://img.shields.io/badge/%23-%20Introduction%20-orange?labelColor=gray)](#Introduction) [![Features](https://img.shields.io/badge/%23-Features-orange?labelColor=gray)](#Features) [![Getting started](https://img.shields.io/badge/%23-Quick%20Start-orange?labelColor=gray)](#Quick-start) [![Documentation](https://img.shields.io/badge/%23-Documentation-orange?labelColor=gray)](#Documentation) [![Contribute](https://img.shields.io/badge/%23-Contribute-orange?labelColor=gray)](#Contribute) *** ## Introduction ## Features ## Quick-start...

See https://github.com/hirosystems/hord for an example.

We still need some more brainstorming about how to enable unit testing of these private functions in our tooling. One simple idea I have is to support an additional clarity...

This error is a bit misleading. The request is fine, but the response is getting a 400 error, and so the response is not the expected type. Converting the response...

We should also remove bns, and lockups, and possibly consolidate/simplify the costs contracts, and instantiate all of the remaining boot contracts at boot (rather than going through multiple epochs).