Skip to content

Update dependency solidity-coverage to ^0.8.0#14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/solidity-coverage-0.x
Open

Update dependency solidity-coverage to ^0.8.0#14
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/solidity-coverage-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 19, 2021

This PR contains the following updates:

Package Change Age Confidence
solidity-coverage ^0.5.4^0.8.0 age confidence

Release Notes

sc-forks/solidity-coverage (solidity-coverage)

v0.8.17: 0.8.17 (Osaka Support)

Compare Source

This release contains changes to support the Osaka hardfork (thanks to @​fvictorio 💯 ).

What's Changed

Full Changelog: sc-forks/solidity-coverage@v0.8.16...v0.8.17

v0.8.16: 0.8.16

Compare Source

Support for custom storage layout syntax

This version updates the plugin's parser dependency to support the layout and at keywords introduced in Solidity v0.8.29

What's Changed

Full Changelog: sc-forks/solidity-coverage@v0.8.15...v0.8.16

v0.8.15: 0.8.15

Compare Source

Speed up test runs when using viaIR

This release adds an irMinimum option which should improve execution speeds if you're generating coverage with solc's viaIR mode enabled. The plugin has handled viaIR for about a year but it runs more slowly in that setting because it has to search for execution traces across a wider range of opcodes. The performance hit is especially notable in solidity code that iterates hundreds of times in loops.

NOTE: Not all code will compile withirMinimum (you may get stack-too-deep errors unfortunately). But if yours does, this option should make things faster for you.

Usage

// .solcover.js
module.exports = {
  irMinimum: true,
}
What's Changed
New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.14...v0.8.15

v0.8.14: 0.8.14

Compare Source

What's Changed
New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.13...v0.8.14

v0.8.13

Compare Source

🐛 Bug Fixes

This release fixes a bug that caused the plugin to error when used with hardhat-viem in combination with a forked network.

What's Changed
New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.12...v0.8.13

v0.8.12

Compare Source

What's Changed

  • Adds "work-around" support for the hardhat-viem plugin. If you're using viem, run the coverage task with:
    SOLIDITY_COVERAGE=true npx hardhat coverage
    
  • Adds support for solc v0.4.x
  • Fixes a bug where plugin crashed if the contract sources directory name contained a period.
  • Fixes a bug where instrumentation failed if there was whitespace between require statement and the terminating semi-colon
PRs

Full Changelog: sc-forks/solidity-coverage@v0.8.11...v0.8.12

v0.8.11

Compare Source

===================

  • Check all SWAP opcodes for inst. hashes when viaIR is true (#​873)

v0.8.10

Compare Source

===================

  • Check all PUSH opcodes for instr. hashes when viaIR is true (#​871)

v0.8.9

Compare Source

==================

  • Fix duplicate hash logic (#​868)
  • Improve organization of edge case code in collector (#​869)

v0.8.8

Compare Source

==================

  • Coerce sources path to absolute path if necessary (#​866)
  • Only inject file-level instr. for first pragma in file (#​865)

v0.8.7

Compare Source

==================

  • Documentation Cleanup & Improvements for 0.8.7 release
    (#​859)
  • Add tests for file-level function declarations
    (#​858)
  • Add try / catch unit tests (#​857)
  • Fix test project configs for viaIR detection in overrides
    (#​856)
  • Enable coverage when viaIR compiler flag is true
    (#​854)
  • Add missing onPreCompile hook
    (#​851)
  • Remove ganache-cli related code from API & tests
    (#​849)
  • Add command option to specify the source files to run the coverage on
    (#​838)

v0.8.6

Compare Source

==================

  • Add test for multi-contract files with inheritance
    (#​836)
  • Add test for modifiers with post-conditions (#​835)
  • Document Istanbul check-coverage cli command
    (#​834)
  • Throw error when mocha parallel is set to true
    (#​833)
  • Fix instrumentation error for virtual modifiers
    (#​832)
  • Add test for file level using for statements
    (#​831)
  • Fix chained ternary conditionals instrumentation
    (#​830)
  • Update faq.md with an optimizer config workaround
    (#​822)
  • Upgrade solidity-parser to 0.18.0 (#​829)
  • Perform ternary conditional injections before branch injections
    (#​828)
  • Add drips funding config (#​827)

v0.8.5

Compare Source

==================

  • Update contributor list (#​812)
  • Add dependabot config (#​759)
  • Add a package description to package.json (#​775)
  • change .solcoverjs occurrences to .solcover.js (#​777)
  • Remove all mentions to buidler (#​778)
  • Update HH dev dep & fix Zeppelin E2E test (#​811)
  • Update mocha version to 10.2.0, fix deprecated debug package (#​810)

v0.8.4

Compare Source

==================

  • Update solidity-parser to 0.16.0 (#​802)

v0.8.3

Compare Source

==================

  • Updates for Hardhat v2.15.0 (#​796)

v0.8.2: 0.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.1...v0.8.2

v0.8.1

Compare Source

===================

  • Check all SWAP opcodes for inst. hashes when viaIR is true (#​873)

v0.8.0

Compare Source

==================

v0.7.22

Compare Source

v0.7.21

Compare Source

===================

  • Add support for UncheckedStatement blocks (#​712)
  • Lazy load hardhat plugin resources (#​711)

v0.7.20

Compare Source

===================

  • Remove early V7 Truffle patches (#​693)

v0.7.19

Compare Source

===================

  • Update solidity-parser/parser to 0.14.0 - supports solidity user-defined types (#​689)

v0.7.18

Compare Source

=================

  • Add solcOptimizerDetails option to help workaround "stack too deep" errors (#​683)
  • Add __SOLIDITY_COVERAGE_RUNNING variable on global HH env for identifying solidity-coverage task from other tasks (#​682)
  • Fix hardhat_reset (#​667)
  • Add new hook and make temporary contracts directory configurable (#​664)
  • Use internal visibility for fn level hash method defs (#​660)

v0.7.17

Compare Source

v0.7.16

Compare Source

===================

v0.7.15

Compare Source

===================

  • Fix ctrl-c not exiting on Hardhat (#​616)
  • Fix bug instrumentation bug w/ "pragma abicoder v2" (#​615)
  • Update changelog: v0.7.14

v0.7.14

Compare Source

===================

v0.7.13

Compare Source

===================

  • Use default artifact paths for hardhat >= 2.0.4 (Fixes hardhat-deploy bug)

v0.7.12

Compare Source

===================

  • Add Hardhat plugin support and allow coverage to run on HardhatEVM (#​548)
  • Allow truffle projects to contain vyper contracts (#​571)
  • Locate .coverage_contracts correctly for subfolder paths
    (#​570)
  • Replace Web3 with thin rpc wrapper (#​568)
  • Stop reporting assert statements as branches (#​556)
  • Upgrade @​truffle/provider to 0.2.24 (#​550)
  • Upgrade solidity-parser/parser to 0.8.1 (#​549)

v0.7.11

Compare Source

========================

  • Upgrade Web3 to ^1.3.0, ganache-cli to 6.11.0
  • Make statement and function coverage measurement optional

v0.7.10

Compare Source

==================

  • Bump parser to 0.7.0 (Solidity 0.7.0)

v0.7.9

Compare Source

==================

  • Fix --testfiles glob handling (Buidler)

v0.7.8

Compare Source

==================

  • Track statements in try/catch blocks correctly

v0.7.7

Compare Source

==================

  • Recommend using --network in buidler docs
  • Fix html report function highlighting
  • Stop instrumenting receive() for statements / fns (to save gas)
  • Lazy load ganache in buidler plugin (fix for buidler source-maps)
  • Unset useLiteralContent in buidler compilation settings
  • Support multi-contract files w/ inheritance for solc 0.6.x

v0.7.5

Compare Source

==================

  • Auto disable buidler-gas-reporter (fixes hang when both plugins are present)
  • Upgrade @​solidity-parser/parser to ^0.6.0 (for solc 0.6.5 parsing)

v0.7.4

Compare Source

==================

v0.7.3

Compare Source

==================

  • Use empty string for default cli flag values (Buidler) (#​490)
  • Get test files after compileComplete hook runs (Truffle) (#​485)
  • Fix skipFiles option for Windows OS (#​486)
  • Allow modifier string arguments containing "{" (#​480)
  • Allow base contract string constructor args with open curly braces
    (#​479)
  • Bump handlebars from 4.1.2 to 4.5.3
  • Bump kind-of from 6.0.2 to 6.0.3

v0.7.2

Compare Source

===================

  • Add support for UncheckedStatement blocks (#​712)
  • Lazy load hardhat plugin resources (#​711)

v0.7.1

Compare Source

===================

  • Update solidity-parser/parser to 0.14.0 - supports solidity user-defined types (#​689)

v0.7.0

Compare Source

==================

  • New architecture / Truffle plugin (See PR #​372 for details)
  • Expose solidity-coverage/api (See PR #​421 for details)
  • Add Buidler plugin (See PR #​421 for details)

v0.6.7

Compare Source

v0.6.5

Compare Source

=========================

  • Ugrapde testrpc-sc to 6.5.1-sc.1 (using eth-sig-util 2.3.0)
  • Pin solidity-parser-antlr to 0.4.7

v0.6.4

Compare Source

==================

  • Upgrade testrpc-sc to track ganache-cli 6.5.1

v0.6.3

Compare Source

==================

  • Fix parsing bug for soldity type keyword (upgrade solidity-parser-antlr to ^0.4.7)

v0.6.2

Compare Source

==================

  • Fix coverage for solidity send and transfer (upgrade testrpc-sc to 6.4.5-sc.3)

v0.6.1

Compare Source

==================

  • Fix bug preprocessing unbracketed if else statements

v0.6.0

Compare Source

==================

  • Add E2E vs Zeppelin and Colony in CI
  • Add misc regression tests
  • Rebase testrpc-sc on ganache-cli 6.4.5, using --allowUnlimitedContractSize and --emitFreeLogs by default.
  • Make pre-processor (and instrumentation step) much much faster
  • Transition to using solidity-parser-antlr (@​area)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 3cf0554 to ff44ea7 Compare May 7, 2021 15:31
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.7.16 Update dependency solidity-coverage to ^0.7.0 May 7, 2021
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from ff44ea7 to f61d272 Compare May 14, 2021 09:51
@renovate renovate Bot changed the title Update dependency solidity-coverage to ^0.7.0 Update dependency solidity-coverage to v0.7.16 May 14, 2021
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from f61d272 to dba6e5f Compare October 18, 2021 20:50
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.7.16 Update dependency solidity-coverage to v0.7.17 Oct 18, 2021
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from dba6e5f to 9bdadb2 Compare February 2, 2022 07:11
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.7.17 Update dependency solidity-coverage to v0.7.18 Feb 2, 2022
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 9bdadb2 to 694c10e Compare March 7, 2022 12:08
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.7.18 Update dependency solidity-coverage to v0.7.20 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 694c10e to a3bb3b8 Compare April 25, 2022 00:27
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.7.20 Update dependency solidity-coverage to v0.7.21 Apr 25, 2022
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from a3bb3b8 to 09a21c5 Compare September 25, 2022 12:24
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.7.21 Update dependency solidity-coverage to v0.8.2 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 09a21c5 to bb9dc4d Compare March 18, 2023 20:34
@renovate renovate Bot changed the title Update dependency solidity-coverage to v0.8.2 Update dependency solidity-coverage to ^0.8.0 Mar 18, 2023
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from bb9dc4d to a44cac3 Compare August 10, 2025 14:07
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from a44cac3 to 81ba52e Compare September 25, 2025 14:12
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 81ba52e to e0eae58 Compare October 21, 2025 22:04
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from e0eae58 to 24ad989 Compare November 10, 2025 18:51
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 24ad989 to 77d2582 Compare November 18, 2025 10:50
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 77d2582 to 72b37be Compare December 11, 2025 05:08
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 72b37be to c40f25b Compare December 31, 2025 14:51
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from c40f25b to 5676040 Compare January 23, 2026 18:48
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 5676040 to 98cbe79 Compare February 12, 2026 11:43
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 98cbe79 to 64f0b0c Compare March 5, 2026 18:35
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch 2 times, most recently from 7e9cb58 to cd918f1 Compare April 8, 2026 18:12
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from cd918f1 to 3f4ca55 Compare April 29, 2026 19:48
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from 3f4ca55 to c248a41 Compare May 12, 2026 12:28
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from c248a41 to e794e64 Compare May 28, 2026 17:02
@renovate renovate Bot force-pushed the renovate/solidity-coverage-0.x branch from e794e64 to 1de2993 Compare June 1, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants