Skip to content

Commit 166305b

Browse files
Merge branch 'develop' of https://github.com/stacks-network/stacks-core into chore/merge-develop-to-aac-client-breaking
2 parents d4d08b8 + d622c3d commit 166305b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3156
-1506
lines changed

.github/workflows/image-build-source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
## Define which docker arch to build for
1010
env:
11-
docker_platforms: "linux/amd64"
11+
docker_platforms: "linux/amd64,linux/arm64"
1212
docker-org: blockstack
1313

1414
concurrency:
@@ -69,7 +69,6 @@ jobs:
6969
STACKS_NODE_VERSION=${{ env.GITHUB_SHA_SHORT }}
7070
GIT_BRANCH=${{ env.GITHUB_REF_SHORT }}
7171
GIT_COMMIT=${{ env.GITHUB_SHA_SHORT }}
72-
TARGET_CPU=x86-64-v3
7372
push: ${{ env.DOCKER_PUSH }}
7473

7574
## Generate docker image attestation(s)

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ 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+
## [Unreleased]
9+
10+
### Added
11+
12+
- Added support for new Clarity 4 builtin, `secp256r1-verify?` (not activated until epoch 3.3)
13+
14+
### Added
15+
16+
- New `block_proposal_validation_timeout_secs` configuration option in the connection options section, allowing to set the maximum duration a node will spend validating a proposed block.
917

1018
### Changed
1119

1220
- Renamed Clarity 4's new `block-time` to `stacks-block-time`
1321
- Improve cost-tracking for type-checking function arguments in epoch 3.3 (see [#6425](https://github.com/stacks-network/stacks-core/issues/6425))
22+
- Replaced `libsecp256k1` with `k256` and `p256` from RustCrypto and removed separate Wasm implementations.
1423

1524
## [3.2.0.0.2]
1625

Cargo.lock

Lines changed: 163 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)