mainnet-pat
mainnet-pat
Hey Calin, I've added the support for address and scripthash transaction subscriptions. See documented interfaces https://github.com/cculianu/electrum-cash-protocol/pull/1 Cheers, pat.
closes #709 closes #5572 ## Motivation This PR is a cherry picked and squashed set of changes required to enable ENS support which we have added for [smartBCH](https://smartbch.org) [network](https://helpme.cash). Our...
Add `encodeExtendedJson` and `decodeExtendedJson` with support for BigInts, TypesArrays, and Dates
This is a counterparty to libauth's stringify function. It currently supports parsing back `Uint8Array` and `BigInt`, not sure how to go about `Symbol` and `Function`
We already have TCP (node only), WS (node+browser). Both require sophisticated software like [elecrum-cash](https://www.npmjs.com/package/electrum-cash). How about the simplest thing in the world of web - namely http way to issue...
This PR changes the `INNER JOIN` condition to lookup inputs by indexed columns `transaction_internal_id` and `outpoint_index`. Otherwise full sequence scan is performed taking up to between 12-18 minutes on a...
Related to https://github.com/blockscout/blockscout/pull/5704
Hi, I've seemingly discovered a bug in SLPDB. When doing an NFT child genesis SLPDB does not check for parent token burns until a new block arrives. This results in...
This PR adds support for running test suite using dockerized `monerod` and `monero-wallet-cli` Also this dockerized setup is used in GitHub Actions. Tests are ran upon any push onto `master`,...
`monero-ts` can benefit from GH Actions for CI, running tests on new commits in branches and PRs, detect changes to C++ code and rebuild emscription. Also package the release to...
* Eliminate synchronous fs calls * Allow for fs in browser