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

fix: use mined at timestamp in fauxconfirmation #5443

Merged

Conversation

brianp
Copy link
Contributor

@brianp brianp commented Jun 7, 2023

Description

We were passing 0 every time when we should have been using the mined at timestamp.

Motivation and Context

Once unconfirmed one sided transactions had been confirmed we were dropping the proper mined at timestamp.

How Has This Been Tested?

Locally with one sided, and one sided stealth transactions between local wallets on igor.

What process can a PR reviewer use to test or verify this change?

Receive a one sided TX, and validate the mined at timestamp is present once confirmed.

Closes: #5167

Breaking Changes

  • None
  • Requires data directory on base node to be deleted
  • Requires hard fork
  • Other - Please specify

We were passing 0 every time when we should have been using the mined at
timestamp.
Copy link
Collaborator

@SWvheerden SWvheerden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@ghpbot-tari-project ghpbot-tari-project added the P-acks_required Process - Requires more ACKs or utACKs label Jun 7, 2023
@SWvheerden SWvheerden merged commit f3833c9 into tari-project:development Jun 7, 2023
@brianp brianp deleted the fauxconfirmed-mined-at-timestamp branch June 7, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Wallet] One sided mined at timestamp is incorrect
3 participants