dashd-rpc icon indicating copy to clipboard operation
dashd-rpc copied to clipboard

Dash Client Library to connect to Dash Core (dashd) via RPC

Results 16 dashd-rpc issues
Sort by recently updated
recently updated
newest added

**Update** This is in #72, and readily available in https://github.com/dashhive/DashRPC.js This can't be used reliably without waiting for initialization. Therefore, it should include an `init()` function that provides that boilerplate...

Since this hasn't been updated in a few years we've pulled in most of the PRs that we've opened here and published to npm as `dashrpc`: - https://www.npmjs.com/package/dashrpc - https://github.com/dashhdive/DashRPC.js...

This is built on other PRs now, so the relevant commit is just 7fea699806705831b38b384289694df0a7f62c63. This replaces `async` with `Promise` in the simplest way possible. Much of the time task pools...

This builds on other PRs. The relevant commit is 15b7b6fd4615bc74ff6f328b0eb46b391240d3ba. The node dashd tools now rely on the fixes to node crypto found in v18+, so using Bluebird doesn't even...

This is build on DH 1 - DH 4. The commit that describes this particular change is bdd4c04. Fixes #68

Cleaner, easier to read and understand, also handles the case of `undefined`, rather than throwing an error. Also corrects the type of `getRawTransaction` in a backwards-compatible way: - `arg >...

I don't care what the style is, but it needs to be consistent and automated via tooling rather that dictated. I picked what I believe to be closest the the...

bumps mocha to v10, but there are likely no breaking changes that affect the tests

It's important to note that this takes an anonymous array as the parameter, not an object with a named key like other RPC calls in the library. ```diff - rpc.getTxChainLocks({...