Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Releases: chaintope/contract-coverager

bug fix

22 May 00:48

Choose a tag to compare

Bug fix

  • Fix error when param.data is undefined.

Support ETH_CALL and Contract Creation

21 May 09:59
77e4687

Choose a tag to compare

Enhancements

  • Support eth_call tracing.
  • Implement extract of constructor function signature.
  • Support calculate coverage to constructor process.
  • Support CREATE opcode.

Bug fix

  • Fixed error when use CoverageSubprovider in multiple-files.

Resolve call hierarchy.

06 May 16:43

Choose a tag to compare

New Feature

Implement to resolve call hieralchy.

Tweaks

Change to warn message instead of raise error when unmatching program counter.
Disable some of noisy warnings.

first release

05 May 04:10
bdc5c3f

Choose a tag to compare

first released. but test in simple *.vy contract only. so very poor tool ;P