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

A-1206655662239727: utxo spend locked support #117

Merged
merged 6 commits into from
Feb 22, 2024

Conversation

anyxem
Copy link
Contributor

@anyxem anyxem commented Feb 21, 2024

💬 Description

Changed order and simplified UTXO filtering

More

[If needed] List here other this you've done in this PR. Eg.:

  • Refactoring user validation to improve code readability
  • Improving account creation tests to verify if the password set is strong enough

📷 Screenshots

[If needed] List here how the component/screen/behavior should look like in the design and how it is being rendered. You can list different screenshots for states of that component/screen/behavior. Animated GIFs can be used if needed!

📋 Checklist:

  • I have named my branch as A-[id of Asana task]
  • I have set the title of my PR as A-[id of Asana task]: [short description]
  • My changes passed successfully by prettier check
  • My changes passed successfully by lint check
  • My changes kept the previous test coverage rate
  • I have added enough tests for my new feature/bugfix
  • I have set at least one person to review this PR
  • I have set myself as the assignee of this PR
  • I have set at least one label to this PR

@anyxem anyxem closed this Feb 21, 2024
@anyxem anyxem reopened this Feb 21, 2024
@anyxem anyxem changed the title WIP A-1206655662239727/utxo filter A-1206655662239727 utxo lock support Feb 21, 2024
@anyxem anyxem changed the base branch from main to dev February 21, 2024 17:17
@anyxem anyxem requested a review from owlsua February 21, 2024 19:38
@anyxem anyxem changed the title A-1206655662239727 utxo lock support A-1206655662239727: utxo spend locked support Feb 21, 2024
@anyxem anyxem force-pushed the A-1206655662239727/utxo-filter branch from da6299b to a9d849a Compare February 21, 2024 19:40
@anyxem anyxem added the bugfix Something isn't working label Feb 22, 2024
@anyxem anyxem merged commit e21a10f into dev Feb 22, 2024
owlsua added a commit that referenced this pull request Feb 22, 2024
* fix: bitcoin address generation (#113)

* input output adjustments (#112)

* inout output adjustments

* add staking and delegation transactions

* utxo approach to get balance and check locks (#111)

* utxo approach to get balance and check locks

* Nowrap for locked

* fix transactions (#114)

* A-1206655662239730: fix amount if change rate is not updated (#116)

* A-1206655662239724: Locked swap fix for display balances (#115)

* swap lock balance

* fix test

* A-1206655662239727: utxo spend locked support (#117)

* utxo filtering simplified

* fix encoding

* add lock by block count

* improve filtering utxo

* feat: add unconformed transaction type and icon

* test: unit tests improvements

---------

Co-authored-by: owlsua <allatsnow@gmail.com>

---------

Co-authored-by: Sergey <anyxem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants