fix wallet locking after sending coins#72
Merged
eduffield222 merged 1 commit intodashpay:v0.11.0.xfrom Dec 14, 2014
UdjinM6:110x_fix_sending_locking
Merged
fix wallet locking after sending coins#72eduffield222 merged 1 commit intodashpay:v0.11.0.xfrom UdjinM6:110x_fix_sending_locking
eduffield222 merged 1 commit intodashpay:v0.11.0.xfrom
UdjinM6:110x_fix_sending_locking
Conversation
eduffield222
pushed a commit
that referenced
this pull request
Dec 14, 2014
fix wallet locking after sending coins
barrystyle
pushed a commit
to PACGlobalOfficial/PAC
that referenced
this pull request
Jul 17, 2019
* Bump version to 12.6.1 and update linux gitian descriptor (dashpay#72) * Gitian descriptors fixed (dashpay#73) * Deleted temp build file
FornaxA
pushed a commit
to ioncoincore/ion
that referenced
this pull request
Jul 6, 2020
[maintenance] Remove begin/end_ptr functions
FornaxA
pushed a commit
to ioncoincore/ion
that referenced
this pull request
Jul 6, 2020
Updated circleci to build with functional tests Approved-by: FornaxA
PastaPastaPasta
added a commit
that referenced
this pull request
Apr 12, 2024
…itcoin#20813, bitcoin#21531, bitcoin-core/gui#13, #72, 115, #139, #171 a2f190d Merge bitcoin-core/gui#115: Replace "Hide tray icon" option with positive "Show tray icon" one (Jonas Schnelli) 65b80e7 Merge bitcoin#21531: test: remove qt byteswap compattests (MarcoFalke) ba883c5 Merge bitcoin-core/gui#139: doc: Improve gui/src/qt README.md (MarcoFalke) 368c65d Merge bitcoin-core/gui#72: util: Log static plugins meta data and used style (Jonas Schnelli) 317777e Merge bitcoin-core/gui#171: Use layout manager for Create Wallet dialog (MarcoFalke) 83313a5 Merge bitcoin#20789: Rework strong and weak net enum fuzzing (MarcoFalke) 4a3e3af Merge bitcoin#20813: scripted-diff: Bump copyright headers (MarcoFalke) e36eacd Merge bitcoin#18772: rpc: calculate fees in getblock using BlockUndo data (MarcoFalke) 41a1e10 Merge bitcoin#20690: Clean up logging of outbound connection type (MarcoFalke) 648d6f0 Merge bitcoin-core/gui#13: Hide peer detail view if multiple are selected (Jonas Schnelli) Pull request description: ## Issue being fixed or feature implemented Regular backports from bitcoin v22 ## What was done? - bitcoin-core/gui#13 - bitcoin-core/gui#115 - bitcoin#20690 - bitcoin#18772 - bitcoin#20813 - bitcoin#20789 - bitcoin-core/gui#171 - bitcoin-core/gui#72 - bitcoin-core/gui#139 - bitcoin#21531 ## How Has This Been Tested? Run unit/functional tests ## Breaking Changes N/A ## Checklist: - [x] 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 - [x] I have assigned this pull request to a milestone ACKs for top commit: PastaPastaPasta: utACK a2f190d Tree-SHA512: 29421e7ca38583c47f49c2605775f34b64ae2fb6aeb45ac42941fbc78598fc26e7f7a248b40fcc2c9fd21154b0a6f2aed64287a8b7cca43de1b99ae3dccd990f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Should work on 0.11.0.x just like #69 on 0.10.17.x (added "QString strFee, QStringList formatted" to send function though to comply new features here). However this one is not tested yet.