Feat/bls qa (#256)
* Update comments, remove logs and update test
* Update zemu test
* Use target to define constants
* Do not render non-ascii characters
* Update zxlib
* New abstractions for msg rendering
* Check for reply to be Ok from the canister
* reduce binary size
* Add new resource for UI consent message response
* Move iterator to its own module
Use iterator and add another Msg struct to cach number of items and optimize review flow
Use new UI resource
Update zxlib
Export heardbeat and util function to debug numbers
Use consentInfo as the ui handlers
Fix warnings
Use panic abort and reduce binary size
Update test and pad with spaces
Adjust test as we do not longer support screen width smaller that lines
Serialize test
Update snapshots
* Update bindings
* Omit tests as we need more suitable testing data
* Make clippy happy
* Fix snapshots and update version
* Remove ram setting from makefile as it causes errors in nanos
* some cleanups