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
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,35 @@ 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.4]
8
+
## [Unreleased]
9
9
10
10
### Added
11
11
12
-
-New `/v3/tenures/tip_metadata` endpoint for returning some metadata along with the normal tenure tip information.
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
-
15
-
## [3.3.0.0.3]
14
+
## [3.3.0.0.5]
16
15
17
16
### Added
18
17
19
-
-In the`/v3/transaction/{txid}`RPC endpoint, added `block_height` and `is_canonical` to the response.
18
+
-New endpoint`/v3/blocks/simulate/{block_id}`allows to simulate the execution of a specific block with a brand new set of transactions
20
19
- Improved block validation in `stacks-inspect`.
21
20
22
21
### Changed
23
22
24
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.
25
24
25
+
## [3.3.0.0.4]
26
+
27
+
### Added
28
+
29
+
- New `/v3/tenures/tip_metadata` endpoint for returning some metadata along with the normal tenure tip information.
30
+
31
+
## [3.3.0.0.3]
32
+
33
+
### Added
34
+
35
+
- In the `/v3/transaction/{txid}` RPC endpoint, added `block_height` and `is_canonical` to the response.
36
+
26
37
### Fixed
27
38
28
39
- When mining, do not try to extend (or initiate) a tenure that did not commit to the ongoing chain tip (see #6744)
0 commit comments