WEEKLY DEVELOPMENT UPDATES. FRONTEND. Finished Send Tokens page. Next step : Integration of Send Tokens page and infrastructure.
16 Sep 2022, 13:07
WEEKLY DEVELOPMENT UPDATES
FRONTEND
๐น Finished Send Tokens page
๐น Next step : Integration of Send Tokens page and infrastructure
MIDDLEWARE
๐น ABI decode for contract call
๐น Finalize Read Contract endpoint
๐น WIP: Write Contract endpoint
๐น Unit tests for APIs that query genesis, data reference, tokens, upgrade plan, node discovery, and permission data
๐น Next step : EVM faucet endpoint
๐น Next step : Complete unit tests and basic structure for integration tests
BACKEND
๐น Connect basket module to app.go
๐น Add more protobuf for txs of basket module
๐น Implement mint, burn, swap operations
๐น Implement proposal system
๐น Surplus increase on swap operation
๐น Implement surplus withdraw operation via proposal
๐น Next step : Complete basket module, gov claim councilor
WALLET
๐น Built interface screens for Shared Secrets update, these are simplified screen to support the back-end code produced last week.
๐น Added feature to show all the Shared Secretโs categories, selecting multiple categories, and storing data with a secure storage.
๐น Next step : Implement Shared Secretโs functions (such as adding/deleting/modifying peers that you want to share information securely) and expanding the categories of things that can shared securely.
INFRASTRUCTURE
๐น Continued testing btcnode endpoints and address re-scanning features
๐น Next step : Put results in the doc. Test multisig limitations.