Skip to content

Cactus 1.8.1

Compare
Choose a tag to compare
@dominick01234 dominick01234 released this 20 May 02:14
· 487 commits to main since this release

Version 1.8.1 of the Cactus reference client is now available for download! This release contains improvements to the GUI and other assorted bug fixes.

General End-User Experience Improvements

List of fixed known issues:
    Loading the NFT gallery may result in the GUI turning into a white screen
    The GUI may display that there’s a has mismatch with the NFT content
    When creating an offer, NFT search by NFT name is not available
    Signing messages with an NFT can’t find the NFT by search
    When using WalletConnect to connect to a DApp, the name of the DApp shows up as “Unknown Application” after successfully connecting to the DApp
    “Update pending” is not showing when you move an NFT to a different profile

For Developers and Creators (RPC and CLI Only)

WalletConnect
    Improved pairing process when DApp commands doesn’t match what’s supported by the Chia reference wallet version that is trying to connect NFTs
Removed the 50 NFT limit when listing NFTs from the CLI.

For Testnet10 Full Node operators

Assert Before soft fork activation height has been set to immediately activate on Testnet10 to enable testing and feature development

Changed

Updated testnet soft fork height so soft fork rules take effect on testnet immediately
Optimize compact proofs

Fixed

Issue where CLI only listed first 50 NFTs by hard coding num param when listing NFTs from CLI
Issue where wallet might display RuntimeError: dictionary changed size during iteration by avoiding dict changes while iterating in handle_nft
Issue where node had trouble keeping peers with assert self.peak is not None error by not adding transactions to the mempool before it has a valid peak (fixes https://github.com/Chia-Network/chia-blockchain/issues/15217)

GUI Changes

Keybase links and menu items have been replaced with Discord links
NFT loading and performance fixes to incorrect images and sluggish UI
Fixed a bug that prevented users from joining a pool
Fixed a DID creation failure caused by improper comparison between string and number
Removed a hardcoded NFT page size limit (if not specified)
Allow WalletConnect pairings that include unsupported commands
Fix plotting with madmax when tmpdir2 wasn't explicitly set
Added the WalletConnect command getNFTWalletsWithDIDs to support fetching a list of DIDs owned by the user
Update Electron 22.3.5 to 22.3.7 to address security advisories