Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@embark/core): Support legacy Parity version parsing
Parse legacy version of Parity. Pre-version 2 of Parity outputs “Parity <version>” instead of the post-version 2 “Parity-Ethereum”. Embark was emitting an error when the version of an older Parity client could not be parsed, and no warning messages regarding the version were shown. This PR modifies the regex that parses the version so that older versions of Parity can be detected and the appropriate warning message can appear.
- Loading branch information