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

Wallet will lists balance, outgoing transactions but not received transactions #340

Open
DanGould opened this issue Dec 12, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@DanGould
Copy link
Contributor

I'm finding this issue in syncWalletOld. Only seeing "No Transactions yet" despite a balance being displayed. In BDKTransactions.getTransactions(), storedTx is null, so the following line updatedTx = Transaction(... returns without being handled and sync never completes.

image

@DanGould
Copy link
Contributor Author

DanGould commented Dec 13, 2024

Strangely, after sending a transaction, I do suddenly get a history:

image

However, you might note that it's missing the initial funding transaction. It's not telling me when or where the 0.6 BTC balance came from.

@i5hi i5hi added the help wanted Extra attention is needed label Dec 13, 2024
@DanGould DanGould changed the title TestNet enabled wallet will list balance but not transactions Wallet will lists balance, outgoing transactions but not received transactions Dec 13, 2024
@kumulynja
Copy link

I found some conversion issues that threw an error in the getTransactions function and fixed it here to get the transaction history to show: #342.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@DanGould @i5hi @kumulynja and others