William
William
Hi, I am using the latest CSL 11.1.0 version on the preview network and I am trying to spend 2 script outputs that hold an inline datum like so: ```...
I am getting an error when submitting a transaction build with the client lib. I am particularly confused by the statement: ```The third data argument, does not decode to a...
Keeping initializer's validation format
- [x] simple extension for `tx_complete` type API to support `chain`ing of transactions - [x] added test case Example: One can chain any complete transaction by using the newly available...
Connecting to anything other than `mainnet` fails with the following error: ``` ERROR stage{stage="source"}:bootstrap: pallas_network::facades: handshake refused reason=Refused(13, "version data mismatch: NodeToNodeVersionData {networkMagic = NetworkMagic {unNetworkMagic = 2}, diffusionMode =...
# Context The PR's proposes changes to the SDK to support transaction projection indexed by credentials. Ticket: [LW-10737](https://input-output.atlassian.net/browse/LW-10737) # Proposed Solution DB Schema/ Entities: - [x] Added Credential - [x]...
# Context In the context of the a wallet-optimized, event-driven API, we want to simplify discovering addresses for clients trying to derive their latest wallet state. Hence, the question arises...