Skip to content

Commit 96cf01d

Browse files
authored
Merge branch 'develop' into feat/tx-replay-failsafe
2 parents 7f21a79 + 1f086cd commit 96cf01d

File tree

34 files changed

+8919
-92
lines changed

34 files changed

+8919
-92
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8-
## Unreleased
8+
## [3.2.0.0.0]
99

1010
### Added
1111

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.
1213
- 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**
1315

1416
### Changed
1517

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ members = [
1212
"stacks-node",
1313
"contrib/tools/config-docs-generator"]
1414

15+
exclude = ["contrib/clarity-serialization"]
16+
1517
# Dependencies we want to keep the same between workspace members
1618
[workspace.dependencies]
1719
ed25519-dalek = { version = "2.1.1", default-features = false }

0 commit comments

Comments
 (0)