ASuciuX
ASuciuX
The requirement can be divided into two distinct tasks: 1. Execute a specific subset of tests from a test file, identified by their unique test names. ``` necessist stackslib/src/chainstate/stacks/boot/pox_4_tests.rs \...
I've run the benchmark again after the latest commit ([a8597f1](https://github.com/stacks-network/stacks-core/pull/4483/commits/a8597f14c0a9b719c9eb77138df4099647fe66f7)), compared to the previous one ([885b6e5](https://github.com/stacks-network/stacks-core/pull/4483/commits/885b6e5f4d5d2223c01619d5b6231d593691b0cd)). The results show a decrease of `2%` in block processing time, above the initial...
@jcnelson I've removed all the modifications outside of `clarity` package. Can you please review it? cc: @jbencin
@jcnelson @jbencin I've removed the `.collect()` as it was failing the build, now it should work. Can you please re-approve this?
> I assume this was failing to compile because of a merge conflict? There were no previous merge conflicts, what I've seen was that the `.collect()` was previously implemented at...
If there is a more appropriate place for the traits and implements please let me know and I will move them.
Updated message displayed after having all of it as 1 line 
Also, tests passed successfully using ``` RUST_BACKTRACE=full BITCOIND_TEST=1 cargo test -- --test-threads=1 ``` after modifying locally what I also modified on one of my [PRs](https://github.com/stacks-network/stacks-core/pull/4948/commits/92703a90e6689feb8110990e25dc790e273f736e).
I have completed the setup of the tool, making it dev-friendly by updating its naming conventions, code structure, and documentation in the README. I believe this issue can be closed....
> is there a reason they aren't working? is there a case where they may be working with mutants in the future? The mutants change the body to a default...