Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/stacks-network/stacks-core
Browse files Browse the repository at this point in the history
… into chore/add-drop-reason-to-p2p-logs
  • Loading branch information
jferrant committed Feb 7, 2025
2 parents 8604e38 + bffb1aa commit f4bd71c
Show file tree
Hide file tree
Showing 24 changed files with 1,235 additions and 101 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pr-differences-mutants.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: PR Differences Mutants

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- '**.rs'
# Disabling PR mutants (issue #5806)
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# paths:
# - '**.rs'
workflow_dispatch:

concurrency:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE

## Added

- Add `vrf_seed` to the `/v3/sortitions` rpc endpoint

### Changed

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

### Fixed

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

## [3.1.0.0.5]

### Added
Expand Down
Loading

0 comments on commit f4bd71c

Please sign in to comment.