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-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,28 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
11
11
12
12
- Setup for epoch 3.4 and Clarity version 5. Epoch 3.4 is currently set to activate at Bitcoin height 3,400,000 (very far in the future) until an activation height is selected. Clarity will activate with epoch 3.4.
13
13
14
+
## [3.3.0.0.5]
15
+
16
+
### Added
17
+
18
+
- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions
19
+
- Improved block validation in `stacks-inspect`.
20
+
21
+
### Changed
22
+
23
+
- Removed `validate-naka-block` option in `stacks-inspect`, merging it with `validate-block` so that users do not need to differentiate between the two.
24
+
14
25
## [3.3.0.0.4]
15
26
16
27
### Added
17
28
18
29
- New `/v3/tenures/tip_metadata` endpoint for returning some metadata along with the normal tenure tip information.
19
-
- New endpoint `/v3/blocks/simulate/{block_id}` allows to simulate the execution of a specific block with a brand new set of transactions
20
30
21
31
## [3.3.0.0.3]
22
32
23
33
### Added
24
34
25
35
- In the `/v3/transaction/{txid}` RPC endpoint, added `block_height` and `is_canonical` to the response.
26
-
- Improved block validation in `stacks-inspect`.
27
-
28
-
### Changed
29
-
30
-
- 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