-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
… to be balanced, signed and submitted by a remote wallet. * New WalletEffect, `yieldUnbalancedTx`, which makes available an unbalanced tx to be balanced, signed and then submitted to the blockchain. * Added ToJSON and FromJSON instances to ExportTx (partial tx) * Additionnal Generic and OpenAPI.ToSchema orphan instances for some cardano-api types. * New wallet handler in the PAB: RemoteClient. The only implemented wallet effect for the moment is `YieldUnbalancedTx`. The rest of the effects will be implemented in the future. * Changed the PAB wallet config settings which allows the user to specify if the wallet is available locally or remotely. * In the PAB, partial txs (`ExportTx`) are now exposed in the contract instance status endpoint (additionnaly as a `NewYieldedPartialTx` message in the websocket) when calling `yieldUnbalancedTx`. * Changed the PayToWallet example in plutus-pab to use `yieldUnbalancedTx`.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.