Let me guess the outcome. "Trusted" community members are going to conclude that the implementation works remarkably well, followed by a bunch of screenshots, tweets and blog posts. Regular Joe however won't get access to any instructions or wallet to verify that himself.
So to prove that this is sketchy let's take evtrmm's screenshot as reference:
launch wallet in testnet
> qtx11coin-qt.exe -testnet
launch debug window after syncing
type
> gettransaction f7fabf4bad77f39ecf833cf4b45eb371d41bf57f49c3ef05113ebf2f268ce73a
it's going to list the transaction info in json
{
"txid": "f7fabf4bad77f39ecf833cf4b45eb371d41bf57f49c3ef05113ebf2f268ce73a",
"version": 1,
"time": 1401474653,
"locktime": 0,
"vin": [
{
"txid": "d9b24d42f453c360ca48a81903f870eebaacf7e1e8250c10a58b67ea6a39ed5d",
"vout": 0,
"scriptSig": {
"asm": "3046022100bad59b019c4c608b035f1981ee77f2412f897358a505e298754178995518225f02210
0b5d9f86172846052ebd6e554fb5eb66b08ea3ca38a6dac5be6f991adf0a5590501 02b63c16b0e918c690c218494511866c560ba66ed227199334ccac9534e3740706",
"hex": "493046022100bad59b019c4c608b035f1981ee77f2412f897358a505e298754178995518225f022
100b5d9f86172846052ebd6e554fb5eb66b08ea3ca38a6dac5be6f991adf0a55905012102b63c16
b0e918c690c218494511866c560ba66ed227199334ccac9534e3740706"
},
"sequence": 4294967295
}
],
"vout": [
{
"value": 789.170554,
"n": 0,
"scriptPubKey": {
"asm": "OP_DUP OP_HASH160 b0921e5ffc3ff824b3e572af580e7e7cc7ee5d9a OP_EQUALVERIFY OP_CHECKSIG",
"hex": "76a914b0921e5ffc3ff824b3e572af580e7e7cc7ee5d9a88ac",
"reqSigs": 1,
"type": "pubkeyhash",
"addresses": [
"mwcaGKQNeJGuaan2m1YQHfSoYJQV3ykiu5"
]
}
},
{
"value": 10.508227,
"n": 1,
"scriptPubKey": {
"asm": "OP_DUP OP_HASH160 56c688c361d217cb62729f4d5131ce0e712cf2b6 OP_EQUALVERIFY OP_CHECKSIG",
"hex": "76a91456c688c361d217cb62729f4d5131ce0e712cf2b688ac",
"reqSigs": 1,
"type": "pubkeyhash",
"addresses": [
"moRnEx9drbUXfzmpWUTj2woMkv1mSTbAYD"
]
}
}
],
"blockhash": "000004f7a1466d9d84b7a9c4ff76b5f02cb4dc1474070ba8c5159e8ea64ebdf1",
"confirmations": 75,
"txntime": 1401474619
}
As you can see you can clearly see the values and addresses, so all the wallet does is replacing the sent from text field as 'unknown' in the GUI ... genius really.
With a proper block explorer one could hop around, otherwise it's inconvinient so most people won't even verify it in the wallet.