Now you can use Docker to install and self host txnDuck! To learn more, read the installation instructions. This release also includes some minor improvements and bug fixes. 🐳
Features
- compose_txn: add option to interpret all application arguments as base64 data (db2614d)
- compose_txn: add validation rules for voting key, selection key & state proof key fields (caeff33)
- sign_txn: add option to use suggested parameters for imported transaction (888724b)
- txn_presets: add ability to "favorite" a preset (572ed21), closes #168
- txn_presets: mention that keyreg online transaction is used to renew keys (c2616c5)
Bug Fixes
- app: apply theme on 404 page (05c4b58)
- app: ensure correct network is used when node is switched (33fc9fc)
- app: ensure wallets use correct icon when connecting (6301f2c)
- i18n: translate "Application call (NoOp)" completely in Spanish (5b346a2)
- sign_txn: handle malformed transaction errors (bb6f9bd)
- sign_txn: redirect to normal sign-transaction page when importing transaction is successful (eebfa60)
- sign_txn: resolve hydration errors caused by retrieving values from localStorage (95c32e9)
Performance Improvements
- a11y: increase visual difference between active step and non-active steps (8c75b9e)
- a11y: use a darker green color as the primary color for light theme (4e48f67)
- aesthetics: change start button color & add more decorative icons on home page (391c14d)
- usability: change wording of the Base64 checkboxes to be a little more specific (e7c97ca)