Skip to content

Commit

Permalink
Correct version numbers for dependant packages and add known issue (#…
Browse files Browse the repository at this point in the history
…17943) (#18067)

* Correct version numbers for dependant packages

* Include versions updates to dependant packages

* Added known issues

(cherry picked from commit 6d5eca2)

Co-authored-by: Earle Lowe <[email protected]>
  • Loading branch information
altendky and emlowe authored May 22, 2024
1 parent 5ec1416 commit 4f2088d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ for setuptools_scm/PEP 440 reasons.
* Stop automatic transaction pushing by wallets
* Unify transaction pushing
* For testing purposes added support for non-ssl rpc clients
* Bump `chia_rs` to `0.5.2`
* Bump `clvm_tools` to `0.4.8`
* Bump `aiohttp` to `3.9.2`
* 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`
Expand All @@ -77,6 +74,25 @@ for setuptools_scm/PEP 440 reasons.
* 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

Expand Down

0 comments on commit 4f2088d

Please sign in to comment.