Exposed port 8080 in Docker – port 8080 has to be exposed, instead of 80, because a non-root user starts the process, which can’t expose ports like 80.
Microblock detail UI fix – resolved UI issues for better readability and usability.
For a full breakdown of the changes, visit the release details: GitHub Release 0.20.0.
As always, we appreciate your feedback! Let us know your thoughts on the forum or through the feedback form.
Hey everyone, we’re excited to bring you another update – 0.21.0!
Features
Filter transactions table by date - Easily refine transaction searches based on specific date ranges. Thanks to the date picker UI, the list of transactions can now be filtered by date.
Unified desktop and mobile tables – Simplified code structure for a more seamless user experience across devices. As a factory standard, all listings have been remade from a single-column table with 3 entries to a vertically scrolled table. The mobile narrow view is now similar to the desktop view.
Increased statistics limit – Extended data limits for more comprehensive analytics.
Server handlers for keyblocks, macroblocks, oracles, and search – Improved backend handling for keyblock-related operations. Ongoing Server handlers gradually remake to separate data from business logic.
Moved v3 version string to environment variables – Streamlined configuration management.
Hey everyone, we’re back with a new update – 0.21.1!
This is a smaller release focused on clarity and continued architectural improvements.
Features
Server Handlers refinement – the ongoing effort to separate backend logic continues, resulting in a thinner frontend and better structure across the codebase
Improved contract call tx response formatting – we’ve addressed confusing scientific notation in contract call transactions. Numbers are now more readable.