Riccardo Casatta

Results 113 issues of Riccardo Casatta

Instead it should return to the message replied to

Multi account, solving also actual 100 messages limit

Advanced option when writing signed message: Commit on the blockchain an hash of the message written Ask also: - A currency import, TBD if in bitcoin (or euro?) - A...

expose word array as json

If user press the back button without completing the payment get the thank you page while he should simply get back to the same view

Landing page "writing message" with truncation if necessary (with alert)

``` lib/src/offline/print.rs: result.info.push("Privacy: outputs have different script types https://en.bitcoin.it/wiki/Privacy#Sending_to_a_different_script_type".to_string()); lib/src/offline/print.rs: result.info.push("Privacy: outputs have different precision https://en.bitcoin.it/wiki/Privacy#Round_numbers".to_string()); lib/src/offline/print.rs: result.info.push("Privacy: smallest output is smaller then smallest input https://en.bitcoin.it/wiki/Privacy#Unnecessary_input_heuristic".to_string()); lib/src/offline/print.rs: "Privacy: address reuse...

fix #121 #122 #123 but increase MSRV

`ActivityTestRule` has been deprecated in favor of `ActivityScenarioRule` and this makes necessary changes to migrate. However, a trick was used to speed up typing, accessing the activity and changing the...