Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 19:01
· 15 commits to main since this release
d7335e6

Important changes

Sozo

  • Sozo build now have stats option to help you monitor the size of your contracts before deploying on public networks.

Torii

  • Enhance the support for configuration file for Torii, where different part of the configs can be only partially given. All the other values will be the default.
  • Model upgradeability has been merged into Torii (as a reminder, model upgradeability is append only).
  • ERC indexing has been optimized in this release and support for union type.
  • Torii gRPC client has now a keep alive, which should reduce the reconnections experienced in the client for long time usage.
  • You can now specify which namespace(s) Torii can index, totally discarding all the events related to other namespaces.

What's Changed

Full Changelog: v1.0.0...v1.0.1