crytic v6.0.1 Release Notes

Release Date: 2019-12-18 // over 4 years ago
  • โž• Added

    • ๐Ÿ†• New command crytic noop to output the code as crytic would run it. This helps with debugging, e.g. crytic noop | crystal eval
    • ๐Ÿ‘€ Crystal 0.31.x compatibility (no changes were needed for crystal 0.30.x). Be careful with crystal 0.31.0 and 0.31.1 because there is a bug that might cause your CI job to pass even with failing tests. See #8420.
    • Crystal 0.32.x compatibility

    ๐Ÿ”„ Changed

    • The stryker dashboard reporter only reports a successfull upload if the API responds with the correct status code