-
Notifications
You must be signed in to change notification settings - Fork 71
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
release-2023-03-30 #1175
release-2023-03-30 #1175
Conversation
# [4.8.0-dev.1](v4.7.0...v4.8.0-dev.1) (2023-01-10) ### Bug Fixes * add missing space ([89345e9](89345e9)) * apple-compatible electron-builder version ([117ba23](117ba23)) * initialize sentry after loading store and checking for diagnosticPermission ([e6e7396](e6e7396)) * misc type issues and quirks ([e8544e1](e8544e1)) * remove sentry from main process ([8d50414](8d50414)) * **send-form:** incorrect fee calc in send max button ([7188bd8](7188bd8)) * types ([2351308](2351308)) * typo ([a280c13](a280c13)) * update ci ([671f3c2](671f3c2)) * webpack cli ([0afd6d2](0afd6d2)) * webpack serve ([3dbce0a](3dbce0a)) ### Features * add segment integration ([5382781](5382781)), closes [#928](#928) * update supported btc address formats ([0a8fd55](0a8fd55))
# [4.8.0-dev.3](v4.8.0-dev.2...v4.8.0-dev.3) (2023-03-30) ### Features * remove outdated messages ([c613724](c613724))
@edu-stx mind linking the relevant issues here on the right and moving them to the review column? |
Yea I'm not sure about #1164 but maybe @314159265359879 has insight into whether we can tackle it wallet-side |
If a wallet has 1000.58928 STX and 1000 STX was stacking. Sending anything over .51 STX will pend forever. But if they send the STX that were never locked they can work around it. In the three cased I handles yesterday the desktop-wallet-user had already send a transaction, they would have to replace the transaction so it gets processed first (first nonce that can be processed and a fee that is higher then that of the transaction already pending with that nonce, 0.072001 STX). A more general option to (request to) delete/cancel a transaction would be helpful as proposed here: leather-io/extension#3406 Perhaps a tall order for the desktop wallet? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The stacks dependencies (in particular @stacks/stacking) need to be updated to 6.5+
Otherwise #1165 still fails
After upgrading eslint, many errors related to use of `any` are being reported. They have all been ignored due to the codebase being closer to legacy than actively maintained at this point.
# [4.9.0-dev.1](v4.8.0...v4.9.0-dev.1) (2023-04-03) ### Bug Fixes * accept contract addresses as pool address ([#1165](#1165)) ([67dcdf1](67dcdf1)) * ci gpg key import ([6948d92](6948d92)) * **sandbox:** prettier ([095bae9](095bae9)) * typo ([a280c13](a280c13)) * update ci ([671f3c2](671f3c2)) * zero locked balance ([528b5bc](528b5bc)) ### Features * make our lives easier ([43fa4bd](43fa4bd)) * remove outdated messages ([c613724](c613724)) * update supported btc address formats ([0a8fd55](0a8fd55))
Commit body