grim-i-am

Results 5 comments of grim-i-am

> the "request" is a "Query" and the response is therefore for that query that would work with one off requests but if you're firing off many requests inside a...

> this is a conscious design decision to precisely discourage people from writing something like evaluateOrSubmitTx and shoot themselves in the foot too easily. Such mistakes would be discovered immediately...

Hi code-brewer. Here you go: .skey: `spendKey.to_128_xprv()` .vkey: `spendKey.to_public().as_bytes()`

> Hi, > > You can get it using the cardano cli like this: `cardano-cli address build --payment-script-file swap-testnet.plutus --testnet-magic 1097911063 --out-file swap-testnet.addr` This question is obviously asking how to...

This is not the expected behaviour. I'm having similar issues with getUtxos not returning the correct set. Too many utxos in my case. Much more than necessary to cover the...