Changelog: 2021-12-23
NaStation Client:
- Set the TokenAmountField component to select NAC option by default
- Add the index declaration of the embedded database table
- Add key-value access to the BlockBody repository
- The Dashboard panel displays coin price and statistics info
- Add label uniqueness check to address book
- Delete the CollaborationBinder on the address book list page
- Delete the CollaborationAvatarGroup on the address book list page
- Add geographic location database: GeoLite2-City.mmdb
- The BlockData data object declaration JsonIgnore
- The address column of the block list page is rendered by the ComponentRenderer component
- The address column of the transaction list page is rendered by the ComponentRenderer component
- The about page add app version manual check and changelog list
- Open the url through the local browser through the launchBrowser method
- Rearrange the order of menu items
- Add wallet creation type
- Fix the problem that the receiving page has an error when there is no wallet
- Merge pasteboard calls
- The address column of the wallet list rendered using ComponentRenderer
- The wallet profile view displays the total number of USDT
- Rest API adds interface for broadcasting native transactions
- Rest API adds authorization configuration
- Rest API adds swagger interface information aggregation and swagger-ui
- Implement the LocaleChangeObserver interface to prepare for internationalization
- Preset vaadin product key authorization
- Local app log file set history up to 30 days
- Cache the block height of different instances
- Cache recent transaction hashes of different instances
- Transaction list split tab page: Mine and Latest
- Add test suites for necessary cleanup and data warm-up
- Add system configuration, save user settings
- Optimize the parameter configuration of rocksdb
- Regression testing is in progress, and the desktop version 1.0 will be released soon
NaScan:
- Add instance parameters for the url of all detail pages
- Use redis cluster to cache block and transaction data