WEEKLY DEVELOPMENT UPDATES. FRONTEND. Finished integration of Send Tokens page with infrastructure.
29 Sep 2022, 10:39
WEEKLY DEVELOPMENT UPDATES
FRONTEND
๐น Finished integration of Send Tokens page with infrastructure
๐น Started Confirm Transaction page
๐น Next step : Broadcast Transaction page
MIDDLEWARE
๐น Completed unit tests and released new version that involves integration tests written in bash script and unit tests for golang
๐น Worked on bitcoin api and completed bitcoin status api.
๐น Next step : Continue to work on adding more bitcoin apis and complete blocks and transactions endpoint.
BACKEND
๐น Added permission to check basket module emergency actions
๐น Added queries for mints,burn,swap amount done during limit period along with CLI commands
๐น Tested emergency cli commands, and mints, burn, swap amount on limit period query CLI and resolve issues
๐น Implemented average disbalance function & slippage fee on swap operation
๐น Implemented sending slippage fee to โfee collector accountโ to pay network
๐น Implemented basket tokens to claim rewards in case of holding multistaking tokens
๐น Added unit test for basket action history, basket get, set, delete, create, min, burn
๐น Resolved issue for in-state upgrade without binary changes
๐น Next step : Resolve soft fork issue + upgrade plan fields, governance claim councilor
WALLET
๐น Tons of chrome extension testing and started the first working extension with back-end communications, and tons of features
๐น Added Flutter into the chrome extension and made it possible to support video scanning
๐น Added useful scanning ability, for the future features we want to add
๐น Next step : Finish up the back-end for the chrome extension, so we can start scaling it up with UX and features.
INFRASTRUCTURE
๐น Researching on how to implement multisig for validator set without breaking to groups
๐น Researched rescan threshold for bitcoin core watchwallet
๐น Next step : Continue to research on multisig