ASuciuX
ASuciuX
Related #4587 The mutation testing highlighted there might be missing unit tests for `parse_lexed` but there needs to be created a default for `SymbolicExpression` to check it. The steps for...
The `max-writes` and `write-freq` parameters for signers of StackerDB are currently set to their default values, with `write-freq` always set to 0 and `max-writes` set to a very high value....
This is the PR enabling the full manual dispatch of the mutants CI so that they could run for more than 6 hours. It has a custom action limiting the...
This makes it easier to follow logs and match between signer and node. Also, this makes it easier to match them for the analysis tool in order to generate the...
CI workflows taking longer than 6 hours are timed out and can't be run completely. These mutants runs should be run locally. The CI should see the number of mutants...
Is your feature request related to a problem? Please describe. Mutations Testing works by modifying the body of the function to a default return. eg. if i have a sum...
Is your feature request related to a problem? Please describe. Mutations Testing works by modifying the body of the function to a default return. eg. if i have a sum...
Questions - Does follower validate state/blocks? YES - When do tenure extends happen? Do they have coinbase (or only fee promise)? - Current: Only when sorition is missed (burn block...
To check: - [x] tenure height updated + 1 - [x] next_block_consensus_hash != current_block_consensus_hash - [ ] submit burn block -> imediately submit a tx, then wait 5 secs, then...