Skip to content

Commit

Permalink
Merge pull request #1546 from Plutonomicon/koz/expose-wallet-spec
Browse files Browse the repository at this point in the history
Export UseMnemonic and ConnectToGenericCip30 from Contract.Config
  • Loading branch information
klntsky authored Oct 1, 2023
2 parents d786ed7 + 17156ae commit d47bdff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed

- `UseMnemonic` and `ConnectToGenericCip30` constructors now exported from
`Contract.Config`
([#1546])(https://github.com/Plutonomicon/cardano-transaction-lib/pull/1546))
- `waitUntilSlot` can now be used with a slot far in the future ([#1490](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1490))
- `Unable to convert Slot to POSIXTime` error of `waitUntilSlot` doesn't omit important error details anymore ([#1458](https://github.com/Plutonomicon/cardano-transaction-lib/issues/1458))
- Performance issues when using Eternl in multi-address mode ([#1440](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1440))
Expand Down
2 changes: 2 additions & 0 deletions src/Contract/Config.purs
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ import Ctl.Internal.Wallet.Spec
, StakeKeyPresence(WithStakeKey, WithoutStakeKey)
, WalletSpec
( UseKeys
, UseMnemonic
, ConnectToNami
, ConnectToGero
, ConnectToFlint
, ConnectToEternl
, ConnectToLode
, ConnectToNuFi
, ConnectToLace
, ConnectToGenericCip30
)
)
import Data.Log.Level (LogLevel(Trace, Debug, Info, Warn, Error))
Expand Down

0 comments on commit d47bdff

Please sign in to comment.