baKon

Results 6 issues of baKon

I'm an including datum values in my cbor like so `witnesses.set_plutus_data(datumFields);` I am also successfully attaching the Datum hash to my output to be set on the UTXO. However that...

#### Describe your idea, in simple words. Currently using CIP-30 dapp connector when one uses `api.getUtxos()` the result is returned in `cborHex` which you can further feed into the `Cardano...

enhancement
good first issue

How do I add assets to TX build as inputs when having them returned in JSON format not cbor hex like you do with `getUTxos()` from wallet extensions defined in...

**Describe the bug** When making request to jade-service-runner to start new service. Upon an error returns ` { "id": 1, "jsonrpc": "2.0", "result": { "error": { "code": 6969, "message": "unknown...

triage

**Describe the bug** Latest version of server-js create this error when this export line is included. in: `node_modules/@open-rpc/server-js/build/index.d.ts` error: ```node_modules/@open-rpc/server-js/build/index.d.ts:4:10 - error TS1005: 'from' expected. 4 export * as transports...

**Describe the bug** A clear and concise description of what the bug is. https://github.com/open-rpc/meta-schema/blame/78bb78fb9a5c3cd3f5117e5c681e43e9f31d7016/index.d.ts#L128 Since this changed from `JSONSchema[]` to `Undefined` on line 128 and few other lines: 134, 161,...