-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transactions show "Basecoin received with" either an unknown address or anonymous 1.0.0.9 #281
Comments
Thanks for the detail. Super helpful! |
Glad to help. :) Here are the transaction details of all the transactions listed above, from top to bottom (including Zerocoin Mint because why not). Date and time is set in GMT+8. Note: In the process of double checking this information, I noticed that the value for Confirmations in the transaction details keeps fluctuating at random time intervals.
|
That's odd. I didn't click anything to unassign or assign anyone. I don't know how I got attributed with that action. I don't think that I even have the power to assign devs. |
The issue seems to be that it uses the first output in the transaction; regardless of if the address is one of the addresses for the wallet. |
…le addresses… 44e0095 [GUI] Display correct address when transaction has multiple addresses (basecoin) (WetOne) Pull request description: ### Problem Basecoin transactions with multiple addresses do not display correctly within the Qt display. ### Root Cause When creating the transaction the wallet performs an extra push of an address. This is a non-factor for stealth transactions as stealth transactions use a lookup table for the used address. The basecoin address gets pushed in. The extra push performed in the code results in a misalignment which appears when decoding the transaction. ### Solution Removed the extra push. ### Testing Tested for basecoin transactions which directly addresses issue 281. This may also address issue 667 as well. ### Related Issues #281 Tree-SHA512: a180e84ef0b272ca83a93c4835ff6b75810a485807336cf27e5d3ac6830274ec3cd2e0ba2d195cdd7eb13f27ccce7fc420f4dfb030d85d9bbd5603d9cdfb6fb3
Transactions list shows "Basecoin received with" either a random bv address or anonymous, when I have been exclusively receiving basecoin mining rewards to a single bv address that I have generated.
Expected behavior:
Transactions should be showing "Basecoin received with suprnova", "suprnova" being the label I attached to a specific bv address that I generated to receive mining rewards.
Transaction list in v1.0.0.6
Transaction Details of the very bottom two transaction in v1.0.0.6. Notice how Sent to bv addresses are the same in both.
Address Book in v1.0.0.6. Notice how bv address with "suprnova" label is the same as the Sent to address of the two transactions above.
Actual behavior:
It instead shows received with "Basecoin received with " (addresses listed are not in my Address Book or Contacts), or "Basecoin received with anonymous".
Transaction list in v1.0.0.9
Transaction Details of the very bottom two transactions in v1.0.0.9. For "Received with anonymous" transaction, Send to is blank. The other transaction shows a bv address that is unknown to me.
Address Book in v1.0.0.9. Notice how the labels remain the same as with v1.0.0.6, and that the bv addresses in the transactions list don't reflect any of the listed addresses.
How to reproduce issue:
Wallet Version:
v1.0.0.9, downloaded zip from the Veil GitHub release.
Operating System:
Windows 7 64-bit
Extra Information:
The text was updated successfully, but these errors were encountered: