Skip to content
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
- Fixed an issue where `event.committed` was always equal to `true` in the block replay RPC endpoint
- Added `result_hex` and `post_condition_aborted` to the block replay RPC endpoint
- Added `--epoch <epoch_number>` flag to `clarity-cli` commands to specify the epoch context for evaluation.
- Improved block validation in `stacks-inspect`.

### Changed

- Removed `validate-naka-block` option in `stacks-inspect`, merging it with `validate-block` so that users do not need to differentiate between the two.

### Fixed

Expand Down
Loading
Loading