Skip to content

Commit

Permalink
Merge branch 'master' into bounded
Browse files Browse the repository at this point in the history
  • Loading branch information
ksolana authored Aug 21, 2024
2 parents d7bda38 + 0880cb6 commit 73bb6af
Show file tree
Hide file tree
Showing 37 changed files with 727 additions and 641 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload Artifacts
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-artifact
path: windows-release/
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-artifact
path: ./windows-release
Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-artifact
path: ./windows-release/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Release channels have their own copy of this changelog:
* `agave-validator`: Update PoH speed check to compare against current hash rate from a Bank (#2447)
* `solana-test-validator`: Add `--clone-feature-set` flag to mimic features from a target cluster (#2480)
* `solana-genesis`: the `--cluster-type` parameter now clones the feature set from the target cluster (#2587)
* `unified-scheduler` as default option for `--block-verification-method` (#2653)

## [2.0.0]
* Breaking
Expand Down
Loading

0 comments on commit 73bb6af

Please sign in to comment.