v0.9.5-beta: Symbol Desktop Wallet
Pre-release
Pre-release
Added
FormAccountUnlock
: standardize practice of unlocking account across appFormTransactionBase
: base abstraction layer for transaction formsSignerSelector
: generic transaction signer selector, works with multisig to change owned assets states- General change of views files (*.vue) paths with result :
- Components in src/components/
- Modal Dialogs in src/views/modals/
- Pages in src/views/pages/
- Layouts in src/components/
- Forms in src/views/forms/
- Added namespaced vuex Store managing application state changes
- Added namespaces vuex Store managing REST requests changing state (action REST_*)
- Added src/core/database/ with LocalStorageBackend, models and tables schemas
- Added repository abstraction layer to work with persistent storage
- Added business layer implementations in src/services/*
- Rewrote all route names and use route names instead of paths for redirects
- Added TransactionService methods handling transaction signature
- Added TransactionService methods handling transaction broadcast
- Added store actions for better reactivity across components
- Added endpoints database table
- Improved
FormTransactionBase
to make use ofisCosignatoryMode
state change - Added automatic funds lock creation for multi-signature transactions (aggregate bonded)
- Added possibility to aggregate transactions that are signed and on-stage (example used in
FormMosaicDefinitionTransaction
)
Known Issues
- Missing harvesting setup (account link & persistent delegation requests)