ASuciuX

Results 70 issues of ASuciuX

- fixes https://github.com/stacks-network/stacks-core/issues/5136 Will add json error handling for the API for the other methods not validated yet (BadBlockHash and BadTransaction).

Just unit test for signers. As integration test would require too many changes to the operational behavior

Could a lot of small miners, each spending 0.1$ worth of BTC per block, do anything malicious to congest the communication/network? All of them submit valid transactions (valid blocks etc.)...

3.0-Testing

- explicitly supports bitcoin core 28 - fixes https://github.com/hirosystems/ordhook/issues/411

Main board with ongoing sub-issues related to improving test coverage - [ ] indexing tests for different scenarios - [ ] rollback case https://github.com/hirosystems/ordhook/pull/420 - [ ] api tests https://github.com/hirosystems/ordhook/issues/401...

Some functions don’t have all possible cases tested. Mutation testing helps identify these cases and highlights the functions that need more tests. This issue lists all the current mutants based...

mutation-testing

Add defaults to structs so functions can be mutated. Add a skip header for those functions where it is not possible. Related docs: - [How to set defaults](https://github.com/stacks-network/actions/tree/main/stacks-core/mutation-testing#4-unviable) - [How...

mutation-testing

- fixes https://github.com/hirosystems/chainhook/issues/667

Hello @sourcefrog, hope you’re doing well! I’ve seen some great updates since I last implemented cargo-mutants in different workflows. I ran into an issue where cargo-mutants fails when working with...

bug
copy_tree

[wip] to add prev_cursor Fixes https://github.com/hirosystems/stacks-blockchain-api/issues/2349 by adding cursor-based pagination for events. This provides stable iteration through results, unlike offset-based pagination where responses can shift as new events are added.