Skip to content

Commit

Permalink
Merge pull request #910 from guydavis/integration
Browse files Browse the repository at this point in the history
v1.8.2
  • Loading branch information
guydavis authored Jun 28, 2023
2 parents f6c4f57 + 192112b commit 035cbe1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
build-args: |
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=latest"
"CHIA_BRANCH=release/1.8.1"
"CHIA_BRANCH=release/1.8.2"
"MADMAX_BRANCH=v1.8.0.giga11"
"BLADEBIT_BRANCH=cuda-compression"
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-chia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"UBUNTU_VER=jammy"
"MACHINARIS_STREAM=test"
"CHIADOG_BRANCH=dev"
"CHIA_BRANCH=release/1.8.1"
"CHIA_BRANCH=release/1.8.2"
"PLOTMAN_BRANCH=development"
"BLADEBIT_BRANCH=cuda-compression"
"MADMAX_BRANCH=v1.8.0.giga11"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.2] - 2023-06-28
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/1.8.2) to v1.8.2
### Notes
- Bladebit still broken on ability to `ramplot` and `diskplot` as they try to match Gigahorse's GPU plotting. Still awaiting a fix...

## [1.8.1] - 2023-05-17
### Changed
- By default, exclude Gigahorse plots from automated plot check due to poor performance of the 'ProofOfSpace' binary.
Expand Down

0 comments on commit 035cbe1

Please sign in to comment.