WEEKLY DEVELOPMENT UPDATES. FRONTEND. Finished rebuilding Account Page - Balances tab. Next step : Dashboard Page. MIDDLEWARE.
02 Sep 2022, 11:04
WEEKLY DEVELOPMENT UPDATES
FRONTEND
🔹 Finished rebuilding Account Page - Balances tab
🔹 Next step : Dashboard Page.
MIDDLEWARE
🔹 Update response data json to always use snake_case
🔹 Remove gas_wanted and gas_used from transaction endpoints
🔹 Application Binary Interface (ABI) endpoints of EVM chains
🔹 Next step : Add remaining EVM endpoints.
BACKEND
🔹 Built documents for staking, slashing, updated gov module proposals section
🔹 Resolves issue on upgrade module for distributor module genesis import/export
🔹 Next step : KIP 78 - Token Basketing module (*multiple types of a different tokens such as stablecoins can be combined - basketed - into a single token before whitelisting them for staking*)
WALLET
🔹 Worked on creating audio files (wav) and including hidden data inside (steganography)
🔹 Worked on release of experimental SAIFU app for IOS.
🔹 Added documentation on Audio QRC Steganography
🔹 Next step : Start working on diffie key exchange for establishing secure communication channels.
INFRASTRUCTURE
🔹 Tested prime numbers generator for SAIFU [DHKE](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange). Collected data from bitcoin node for further testing. Tested bitcoin node CLI wrapper under the load (I/O operations)
🔹 Next step : Testing RPC endpoints of bitcoin node. Deploying testing environment for front-end team.