Author Topic: win版钱包测试小结  (Read 5761 times)

0 Members and 1 Guest are viewing this topic.

Offline PTS中国

  • Sr. Member
  • ****
  • Posts: 416
    • View Profile
  • BitShares: ptschina
1、发送币予对方,一定要先设立为联系人(contact),否则发送是失败的,同时会回退至发送人的钱包;我的钱包发送时是直接报错——“RPC Server Error
In method 'wallet_transfer': 10 assert_exception: Assert Exception is_valid_account_name( account_name ): {} bitshares wallet.cpp:2765 bts::wallet::wallet::is_valid_account {"real_amount_to_transfer":500,"amount_to_transfer_symbol":"NEMO","from_account_name":"ptschina","to_account_name":"XTS5F3Wv37MywWTVArLC4Q34DJMLaszugdF6TZakJy2vLJnsQbUzt","memo_message":"test01"} bitshares wallet.cpp:1744 bts::wallet::wallet::transfer_asset {} bitshares common_api_client.cpp:502 bts::rpc_stu (500)”——未观察到币的回退过程。

2、点击发送人的地址链接,报错——“RPC Server Error
In method 'wallet_account_transaction_history': 10 assert_exception: Assert Exception is_valid_account_name( account_name ): {} bitshares wallet.cpp:2826 bts::wallet::wallet::get_account_public_key {"account_name":"XTS59uTY9xcM9SCQewP52gbsa3Md6zdBrp8MvzLG6AXt51p7jC5F1"} bitshares wallet.cpp:2843 bts::wallet::wallet::get_account_public_key {} bitshares wallet.cpp:1220 bts::wallet::wallet::get_transaction_history {} bitshares common_api_client.cpp:392 bts::rpc_stubs::co (500)”——然后无任何反应。

3、创建NEW CONTACT时,输入别名,输入自己的地址,“OK”后报错——“RPC Server Error
In method 'wallet_add_contact_account': 10 assert_exception: Assert Exception is_valid_account_name( account_name ): {} bitshares wallet.cpp:930 bts::wallet::wallet::add_contact_account {"account_name":"PTS01","key":"XTS6WsjV3v6TfMGAoGEofJwaR7tDjCUZ23i9FV8uoCksexmLh1o2y"} bitshares wallet.cpp:965 bts::wallet::wallet::add_contact_account {} bitshares common_api_client.cpp:472 bts::rpc_stubs::common_api_client::wallet_add_contact_account (500)”——无其他反应。

4、contact使用英文、中文时,均报错——“RPC Server Error
In method 'wallet_add_contact_account': 10 assert_exception: Assert Exception is_valid_account_name( account_name ): {} bitshares wallet.cpp:930 bts::wallet::wallet::add_contact_account {"account_name":"BTS_自扯自淡","key":"XTS5F3Wv37MywWTVArLC4Q34DJMLaszugdF6TZakJy2vLJnsQbUzt"} bitshares wallet.cpp:965 bts::wallet::wallet::add_contact_account {} bitshares common_api_client.cpp:472 bts::rpc_stubs::common_api_client::wallet_add_contact_account (500)”——这个有点奇怪!!??

5、钱包中的Unregistered收藏地址,点击右侧发送、信息等按钮,无反应。

6、钱包启动后,二次启动后,不报错,新开钱包停留在“loading”界面。

7、发送币时,无强制要求选择种类,未选择发送种类后,点击“send”,报错——“RPC Server Error
In method 'wallet_transfer': 10 assert_exception: Assert Exception my->_blockchain->is_valid_symbol( amount_to_transfer_symbol ): {} bitshares wallet.cpp:1672 bts::wallet::wallet::transfer_asset {"real_amount_to_transfer":10,"amount_to_transfer_symbol":"","from_account_name":"ptschina","to_account_name":"alt","memo_message":""} bitshares wallet.cpp:1744 bts::wallet::wallet::transfer_asset {} bitshares common_api_client.cpp:502 bts::rpc_stubs::common_api_client::wallet_transfer (500)”——建议发送币时,未选种类,一律报错提示,避免发错币种;同是建议提供二次确认机会与密码要求。

8、未验证私钥与钱包文件的导入功能。
--------

PTS中国