Skip to content

Commit 6c76963

Browse files
authored
Merge pull request #6297 from Jiloc/feat/clarity-serialization-crate
feat: clarity serialization crate
2 parents 13097c6 + 649a33e commit 6c76963

File tree

16 files changed

+7482
-1
lines changed

16 files changed

+7482
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
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.
13-
- **SIP-031 consensus rules, activating in epoch 3.2 at block 907_740**
14+
- **SIP-031 consensus rules, activating in epoch 3.2 at block 907_740**
1415

1516
### Changed
1617

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)