Skip to content

0.4.0

Compare
Choose a tag to compare
@makemake-kbo makemake-kbo released this 13 Jul 22:14
· 72 commits to master since this release
60d9999

The big one.

This release changes the following:

  • Sothis is now portable and can be used as a crate in other rust projects.
  • New mode: fast_track. Track state variables without replaying.
  • BREAKING CHANGE Hardhat support fixed. We now send raw transactions by default instead of unsigned. Use the --send_as_unsigned flag to send unsigned txs.
  • Add grace period to allow for users to prepare their local nodes for testing. Set the --no_setup flag to skip.
  • More verbose error/info messages.
  • Change heartbeat time from 60 to 20 seconds.

Installation

Sothis is a rust crate. You can install it with cargo:
cargo install sothis