Skip to content

0.7.0

Compare
Choose a tag to compare
@RomanHodulak RomanHodulak released this 11 Aug 17:04
· 6 commits to main since this release

Changes

  • Publish crates to crates.io instead of the cartesi private registry.
  • Remove all mentions of the cartesi private registry.
  • Add eth- prefix to all crate names. Since the crates are published
    to the public registry, names had to be improved. This prefix in
    particular was chosen as it is specific to the Ethereum base layer.
  • Rewrite readme.
  • Remove outdated examples.
  • Trigger CI workflows only on relevant file types.
  • Update dependencies.

Fix

  • Apply all clippy suggestions; suppress warnings too complicated to
    fix with low impact.