Skip to content

Releases: moonstream-to/moonworm

moonworm v0.9.3: multiple addreses in autoscale

31 Jul 09:01
924b9cb
Compare
Choose a tag to compare

Added multile addresses suppoert for auto scale batch_size

moonworm v0.9.2: Fix moonstream provider

24 Jun 13:09
e840925
Compare
Choose a tag to compare
  • Add block_hash for moonstream provider

moonworm v0.9.1: Add block hash

17 Jun 13:39
0a0054e
Compare
Choose a tag to compare
  • Add block hash
  • Add moonstream-types

moonworm v0.9.0: Improved tuple parsing from CLIs generated for brownie

09 Apr 17:15
9f9f772
Compare
Choose a tag to compare

What's Changed

  • Fixing the tuple array parsing. Now type=eval is included by @uchami-lg in #123

New Contributors

Full Changelog: v0.8.0...v0.9.0

`moonworm` v0.8.0: Foundry support

08 Nov 20:16
05274f3
Compare
Choose a tag to compare

Foundry

This release introduces the --foundry project to the moonworm generate-brownie command.

When you call moonworm generate-brownie with the --foundry flag, moonworm generates a Python interface and CLI for the contracts in the --project directory assuming that they are built with Foundry, not Brownie.

This is part of a more comprehensive transition to Foundry on the part of Moonstream.

`moonworm watch` no longer bugs out on ABIs with constructors

07 Sep 05:13
e8b12a5
Compare
Choose a tag to compare

Previously ABI items who no "name" key would cause moonworm watch to crash.

This release fixes this bug, and adds a HOWTO guide for how to use the moonworm watch command to monitor smart contracts.

What's Changed

Full Changelog: v0.7.1...v0.7.2

`moonworm v0.7.1`: Fixes a bug with calling `pure` functions from the command line

20 Aug 22:27
9db4f25
Compare
Choose a tag to compare

In earlier versions of moonworm, calls from the command line to pure functions would error out because there was no sender sent with the CLI invocation.

This releases fixes this issue.

Support for contracts with empty constructors

09 Aug 20:34
ef33c79
Compare
Choose a tag to compare

This release also adds CLI support for methods with compound, nested argument types.

v0.6.2: Small dependencies fix

08 Mar 17:42
d47f4eb
Compare
Choose a tag to compare

Small dependencies fix.

v0.6.1: Wyrm support

08 Mar 17:22
e5321e5
Compare
Choose a tag to compare

Moved networks to moonstreamdb package.