Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
### Added

- New `/v3/tenures/tip_metadata` endpoint for returning some metadata along with the normal tenure tip information.

- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions

## [3.3.0.0.3]

### Added

- In the `/v3/transaction/{txid}` RPC endpoint, added `block_height` and `is_canonical` to the response.
- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions
- Improved block validation in `stacks-inspect`.

### Changed
Expand Down
Loading