Implement #22219 changes in the qml/bitcoin.cpp#48
Merged
Conversation
jarolrod
pushed a commit
to jarolrod/gui-qml
that referenced
this pull request
Oct 3, 2021
0d624261ef Merge bitcoin-core/crc32c-subtree#2: Merge upstream cac7ca830b Merge commit 'fa5ade41ee480003d9c5af6f43567ba22e4e17e6' into bitcoin-fork fa5ade41ee Fix compilation warnings on ARM64 with old GCC versions. (bitcoin-core#52) db08d22129 Updated Travis-CI configuration. (bitcoin-core#51) e31619a5b7 Fix GitHub links. (bitcoin-core#50) 7fa4c263e8 Update Travis CI config. (bitcoin-core#49) a3d9e6d1a4 Updated third_party/ and Travis CI config. (bitcoin-core#48) git-subtree-dir: src/crc32c git-subtree-split: 0d624261ef83ab08c953c196540ed18f355add4c
jarolrod
pushed a commit
to jarolrod/gui-qml
that referenced
this pull request
Oct 27, 2021
a44caf65fe Merge bitcoin-core/univalue-subtree#28: Import fixes for sanitizer reported issues 135254331e Import fixes for sanitizer reported issues d5fb86940e refactor: use c++11 range based for loop in checkObject ff9c379304 refactor: Use nullptr (c++11) instead of NULL 08a99754d5 build: use ax_cxx_compile_stdcxx.m4 to check for C++11 support 66d3713ce7 Merge bitcoin-core/univalue-subtree#29: ci: travis -> cirrus 808d487292 ci: travis -> cirrus c390ac375f Merge bitcoin-core/univalue-subtree#19: Split sources for easier buildsystem integration 4a5b0a1c65 build: Move source entries out to sources.mk 6c7d94b33c build: cleanup wonky gen usage a222637c6d Merge bitcoin-core#23: Merge changes from jgarzik/univalue@1ae6a23 f77d0f718d Merge commit '1ae6a231a0169938eb3972c1d48dd17cba5947e1' into HEAD 1ae6a231a0 Merge pull request bitcoin-core#57 from MarcoFalke/test_fix 92bdd11f0b univalue_write: remove unneeded sstream.h include ffb621c130 Merge pull request bitcoin-core#56 from drodil/remove_sstream_header f33acf9fe8 Merge commit '7890db9~' into HEAD 66e0adec4d Remove unnecessary sstream header from univalue.h 88967f6586 Version 1.0.4 1dc113dbef Merge pull request bitcoin-core#50 from luke-jr/pushKV_bool 72392fb227 [tests] test pushKV for boolean values c23132bcf4 Pushing boolean value to univalue correctly 81faab26a1 Merge pull request bitcoin-core#48 from fwolfst/47-UPDATE_MIT_LINK_TO_HTTPS b17634ef24 Update URLs to MIT license. 88ab64f6b5 Merge pull request bitcoin-core#46 from jasonbcox/master 35ed96da31 Merge pull request bitcoin-core#44 from MarcoFalke/Mf1709-univalue-cherrypick-explicit 420c226290 Merge pull request bitcoin-core#45 from MarcoFalke/Mf1710-univalue-revert-test git-subtree-dir: src/univalue git-subtree-split: a44caf65fe55b9dd8ddb08f04c0f70409efd53b3
johnny9
pushed a commit
to johnny9/bitcoin-core-app
that referenced
this pull request
Jul 4, 2025
…tcoin.cpp 2d8bc4d qml: Implement #22219 changes in the qml/bitcoin.cpp (Hennadii Stepanov) Pull request description: This PR implements bitcoin/bitcoin#22219 changes in the `qml/bitcoin.cpp`. ACKs for top commit: jarolrod: tACK 2d8bc4d Tree-SHA512: 571cfb3cac9f01a38f6b22589bb357d23e54b9ebd2bcf0ff4e6a45b89ed72502daab4c3f9549f1c40eec66531f8be57d7cbe827d798bc9007fecb93b5612d3b0
tx-signer450
added a commit
to tx-signer450/gui-qml
that referenced
this pull request
Oct 20, 2025
…tcoin.cpp 2d8bc4d2817d3221def0762711da0d02b27d8de8 qml: Implement #22219 changes in the qml/bitcoin.cpp (Hennadii Stepanov) Pull request description: This PR implements bitcoin/bitcoin#22219 changes in the `qml/bitcoin.cpp`. ACKs for top commit: jarolrod: tACK 2d8bc4d2817d3221def0762711da0d02b27d8de8 Tree-SHA512: 571cfb3cac9f01a38f6b22589bb357d23e54b9ebd2bcf0ff4e6a45b89ed72502daab4c3f9549f1c40eec66531f8be57d7cbe827d798bc9007fecb93b5612d3b0
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.
This PR implements bitcoin/bitcoin#22219 changes in the
qml/bitcoin.cpp.