v1.30.0
π New Features
- zkEVM deposits and withdrawals by @tom2drum in #1833
- Allow export token holders to CSV by @tom2drum in #1850
- Add manage wallet button by @maxaleks in #1838
- Public tags: display name tags for addresses by @tom2drum in #1877
- Add ENV variable allowing to choose default color schema by @tom2drum in #1882
- Action button by @maxaleks in #1883
π Bug Fixes
- Hotfix: tabs will not recalculate cut position after API data is loaded by @tom2drum in #1856
- Hotfix: envs validator and styles by @maxaleks in #1873
- Contract write: unable to add elements to a top level array argument field by @tom2drum in #1848
- Minor bug fixes by @tom2drum in #1881
- Fix marketplace sorting by @maxaleks in #1845
- Fix internal txs sorting by @isstuev in #1897
- Fix removing ad banners by @isstuev in #1902
β‘ Performance Improvements
π¦ Dependencies updates
β¨ Other Changes
- Render Token page
<h1>
on the server by @tom2drum in #1862 - Update API Endpoint for fetching
has_methods_*
and `has_custom_meth⦠by @tom2drum in #1842 - Update color schemes for Tag component by @tom2drum in #1855
- Fix flaky tests by @tom2drum in #1871
- Add a link to discord to the app modal by @maxaleks in #1861
- Update styles of "no result" component by @maxaleks in #1867
- Remove security score experiment by @maxaleks in #1884
- Contract interaction improvements by @tom2drum in #1875
- Get smart-contract bytecode from websocket by @tom2drum in #1851
- Playwright tests refactoring, pt.4 by @tom2drum in #1892
π¨ Changes in ENV variables
- Added
NEXT_PUBLIC_SEO_ENHANCED_DATA_ENABLED
to enable pre-rendering page titles (e.g Token page) on the server side and inject page h1-tag to the markup before it is sent to the browser. - #1862 - Added
NEXT_PUBLIC_METADATA_SERVICE_API_HOST
for integration with Metadata micro-service (displaying public address tags, app action buttons, etc.) - #1877, #1883 - Added
NEXT_PUBLIC_COLOR_THEME_DEFAULT
for set up default color theme of the app - #1882
Full list of the ENV variables: v1.30.0
Full Changelog: v1.29.2...v1.30.0