You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
[] Plutus Foundation Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
[x] Plutus Application Framework Related to the Plutus application backend (PAB), emulator, Plutus libraries
[] Marlowe Related to Marlowe
[] Other Any other topic (Playgrounds, etc.)
Describe the feature you'd like
There used to be a function called walletPubKey in Wallet.Emulator.Wallet but it's being removed in this commit due to the change of WalletId type.
But now the definition of walletPubKeyHash is essentially converting the Wallet into a MockWallet and calculate the PubKeyHash, it should be possible to define a walletPubKey function.
Area
[] Plutus Foundation Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
[x] Plutus Application Framework Related to the Plutus application backend (PAB), emulator, Plutus libraries
[] Marlowe Related to Marlowe
[] Other Any other topic (Playgrounds, etc.)
Describe the feature you'd like
There used to be a function called
walletPubKey
inWallet.Emulator.Wallet
but it's being removed in this commit due to the change ofWalletId
type.But now the definition of
walletPubKeyHash
is essentially converting theWallet
into aMockWallet
and calculate thePubKeyHash
, it should be possible to define awalletPubKey
function.https://github.com/input-output-hk/plutus-apps/blob/eabb8c01bea0f6f476c01dde89b408c397de3ed5/plutus-contract/src/Wallet/Emulator/Wallet.hs#L131-L137
The text was updated successfully, but these errors were encountered: