regtest-server icon indicating copy to clipboard operation
regtest-server copied to clipboard

A regtest server for bitcoinjs-lib testing

Results 3 regtest-server issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

I setup the docker instance as documented, it seems to be running, though I cannot connect or run my own tests.

The problem was introduced in PR [#13](https://github.com/bitcoinjs/regtest-server/pull/13) due to the upgrade to leveldown 6. When requesting UTXOs, if they are still in the mempool, indexd returns values from memory. However,...