Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catchup: into long_lived/vault from main @ bd3a638db10ee92a15f138ceaef06648c3c7b480 #18022

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5ec1416
Update changelog for 2.3.0 (#17940)
emlowe May 1, 2024
6d5eca2
Correct version numbers for dependant packages and add known issue (#…
emlowe May 1, 2024
0242d84
Merge commit '5ec14169475030d00767a821b674f76407f7f075' into checkpoi…
AmineKhaldi May 6, 2024
b80b16c
checkpoint: into main from release/2.3.0 @ 5ec14169475030d00767a821b…
pmaslana May 6, 2024
b03a9ae
Merge commit '6d5eca2cffa0363863a619fba224108225533377' into checkpoi…
AmineKhaldi May 6, 2024
f2bfdd3
checkpoint: into main from release/2.3.0 @ 6d5eca2cffa0363863a619fba…
pmaslana May 6, 2024
35851e5
optimize launcher_id_to_p2_puzzle_hash() (#17961)
arvidn May 7, 2024
1dc157e
bump farmer fill rate to 70% (#17954)
arvidn May 7, 2024
aefe7fd
Observer Mode (#17792)
Quexington May 7, 2024
2a2df63
remove ignore for loop argument deprecation warning (#17927)
altendky May 7, 2024
adb3e42
remove ignore for no current event loop deprecation warning (#17929)
altendky May 7, 2024
76419eb
remove ignore for `keyring.util` deprecation warning (#17932)
altendky May 7, 2024
c89ba28
use ubuntu-latest for all publishing (#17964)
altendky May 7, 2024
eb6b403
Set repo content updater actions reviewers (#17987)
cmmarslender May 8, 2024
79e7e79
build(deps): bump filelock from 3.13.1 to 3.14.0 (#17938)
dependabot[bot] May 8, 2024
f8bca89
more macos arm and intel matrixing (#17937)
altendky May 8, 2024
6b67816
chore: fix two typos (#17860)
wersfeds May 8, 2024
61e22fe
Make sure to use no more than 61 cpus on windows (#17958)
emlowe May 8, 2024
ad6e3be
Update coins_to_offer values type in _create_offer_for_ids to avoid n…
AmineKhaldi May 8, 2024
8117f5d
Remove no longer needed softfork_fixture (#17975)
AmineKhaldi May 8, 2024
2180c6c
remove ignore for 'u' format deprecation warning (#17930)
altendky May 8, 2024
73fed80
build(deps-dev): bump pyinstaller from 6.5.0 to 6.6.0 (#17985)
dependabot[bot] May 8, 2024
26ceeae
build(deps): bump boto3 from 1.34.46 to 1.34.100 (#17986)
dependabot[bot] May 8, 2024
6c25d3a
Optimize DL autoinserts. (#17883)
fchirica May 9, 2024
1635cf5
remove ignore for distutils deprecation warning (#17928)
altendky May 9, 2024
3033e26
build(deps): bump ejs from 3.1.8 to 3.1.10 in /build_scripts/npm_maco…
dependabot[bot] May 9, 2024
e685522
build(deps): bump ejs from 3.1.9 to 3.1.10 in /build_scripts/npm_linu…
dependabot[bot] May 9, 2024
0869c53
build(deps): bump ejs from 3.1.9 to 3.1.10 in /build_scripts/npm_wind…
dependabot[bot] May 9, 2024
ed44484
build(deps-dev): bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 …
dependabot[bot] May 9, 2024
480bba5
build(deps-dev): bump mypy from 1.8.0 to 1.10.0 (#17984)
dependabot[bot] May 9, 2024
e88d2e4
Add genesis challenge to get_network_info rpcs (#18000)
cmmarslender May 10, 2024
aa57676
Puzzle hash optimizations (#17995)
arvidn May 10, 2024
98df4ce
change datalayer python and logging from tree id to store id (#17864)
altendky May 10, 2024
41306ad
optimize key derivation in the wallet (#17991)
arvidn May 13, 2024
c513b1b
Remove leftover BlockRecord print in test_assert_height_pending (#17837)
AmineKhaldi May 13, 2024
db97095
Simplify gen_and_send_sb and make it type safe (#17911)
AmineKhaldi May 13, 2024
b93faf0
Improve spend bundle checks in test_dao_proposal_partial_vote (#17912)
AmineKhaldi May 13, 2024
250a6ab
Remove no longer needed isinstance assert in mint_from_did and mint_f…
AmineKhaldi May 13, 2024
bd3a638
fix macos installer test matrix (#18005)
altendky May 13, 2024
667d795
Merge commit 'bd3a638db10ee92a15f138ceaef06648c3c7b480' into catchup/…
Quexington May 15, 2024
618e4f9
merge fix of puzzle hash derivation
Quexington May 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,32 +202,32 @@ jobs:
publish:
name: Publish ${{ matrix.os.arch }}
runs-on: ${{ matrix.os.runs-on }}
runs-on: ubuntu-latest
needs:
- build
container: chianetwork/ubuntu-20.04-builder:latest
timeout-minutes: ${{ matrix.os.timeout }}
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os:
- runs-on: ubuntu-latest
arch: amd64
- arch: amd64
glue-name: "build-amd64-deb"
timeout: 5
- runs-on: [Linux, ARM64]
arch: arm64
- arch: arm64
glue-name: "build-arm64-deb"
# TOOD: some self hosted runners are exhibiting slow artifact downloads sometimes
timeout: 20
timeout: 5

env:
CHIA_INSTALLER_VERSION: ${{ needs.build.outputs.chia-installer-version }}

steps:
- uses: Chia-Network/actions/clean-workspace@main

- uses: Chia-Network/actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}

- uses: chia-network/actions/create-venv@main
id: create-venv

Expand Down Expand Up @@ -289,7 +289,6 @@ jobs:
aws s3 cp "$GITHUB_WORKSPACE/build_scripts/final_installer/chia-blockchain-cli_${CHIA_INSTALLER_VERSION}-1_${{ matrix.os.arch }}.deb" "s3://download.chia.net/dev/chia-blockchain-cli_${CHIA_DEV_BUILD}-1_${{ matrix.os.arch }}.deb"
- name: Create Checksums
if: env.FULL_RELEASE == 'true' || github.ref == 'refs/heads/main'
run: |
ls "$GITHUB_WORKSPACE"/build_scripts/final_installer/
sha256sum "$GITHUB_WORKSPACE"/build_scripts/final_installer/chia-blockchain_${CHIA_INSTALLER_VERSION}_${{ matrix.os.arch }}.deb > "$GITHUB_WORKSPACE"/build_scripts/final_installer/chia-blockchain_${CHIA_INSTALLER_VERSION}_${{ matrix.os.arch }}.deb.sha256
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build-linux-installer-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
container:
image: chianetwork/rocky8-builder:latest
timeout-minutes: 5
strategy:
fail-fast: false
Expand All @@ -221,6 +219,10 @@ jobs:
steps:
- uses: Chia-Network/actions/clean-workspace@main

- uses: Chia-Network/actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}

- uses: chia-network/actions/create-venv@main
id: create-venv

Expand Down Expand Up @@ -283,7 +285,6 @@ jobs:
aws s3 cp "$GITHUB_WORKSPACE"/build_scripts/final_installer/chia-blockchain-cli-${CHIA_INSTALLER_VERSION}-1.x86_64.rpm s3://download.chia.net/dev/chia-blockchain-cli-${CHIA_DEV_BUILD}-1.x86_64.rpm
- name: Create Checksums
if: env.FULL_RELEASE == 'true' || github.ref == 'refs/heads/main'
run: |
ls "$GITHUB_WORKSPACE"/build_scripts/final_installer/
sha256sum "$GITHUB_WORKSPACE"/build_scripts/final_installer/chia-blockchain-${CHIA_INSTALLER_VERSION}-1.x86_64.rpm > "$GITHUB_WORKSPACE"/build_scripts/final_installer/chia-blockchain-${CHIA_INSTALLER_VERSION}-1.x86_64.rpm.sha256
Expand Down
45 changes: 21 additions & 24 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,21 +245,19 @@ jobs:

publish:
name: Publish ${{ matrix.os.name }} DMG
runs-on: ${{ matrix.os.runs-on }}
runs-on: ubuntu-latest
needs:
- build
timeout-minutes: 10
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os:
- runs-on: macos-11
name: intel
- name: intel
file-suffix: ""
glue-name: "build-macos"
- runs-on: [MacOS, ARM64]
name: m1
- name: m1
file-suffix: "-arm64"
glue-name: "build-mac-m1"

Expand Down Expand Up @@ -318,19 +316,10 @@ jobs:
AWS_SECRET: "${{ secrets.CHIA_AWS_ACCOUNT_ID }}"
GLUE_API_URL: "${{ secrets.GLUE_API_URL }}"

- name: Install AWS CLI
if: steps.check_secrets.outputs.HAS_AWS_SECRET
run: |
command -v aws || brew install awscli
- name: Install GH CLI
run: |
command -v gh || brew install gh
- name: Create Checksums
run: |
ls
shasum -a 256 ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg > ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.sha256
shasum -a 256 ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg > ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.sha256
- name: Configure AWS credentials
if: steps.check_secrets.outputs.HAS_AWS_SECRET
Expand All @@ -345,29 +334,29 @@ jobs:
GIT_SHORT_HASH=$(echo "${GITHUB_SHA}" | cut -c1-8)
CHIA_DEV_BUILD=${CHIA_INSTALLER_VERSION}-$GIT_SHORT_HASH
echo "CHIA_DEV_BUILD=$CHIA_DEV_BUILD" >> "$GITHUB_ENV"
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/dev/Chia-${CHIA_DEV_BUILD}${{ matrix.os.file-suffix }}.dmg
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/dev/Chia-${CHIA_DEV_BUILD}${{ matrix.os.file-suffix }}.dmg
- name: Create torrent
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: env.FULL_RELEASE == 'true'
run: |
py3createtorrent -f -t udp://tracker.opentrackr.org:1337/announce ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg -o ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent --webseed https://download.chia.net/install/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg
py3createtorrent -f -t udp://tracker.opentrackr.org:1337/announce ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg -o ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent --webseed https://download.chia.net/install/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg
ls ${{ github.workspace }}/build_scripts/final_installer/
gh release upload --repo ${{ github.repository }} $RELEASE_TAG ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent
gh release upload --repo ${{ github.repository }} $RELEASE_TAG ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent
- name: Upload Dev Installer
if: steps.check_secrets.outputs.HAS_AWS_SECRET && github.ref == 'refs/heads/main'
run: |
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/latest-dev/Chia${{ matrix.os.file-suffix }}_latest_dev.dmg
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.sha256 s3://download.chia.net/latest-dev/Chia${{ matrix.os.file-suffix }}_latest_dev.dmg.sha256
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/latest-dev/Chia${{ matrix.os.file-suffix }}_latest_dev.dmg
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.sha256 s3://download.chia.net/latest-dev/Chia${{ matrix.os.file-suffix }}_latest_dev.dmg.sha256
- name: Upload Release Files
if: steps.check_secrets.outputs.HAS_AWS_SECRET && env.FULL_RELEASE == 'true'
run: |
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/install/
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.sha256 s3://download.chia.net/install/
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/Chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent s3://download.chia.net/torrents/
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg s3://download.chia.net/install/
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.sha256 s3://download.chia.net/install/
aws s3 cp ${{ github.workspace }}/build_scripts/final_installer/chia-${{ env.CHIA_INSTALLER_VERSION }}${{ matrix.os.file-suffix }}.dmg.torrent s3://download.chia.net/torrents/
- name: Upload release artifacts
if: env.RELEASE == 'true'
Expand Down Expand Up @@ -414,6 +403,10 @@ jobs:
matrix: 13
runs-on:
intel: macos-13
- name: 14
matrix: 14
runs-on:
arm: macos-14
arch:
- name: ARM64
matrix: arm
Expand All @@ -430,6 +423,10 @@ jobs:
matrix: 13
arch:
matrix: arm
- os:
matrix: 14
arch:
matrix: intel

steps:
- uses: Chia-Network/actions/clean-workspace@main
Expand Down
17 changes: 4 additions & 13 deletions .github/workflows/build-windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,7 @@ jobs:
publish:
name: Publish EXE
runs-on: [windows-2019]
defaults:
run:
shell: bash
runs-on: ubuntu-latest
needs:
- build
timeout-minutes: 5
Expand Down Expand Up @@ -326,12 +323,6 @@ jobs:
AWS_SECRET: "${{ secrets.CHIA_AWS_ACCOUNT_ID }}"
GLUE_API_URL: "${{ secrets.GLUE_API_URL }}"

- name: Install AWS CLI
if: steps.check_secrets.outputs.HAS_AWS_SECRET
shell: pwsh
run: |
msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
- name: Configure AWS credentials
if: steps.check_secrets.outputs.HAS_AWS_SECRET
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -350,10 +341,10 @@ jobs:
aws s3 cp chia-blockchain-gui/release-builds/windows-installer/ChiaSetup-${CHIA_INSTALLER_VERSION}.exe s3://download.chia.net/dev/ChiaSetup-${CHIA_DEV_BUILD}.exe
- name: Create Checksums
shell: pwsh
run: |
certutil.exe -hashfile ${{ github.workspace }}/chia-blockchain-gui/release-builds/windows-installer/ChiaSetup-${{ env.CHIA_INSTALLER_VERSION }}.exe SHA256 > ${{ github.workspace }}/chia-blockchain-gui/release-builds/windows-installer/ChiaSetup-${{ env.CHIA_INSTALLER_VERSION }}.exe.sha256
ls ${{ github.workspace }}/chia-blockchain-gui/release-builds/windows-installer/
ls "$GITHUB_WORKSPACE"/chia-blockchain-gui/release-builds/windows-installer/
sha256sum "$GITHUB_WORKSPACE"/chia-blockchain-gui/release-builds/windows-installer/ChiaSetup-${{ env.CHIA_INSTALLER_VERSION }}.exe > "$GITHUB_WORKSPACE"/chia-blockchain-gui/release-builds/windows-installer/ChiaSetup-${{ env.CHIA_INSTALLER_VERSION }}.exe.sha256
ls "$GITHUB_WORKSPACE"/chia-blockchain-gui/release-builds/windows-installer/
- name: Create torrent
if: env.FULL_RELEASE == 'true'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
python:
- major-dot-minor: "3.10"
os:
- runs-on: macos-latest
matrix: macos-arm
- runs-on: macos-12
matrix: macos
matrix: macos-intel
- runs-on: ubuntu-latest
matrix: linux
- runs-on: windows-latest
Expand Down
2 changes: 2 additions & 0 deletions .repo-content-updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var_overrides:
DEPENDABOT_ACTIONS_REVIEWERS: '["cmmarslender", "altendky"]'
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,94 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
for setuptools_scm/PEP 440 reasons.

## 2.3.0 Chia blockchain 2024-05-01

### Fixed
* Fixed `Install.ps1` for PowerShell 7.4
* Fixed readability of `Could not find parent coin` error log by printing hex and not bytes
* Fixed some shutdown log spam by ensuring signal objects for signal handlers (fixes #17578)
* Fixed negative plot sync durations not crashing the harvester (fixes #15027) (thanks @felixbrucker)
* Fixed log spam by only logging warnings about protocol mismatches for farmer and harvester
* Fixed log spam by logging rollbacks only if heights are actually deleted
* Fixed DID update metadata issue (fixes #17412)
* Fixed error codes and add more test coverage for message conditions
* Fixed non-development source install
* Fixed reorg from 0
* Fixed (again) Datalayer download banning
* Improved timelord skip peak logic.
* Used click.Path for make_offer command filename (fixes #10920)
* Handle when xch_target_address in config doesn't decode correctly (fixes #16995)
* Delete unconfirmed Clawback TX
* tighten up the check for duplicate UnfinishedBlocks before requesting that block
* Optimized Datalayer `get_key_by_node`
* Added test for observance of melted CAT balance (fixes #17727)
* increase backwards compatibility by using default values for peer file path
* Added `--skip-keyring` option to `chia start` and use in GUI (fixes #17848)

### Added
* Added Python 3.12 support
* Added new subscription and wallet sync protocol support (will be used by the wallet in future releases)
* Added Chip-25 Message Conditions support (https://github.com/Chia-Network/chips/pull/98)
* Added support for HTTP redirect for the pool url (thanks @felixbrucker)
* Added `use_delta_sync` option for faster wallet sync (thanks @felixbrucker)
* Added Datalayer RPC pagination.
* Added Datalayer multiple batch updates with `submit_on_chain` option.
* Added `get_network_info` RPC to daemon
* Added `new_unfinished_block2` support in Chia seeder
* Added Hint support for SpendSim

### Changed
* Transition `FullBlock`, `BlockRecord`, `CoinSpend`, and `HeaderBlock` to rust
* Move tests - all tests and infrastructure are now included in the chia-blockchain package under `chia/_tests`
* Remove `Announcement` class in favor of `Condition` subclasses
* Remove `ignore_max_send_amount`
* Use `psutil.cpu_affinity()` instead of `os.cpu_count()`
* Stop automatic transaction pushing by wallets
* Unify transaction pushing
* For testing purposes added support for non-ssl rpc clients
* Return TXs from CATWallet and Offer creation
* Remove all install.sh code that installs python and leave it to the user to install separately
* Remove old `unhashable` special case in `Streamable`
* Optimize `validate_removals()`
* Remove support for migrating peers from legacy file format
* Set unique peer filenames when swapping to/from testnets
* Cleaner cli output for rpc client fetch errors
* Optimized Datalayer subscription handling by using a `QueuedAsyncPool` for `DataLayer.periodically_manage_data()`
* Update README.md links for wiki & faq sunset
* Update README formatting and links (thanks @bknox83)
* Turned concatenation of strings to f-strings (thanks @eukub)
* Remove dead code in `multiprocess_validation`
* Improve logging of the height-to-hash and sub-epoch-summaries cache
* Pass full version in `Handshake` (thanks @felixbrucker)
* Separate protocol versions for full_node, farmer, harvester, wallet
* Optimized v1 to v2 DB upgrade
* Datalayer: Avoid manage data loop delay for self subscriptions
* Datalayer: Don't download DAT files that are already on disk
* Datalayer: `get_proof` optimizations - use get_ancestors_optimized
* Datalayer: Optimize insert/upsert/delete by using `get_node_by_key`
* Datalayer: stop using fee config setting and remove from initial config
* Datalayer: Optimize clean_node_table's query and speedup by leveraging relaxed foreign_keys
* Enabled compression for cli rpm
* Bump `chia_rs` to `0.6.1`
* Bump `clvm_tools` to `0.4.9`
* Bump `chiavdf` to `1.1.4`
* Bump `chiapos` to `2.0.4`
* Bump `clvm` to `0.9.9`
* Bump `aiohttp` to `3.9.2`
* Bump `anyio` to `4.3.0`
* Bump `boto3` to `1.34.46`
* Bump `aiosqlite` to `0.20.0`
* Bump `colorlog` to `6.8.2`
* Bump `cryptography` to `42.0.5`
* Bump `keyring` to `24.3.1`
* Bump `dnspython` to `2.5.0`
* Bump `watchdog` to `4.0.0`
* Bump `dnslib` to `0.9.24`
* Bump `typing-extensions` to `4.10.0`

### Known Issues
* Please be aware that logging at `DEBUG` log level may log your local keyring passphrase to the log file. Note this is **not** your key mnemonic.

## 2.2.1 Chia blockchain 2024-03-4

### Fixed
Expand Down
1 change: 1 addition & 0 deletions build_scripts/check_dependency_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import sys
import tempfile

# TODO: publish wheels for these
excepted_packages = {
"dnslib", # pure python
"chialisp_loader",
Expand Down
12 changes: 6 additions & 6 deletions build_scripts/npm_linux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions build_scripts/npm_macos/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading