Skip to content
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

Add initial timestamp in 'account_history' rpc call. #4774

Open
bitrequest opened this issue Oct 27, 2024 · 0 comments
Open

Add initial timestamp in 'account_history' rpc call. #4774

bitrequest opened this issue Oct 27, 2024 · 0 comments

Comments

@bitrequest
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant