thephez
thephez
@dashameter It's probably related to dapi-grpc (see https://npm.runkit.com/@dashevo/dapi-grpc) which uses this: https://github.com/dashevo/dapi-grpc/blob/v0.22-dev/package-lock.json#L16. I frequently have issues due to a `git+ssh` reference in package-lock.json for this specific dependency (which I've gotten...
@dash-maverick I was using the library in a different way and the workaround I used isn't applicable for this case. Someone else (probably a dev) will need to look at...
@shumkov Some interesting discussion in a GH issue that appears related: https://github.com/npm/cli/issues/2610#issuecomment-914610832. Perhaps updating this would fix it: https://github.com/dashevo/platform/blob/v0.22-dev/packages/dapi-grpc/package.json#L41? And https://github.com/dashevo/platform/blob/v0.22-dev/packages/js-grpc-common/package.json#L34 and https://github.com/dashevo/platform/blob/v0.22-dev/package.json#L68?
Hi, you can find some info about keys in the identities DIP: https://github.com/dashpay/dips/blob/master/dip-0011.md#keys. Looks like it is incomplete (transfer keys aren't mentioned and must not have been added whenever they...
> Run `cargo fmt` Oh, I did. But I forgot to push it :see_no_evil:
@shumkov or @QuantumExplorer could you take a minute to review / merge this one? It's pretty trivial.
@coderabbitai review
I see now that there is a [specific test case](https://github.com/dashpay/platform/blob/master/packages/js-dapi-client/test/unit/methods/core/subscribeToTransactionsWithProofsFactory.spec.js#L100-L116) that does this (block height 0, but with a block hash). It doesn't really make sense to me that you...
Should be resolved by #2001 / #2002
> However, I just checked the DAPI source code. it just turnt off for some reason > > It was disabled in https://github.com/dashpay/platform/pull/1857. I think because there was concern about...