nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

Add initial timestamp in 'account_history' rpc call.

Open bitrequest opened this issue 1 year ago • 0 comments

Summary

Request for adding the original timestamp (When the tx was sent) in the 'account history' rpc call result.

What problem would be solved by this feature?

When the transaction changes from receivable to received the timestamp gets updated to the time it was received in the wallet. Once the TX is received you can't see when the TX was sent. (In all wallets and blockexplorers as far as i know). It can also cause conflicts for scanning incoming transactions based on time sent.

Are there any previous requests for this feature?

No

Do you have a suggested solution?

Include the original timestamp in data from 'account_history' rpc call. Right now you have to make an extra rpc call "block_info" to get the original timestamp (When the tx was sent).

If this feature is approved, would you be willing to submit a pull request with the solution?

I am willing to collaborate

Possible solution

No response

Supporting files

No response

bitrequest avatar Oct 27 '24 21:10 bitrequest