WEEKLY DEVELOPMENT UPDATES. FRONTEND. Upgraded project version to flutter 3.

18 Aug 2022, 11:42
WEEKLY DEVELOPMENT UPDATES FRONTEND 🔹Upgraded project version to flutter 3.0.5 🔹Fixed clearing data about latest connection info when server went offline. Now connection info is kept until user manually switches to different server. 🔹Completed some minor and major refactors around project. MIDDLEWARE 🔹KIP-77 : Finalized INTERX endpoint for transactions estimation & propagation 🔹Complete writing integration tests using bash script for apis related to account and transactions. BACKEND 🔹Consider poolCoins and coins ratio in case of undelegation 🔹Prevent upsert staking pool and new delegation for slashed pool 🔹Try CLI command and add example commands for operations on slashed pools 🔹Moved Undelegate function into delegation.go for better management 🔹Added test for undelegate, SlashStakingPool, RefuteSlashingProposal WALLET 🔹Continued work and research on Audio Stenography, in order to listen and process encoded audio data. The first iteration is to be built to support encoding and decoding secret messages hidden in tone. INFRASTRUCTURE 🔹BIP93 : Improved readability of data output on terminal + added functionality to handle raw entropy with checksum bits.