Skip to content

Releases: Certora/gambit

Fix additional remapping issue

21 May 21:56
41d3045
Compare
Choose a tag to compare

This release handles some additional issues with remappings.

Support for a solc flag

22 Apr 23:13
6a6f72e
Compare
Choose a tag to compare
Merge pull request #41 from Certora/cnandi/evmversion

CERT-5925 support for evm-version

Automatically update Certora Docs from README

22 Dec 14:11
5858eb3
Compare
Choose a tag to compare
Merge pull request #33 from Certora/fix_readme

Fix readme

Small bug fix

23 Nov 02:10
05abe4a
Compare
Choose a tag to compare

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

Ubuntu version issue fix

12 Oct 16:15
d1a0289
Compare
Choose a tag to compare
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

12 Jul 22:38
87560c8
Compare
Choose a tag to compare

Bug fix

22 May 03:34
948e9d6
Compare
Choose a tag to compare

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

API changes and refactoring

15 May 21:41
78b7224
Compare
Choose a tag to compare

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

09 Feb 18:32
Compare
Choose a tag to compare

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.

A tool for automatically generating mutants for Solidity

17 Jan 18:50
Compare
Choose a tag to compare

Gambit is a tool for automatically mutating Solidity programs in order to strengthen and evaluate specifications and test suites.