Skip to content

Releases: Certora/gambit

v1.0.6

Choose a tag to compare

@chandrakananandi chandrakananandi released this 08 May 20:36
072ff4c

What's Changed

Full Changelog: v1.0.5...v1.0.6

Fix additional remapping issue

Choose a tag to compare

@chandrakananandi chandrakananandi released this 21 May 21:56
41d3045

This release handles some additional issues with remappings.

Support for a solc flag

Choose a tag to compare

@chandrakananandi chandrakananandi released this 22 Apr 23:13
6a6f72e
Merge pull request #41 from Certora/cnandi/evmversion

CERT-5925 support for evm-version

Automatically update Certora Docs from README

Choose a tag to compare

@chandrakananandi chandrakananandi released this 22 Dec 14:11
5858eb3
Merge pull request #33 from Certora/fix_readme

Fix readme

Small bug fix

Choose a tag to compare

@chandrakananandi chandrakananandi released this 23 Nov 02:10
05abe4a

Fixes a bug in allow-path when there are multiple entries.

Ubuntu version issue fix

Choose a tag to compare

@chandrakananandi chandrakananandi released this 12 Oct 16:15
d1a0289
Merge pull request #34 from Certora/oz/ubuntu20

CERT-3805 | Add support for ubuntu 20

Add support for include_path and some other clean up

Choose a tag to compare

@chandrakananandi chandrakananandi released this 12 Jul 22:38
87560c8
v1.0.0

Update README.md

Bug fix

Choose a tag to compare

@chandrakananandi chandrakananandi released this 22 May 03:34
948e9d6

During a recent refactor, support for the mutations feature was lost. We added it back in this release.

API changes and refactoring

Choose a tag to compare

@chandrakananandi chandrakananandi released this 15 May 21:41
78b7224

This release introduces changes to the Gambit API.
We introduced a new filtering step which can be used to down-sample mutants. By default, Gambit will generate all mutants that can be produced. We also did some refactoring and cleanups. There are also some changes to the names of the config fields which are reflected in the documentation.

Support for --allow-paths and some bug fixes

Choose a tag to compare

@chandrakananandi chandrakananandi released this 09 Feb 18:32

Adds support for users to pass in the solc-allowpaths field / argument as described in the README. This is important for invoking solc correctly for projects that have complex dependencies and imports.