vnavascues
vnavascues
## Abstract Master story #1081 Milestone: 2 Epic: transactions history query ~~Given a Kusama account, query its transactions using an indexer and manage them as rotki does with other supported...
**Description** Hi, I'm currently testing the new `base64decode` task and it errors with: ``` failed to decode base64 string: illegal base64 data at input byte 0 input: $(decode_cbor.address) ``` I'd...
**Description** Attempting to set `ethtx` `minConfirmations` via `cborparse` output makes the jobrun error with: ``` json "__typename": "JobRun", "id": "110", "allErrors": [ "minConfirmations: strconv.ParseUint: parsing "$(decode_cbor.minConfirmations)": invalid syntax: bad input...
Hi, I'm very pleased to see this new validation system. I'd like to know the reasoning behind a `null` param is defaulted to `undefined`. https://github.com/smartcontractkit/external-adapters-js/blob/develop/packages/core/bootstrap/src/lib/external-adapter/validator.ts#L218 ```typescript const param = usedKey...
Hi, I'd like to know what's the best way to deal with an EA that has: - A default endpoint, e.g. `price` to be requested using websocket - A supported...
Hi all, Send Text works properly (with both default key and my client one), but I'm not able to make it work using the microphone. Once I press "Stop Listen"...