Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
errfrom committed Aug 8, 2024
1 parent 0746e3e commit c43c3f1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
its registered and unregistered public stake keys: `ownDrepPubKey`,
`ownDrepPubKeyHash`, `ownRegisteredPubStakeKeys`, `ownUnregisteredPubStakeKeys`.
These new functions can be imported from `Contract.Wallet`.
**WARNING**: The implementation of `ownRegisteredPubStakeKeys` and
`ownUnregisteredPubStakeKeys` for KeyWallet is partial. Currently, it is not
possible to differentiate between registered and unregistered stake keys due to
the limitations of the underlying query layer. As a result, all controlled stake
keys are returned, irrespective of their registration status.
**WARNING**: KeyWallet does not distinguish between registered and unregistered
stake keys due to the limitations of the underlying query layer. This means that
all controlled stake keys are returned as part of `ownUnregisteredPubStakeKeys`,
and the response of `ownRegisteredPubStakeKeys` is always an empty array.
([#1638](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1638))

- New examples demonstrating various interactions with the Cardano governance
Expand All @@ -111,7 +110,9 @@ keys, an error will be thrown.
### Removed

- Constructors for individual wallets (like Nami or Eternl) from `WalletSpec`.
Use `ConnectToGenericCip30` with the right wallet identifier instead.
Use `ConnectToGenericCip30` with the right wallet identifier instead. To obtain
the identifier of a known wallet, refer to `KnownWallet` and `walletName` from
`Contract.Config`.
([#1638](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1638))

### Fixed
Expand Down

0 comments on commit c43c3f1

Please sign in to comment.