Post
Topic
Board Development & Technical Discussion
Re: [ANN] Armory Multi-Sig with Simulfunding [BOUNTY 0.03 per bug]
by
helgabutters
on 18/07/2014, 22:15:03 UTC
Sorry for the delay, works been rather busy the past few days so I haven't been able to put in as much time as I'd like. Also, could you give me some insight on which ones I've submitted that are definitely not bugs and a few that you aren't sure of? I'm just trying to gauge what exactly you want and what I can safely not worry about finding/reporting.

1) You can't "importprivkey" as it will always error. I tried both hex and base58

http://pastie.org/pastes/9403588/text?key=1qunxbmpxlqa8arkoitgxq

2) There is some calculation error in listaddrunspent. You can see once you hit 3 characters in the string, it will still say 3 once you've put in a fourth and continue counting up from there.

http://pastie.org/pastes/9403585/text?key=roc4hfgkcsc6k9igcmmgq

3) You get different errors depending on the number of characters in "getblock". It seems dependent on if it's even or odd.

http://pastie.org/pastes/9403583/text?key=wucl7ytepivyq4uywdq5w

4) If you have a very long wallet description, the "Delete Wallet Options" window gets overly large and it won't show the whole thing. It also can't be resized down at all (This happens on Win and Linux, haven't tested OSX)

https://www.youtube.com/watch?v=xxl08nkXNPk

5) You can't "verifysignature" as it always interprets the "-----" as an argument for armoryd (and the only compatible signature types have "-----" in them).
I've tried in just the command line and in a bash script to no avail. If this is just an issue with my understanding of the command or how to properly give the command the information, please let me know.

Address: mkT61iEMnSSFgoCJkXFqbV9SiMHKnHDktN
Message: This is to test armoryd verifysignature for mkT61
Base64 Sign

http://pastie.org/pastes/9403589/text?key=dwsxu9jjzfyrgwlooqija

Same as above but Clearsign

http://pastie.org/pastes/9403590/text?key=zcw015sdcylrwu7k1hkniq

6) For a verified signature there is an extra ' in front of "The owner of the following ..."

https://i.imgur.com/zcbMDn8.png

7) You get an "Unexpected BLKSTRING" error when trying to signasciitranscaction. I tried both right in the command line and from a file output

http://pastie.org/pastes/9403594/text?key=zu0cydlii6zwkfyqozpq

8 ) This one I'm not sure of the cause. I thought it was originally because the wallet was locked but that isn't the case. One of my wallets if I try to "getledger" or "getledgersimple" I will get an "AttributeError":

http://pastie.org/pastes/9403608/text?key=qtztvorf7wni6c8tj9jtbg

I can provide you with this wallet if you'd like, just let me know.