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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,24 @@ 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
-
## Unreleased
8
+
## [3.2.0.0.0]
9
9
10
-
- The HTTP `Date` header in responses now strictly follows RFC7231.
10
+
### Added
11
+
12
+
- Added the `clarity-serialization` crate: A lightweight crate for serializing and deserializing Clarity values. This crate decouples core data types from the Clarity VM, making it easier to build off-chain tooling, and other applications that interact with Clarity data. It includes support for `wasm32-unknown-unknown` targets via the `wasm-web` and `wasm-deterministic` features.
13
+
- Added `/v3/contracts/fast-call-read/:principal/:contract_name/:func_name` api endpoint. It allows to run read-only calls faster by disabling the cost and memory trackers. This endpoint requires authentication.
14
+
-**SIP-031 consensus rules, activating in epoch 3.2 at block 907_740**
11
15
12
16
### Changed
13
17
18
+
- The HTTP `Date` header in responses now strictly follows RFC7231.
14
19
- When a previous block commit is unable to be RBFed, the miner will now just wait for it to be confirmed instead of submitting a new block commit which breaks the miner's UTXO chain.
20
+
- When mining, only log new block proposal responses, not duplicates.
21
+
22
+
### Fixed
23
+
24
+
- Fixed tenure downloader logic on reward cycle boundaries (#6234).
25
+
- Do not send events to event observers for stale StackerDB chunks.
0 commit comments