AJ ONeal

Results 311 issues of AJ ONeal

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({...

See also: - https://docs.dash.org/projects/core/en/stable/docs/api/remote-procedure-calls-raw-transactions.html#getrawtransactionmulti

This does 2 things: - lexicographically sorts the type normalizing functions - raises those functions to the level of the export Since this library is slow-moving, having these at the...