Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

fix: UTXO selection doesn't work properly #445

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

jawid-h
Copy link
Contributor

@jawid-h jawid-h commented Oct 6, 2021

Issue being fixed or feature implemented

There are several UTXO related bugs:

  • Transaction is rejected: tx-txlock-conflict
  • Not enough balance (0) to cover burn amount of 5
  • utxosList must contain at least 1 utxo

Also, Due to a bug in grpc-js explained here. A temporary solution is used to bypass this bug until a fix is merged into Node.js explained here

What was done?

  • updated SDK
  • updated wallet-lib

How Has This Been Tested?

Breaking Changes

None.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@jawid-h jawid-h added this to the v0.21.0 milestone Oct 6, 2021
@shumkov shumkov changed the title feat: update sdk and wallet fix: UTXO selection doesn't work properly Oct 6, 2021
Copy link
Member

@shumkov shumkov left a comment

Choose a reason for hiding this comment

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

👍

@jawid-h jawid-h merged commit 822ba8f into v0.21-dev Oct 6, 2021
@jawid-h jawid-h deleted the feat/update-sdk-wallet branch October 6, 2021 12:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants