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

[Bug] offer confirmed_at_index is always empty #16817

Closed
KryptomineCH opened this issue Nov 13, 2023 · 1 comment
Closed

[Bug] offer confirmed_at_index is always empty #16817

KryptomineCH opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@KryptomineCH
Copy link

What happened?

When checking the transaction history, the value of confirmed_at_index is always 0.

This leads to confusing replies by CLI and RPC:

chia wallet get_offers -id 0xff211040f9b946d1461d1631fcc0c812b7bc24735989cdf58598d9f6dd3b7bfe

Record with id: ff211040f9b946d1461d1631fcc0c812b7bc24735989cdf58598d9f6dd3b7bfe
---------------
Created at: 2023-10-13 23:22:42
Confirmed at: Not confirmed
Accepted at: 2023-10-13 23:22:42
Status: CONFIRMED
---------------

Relevant seems to be the status, but confirmed_at_index would be important / valuable information

Furthermore, the accepted_at_time is only beeing filled when is_my_offer = false. This might be a technical limitation.

Version

2.1.1

What platform are you using?

Linux

What ui mode are you using?

CLI

Relevant log output

No response

@KryptomineCH KryptomineCH added the bug Something isn't working label Nov 13, 2023
@wjblanke
Copy link
Contributor

Quex where do we save this off in the DB?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants