Skip to content

Commit f4bd71c

Browse files
committed
Merge branch 'develop' of https://github.com/stacks-network/stacks-core into chore/add-drop-reason-to-p2p-logs
2 parents 8604e38 + bffb1aa commit f4bd71c

File tree

24 files changed

+1235
-101
lines changed

24 files changed

+1235
-101
lines changed

.github/workflows/pr-differences-mutants.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: PR Differences Mutants
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- reopened
8-
- synchronize
9-
- ready_for_review
10-
paths:
11-
- '**.rs'
4+
# Disabling PR mutants (issue #5806)
5+
# pull_request:
6+
# types:
7+
# - opened
8+
# - reopened
9+
# - synchronize
10+
# - ready_for_review
11+
# paths:
12+
# - '**.rs'
1213
workflow_dispatch:
1314

1415
concurrency:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
99

1010
## Added
1111

12+
- Add `vrf_seed` to the `/v3/sortitions` rpc endpoint
13+
1214
### Changed
1315

1416
- Logging improvements:
@@ -17,6 +19,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1719

1820
### Fixed
1921

22+
- Error responses to /v2/transactions/fees are once again expressed as JSON ([#4145](https://github.com/stacks-network/stacks-core/issues/4145)).
23+
2024
## [3.1.0.0.5]
2125

2226
### Added

0 commit comments

Comments
 (0)