Skip to main content

v0.0.58

Summary

I'm tagging a release as I deployed a new version of the Console UI to mainnet.

Aside from the updated navigation, which now displays the page title within breadcrumb-style navigation (see screenshot below), and a few minor fixes, not much has changed feature-wise.

The biggest change in the frontend's codebase, which explains why so many files were touched, is a refactor to adopt the new pattern I’ve been using for DID declarations.

Instead of relying on auto-imported separate types, I now prefer grouping factories in a single module, exporting them from there, and importing the types through a suffixed module DID alias.

It’s a small structural shift that makes the code much cleaner and more readable.

Finally, there are a few new E2E tests added in this repo and in the CLI.

nav

[!NOTE] No new versions of the modules (smart contracts), crates or libraries included.

Full Changelog: https://github.com/junobuild/juno/compare/v0.0.57...v0.0.58