trufflesuite / ganache-cli-archive

Fast Ethereum RPC client for testing and development. See https://github.com/trufflesuite/ganache for current development.
https://www.trufflesuite.com/ganache
MIT License
3.36k stars 696 forks source link

✨ add --dbMemdown parameter #798

Closed JoranHonig closed 3 years ago

JoranHonig commented 3 years ago

This allows users to instantiate a ganache network using Memdown.

This is very helpful for applications like https://github.com/JoranHonig/vertigo which will run many instances of ganache, and run many test suites.

Using file based storage can be hard on the HD 😅

JoranHonig commented 3 years ago

👋 Hi @davidmurdoch, I asked in the truffle gitter and they said I should request a review from you on this one.

So; Could you review this pr? 🙏

dmuhs commented 3 years ago

@davidmurdoch Do you have an update on this? Also interested in making this feature available