dashameter
dashameter
#103 had a brief discussion if it's worthwhile to rename the methods to e.g. `fetch` and `fetchById` to clearly communicate the data is retrieved remotely rather than locally .. there...
accepting a `string` for one ID and `array` for multiple IDs feels intuitive, or a wrapper function `getById` wrapping `getByIds`
What if we merge this as is, since I'm already using the method in the dapps, and later we extend it with an array of ids which will be a...
Can we also show an error if a docker container keeps restarting ? (Drive likes to do that, then you just see a stuck `Task without a title` but you...
confirmed after running above snippet
I have a script running right now with a mnemonic that throws this error. Feel free to use this mnemonic to reproduce and triage this issue: https://github.com/dashameter/dash-dapp-autofaucet/blob/sendTest/sendTx1.js#L36 https://github.com/dashameter/dash-dapp-autofaucet/blob/sendTest/logs/sendTx1-out.log#L7687
failed retest: ``` InvalidRequestError: invalid transaction: Missing inputs at GrpcTransport.createGrpcTransportError (dash-dapp-autofaucet/node_modules/@dashevo/dapi-client/lib/transport/GrpcTransport/createGrpcTransportError.js:96:12) at GrpcTransport.request (dash-dapp-autofaucet/node_modules/@dashevo/dapi-client/lib/transport/GrpcTransport/GrpcTransport.js:86:34) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:97:5) { code: 3, data: {}, dapiAddress: DAPIAddress { host: '34.219.93.145',...
retest failed: ``` 1|sendTx1 | InvalidRequestError: invalid transaction: Missing inputs 1|sendTx1 | at GrpcTransport.createGrpcTransportError (/root/dash-dapp-autofaucet/node_modules/@dashevo/dapi-client/lib/transport/GrpcTransport/createGrpcTransportError.js:96:12) 1|sendTx1 | at GrpcTransport.request (/root/dash-dapp-autofaucet/node_modules/@dashevo/dapi-client/lib/transport/GrpcTransport/GrpcTransport.js:86:34) 1|sendTx1 | at runMicrotasks () 1|sendTx1 | at processTicksAndRejections (internal/process/task_queues.js:97:5)...
@markin-io thanks for the hint. I actually haven't been using the dapiAddresses for the last test. I just re-ran the test a few times with and without the unsafeOptions and...
> There is even a know workaround connected to the state of having > 300 transactions @dash-maverick can you share the known workaround ?