-
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
listtransactions and listsinceblock are not listing sent transactions, only received! #760
Comments
I have heard from someone else who definitely did get sent txes listed when they did Subsequently I have restarted the wallet and retried three forms of getting a transactions list: |
This is still happening, regarding the recent spends, but on further thought, it really is only today that this has happened. Every other day I have multiple times per day listed enough transactions to get all txids when receiving stakes, and checking that I have accounted for transactions back to any previously recorded, which includes spends, and the spends include spending the ten denoms in order to later remint them to a larger denomination. So I might conclude that it is a problem with my wallet. Reindexing the wallet might be a solution, but first I might try a full reboot of the computer, which will require me also shutting down a lot of other stuff, so I don't do it very often. (The reboot didn't solve it.) |
It's still happening today. Did a zerocoin spend (to a third party) and then a stealth (CT) spend. In the Checked BlockHash and then
Checked my TESTNET wallet that also runs 1.0.4.8. This wallet has done over 22,200 transactions and is running a script for regular spending of ten denom zerocoins. Checked with the command done in the Debug Console of the Qt wallet on MacOS High Sierra (to contrast with the mainnet test done in Ubuntu CLI only.)
|
I wouldn't make this a priority at all, as no-one else has reported this, but today with |
Occasionally I use
listtransactions "*" nnn
to check my wallet's history as I keep a spreadsheet with everything in it. Some other times I uselistsinceblock BlockHash
.Not having done this for a while, and not seeing five outgoing transactions in my generated list, but having already seen them on the block explorer, I looked all through the list seeing no sent transactions at all.
I can
gettransaction TXID
no problem, as I have all the txids. And I cangetblock
from that information and see that it has over 400 confirmations now.I expected a mixture of
"category": "receive",
and"category": "send",
transactions. The list as it is now, and not how it was in the past is incomplete. What has changed?After not finding the sent transactions in the "listtransactions" json output I checked the block hash of a transaction I already had in the spreadsheet and tried "listsinceblock" and found no sent transactions also! ⭕️
veil-cli 1.0.4.8 on mainnet
This was installed from the official 1.0.4.8 Linux binary downloaded from Github, built on December 16th, and I may have installed it on the 21st! The last time I did listtransactions, and got both sent and received transactions listed was on December 21st, including some sent txs that happened on the 19th. So it's not certain that the previous list was generated on the current version, or 1.0.4.6 that was running on this Ubuntu machine previously.
The text was updated successfully, but these errors were encountered: