Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Typo * Fix new Blockscout UI scraping Since the new Blockscout uses client side rendering, we need a browser to scrape the page contents. Use puppeteer to scrape. Also update `txRegex` to be an array to support trying multiple regexes. * Install puppeteer dependencies * Install puppeteer dependencies on new branch * Lower lib-sourcify coverage limits * Move from `nyc` to `c8` After adding `puppeteer` we started getting `cov_{id} is not defined` errors. This was caused by `nyc` which hasn't been updated in years. It would make sense to move to a more up-to-date coverage library. See istanbuljs/nyc#1327 * Replace additional commands with `nyc` * Replace `nyc` with `c8` in `bytecode-utils` * Build before test in `bytecode-utils` * Replace `nyc` with `c8` in `contract-call-decoder` * Silence the coverage report in test results * Replace `nyc` with `c8` in `lib-sourcify` * Remove nyc from server .gitignore and package-lock * Fix package-lock's * Fix package-locks * Fix 'Please use only .send() or only .field() & .attach()'
- Loading branch information