WEEKLY DEVELOPMENT UPDATES. FRONTEND. Finished new Transactions system. Next step : Send Tokens Page UI. MIDDLEWARE.
09 Sep 2022, 07:36
WEEKLY DEVELOPMENT UPDATES
FRONTEND
🔹 Finished new Transactions system.
🔹 Next step : Send Tokens Page UI.
MIDDLEWARE
🔹 Fix response json snake_case issue.
🔹 Prepare read/write contract for EVM endpoints. (query ABI, read ABI json and prepare packed calldata)
🔹 Complete unit tests for api functions related to account, transactions, validators, faucet and proposals.
🔹 Next step: Complete unit tests for apis that query genesis, data reference, tokens, upgrade plan, node discovery, and permission data.
🔹 Next step : Read/Write contract on EVM chains.
BACKEND
🔹 Built basic protobuf for basket module.
🔹 Initiate basket module types, keeper, CLI files.
🔹 In progress of building read/write logic for basket objects.
WALLET
🔹 Finished end to end encryption implementation (Diffie-Hellman), that is to be used for SAIFU and others applications.
🔹 Continued working on IOS fixes and release, waiting approval.
🔹 Next step : Built new UI that interacts with new (end to end) implementation of Diffie-Hellman, so that SAIFU can register and store many secret communication channels and also be able to ensure each interaction with SAIFU is a secure channel.
INFRASTRUCTURE
🔹 Deployed latest environment for the front-end.
🔹 Next step : Testing Bitcoinnode capabilities and limitations in terms of processing requests.