ethereum / grid

[DEPRECATED] Download, configure, and run Ethereum nodes and tools
https://grid.ethereum.org/
ISC License
175 stars 36 forks source link

fix: binary path variable cache was preventing other versions to be extracted #490

Closed evertonfraga closed 5 years ago

evertonfraga commented 5 years ago

What does it do?

It allows extraction of clients from its packages for multiple times, and not only once.

This PR removes the caching of the variable this.binPath on Plugin.js.

Any helpful background information?

New dependencies? What are they used for?

Relevant screenshots?