Skip to content

Releases: rainshowerLabs/sothis

0.5.0

03 Aug 18:39
45ca5ac
Compare
Choose a tag to compare

0.5.0 is a major Sothis version.

Changelog:

  • Add new tracking mode call_track. Lets you track the output of eth_staticcall, check wiki for more info.
  • Add csv output flag.
  • BREAKING: Add flag to convert to decimals. All crates depending on sothis must account for this.
  • Shelved reth support (For now!)
  • Relicense to MPL-2.
  • Bug fixes, code go brr improvements.

Installation

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

0.4.0

13 Jul 22:14
60d9999
Compare
Choose a tag to compare

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

0.3.2

02 Jul 14:53
29bf94d
Compare
Choose a tag to compare

This is a minor version containing the following changes:

  • Performance fixes and updates.
  • --terminal-block flag can now be used with the tracking mode. Check the readme for details.
  • Added an informational warning when listening for blocks, and no new blocks are added to the head in 60 seconds.
  • Output more verbose error messages.
  • Warn if RPC URLs are not valid.