Skip to content

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

Compare
Choose a tag to compare
@zomglings zomglings released this 20 Aug 22:27
· 20 commits to main since this release
9db4f25

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.