You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
7
7
8
+
## [3.3.0.0.5]
9
+
10
+
### Added
11
+
12
+
- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions
13
+
- Improved block validation in `stacks-inspect`.
14
+
15
+
### Changed
16
+
17
+
- Removed `validate-naka-block` option in `stacks-inspect`, merging it with `validate-block` so that users do not need to differentiate between the two.
18
+
8
19
## [3.3.0.0.4]
9
20
10
21
### Added
@@ -17,11 +28,6 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
17
28
### Added
18
29
19
30
- In the `/v3/transaction/{txid}` RPC endpoint, added `block_height` and `is_canonical` to the response.
20
-
- Improved block validation in `stacks-inspect`.
21
-
22
-
### Changed
23
-
24
-
- Removed `validate-naka-block` option in `stacks-inspect`, merging it with `validate-block` so that users do not need to differentiate between the two.
0 commit comments