Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -u ~/log_gui ~/log_qml
- --- /home/xyz/log_gui 2021-08-22 01:57:17.966720850 -0400
- +++ /home/xyz/log_qml 2021-08-22 01:57:35.474983623 -0400
- @@ -1,3 +1,4 @@
- +03ae089fc Merge branch 'up-master' into test-sync-20
- f5a406f00 Merge bitcoin/bitcoin#22633: refactor: Replace remaining binascii method calls
- 4fc15d156 Merge bitcoin/bitcoin#22707: test: refactor use of getrawmempool in functional tests for efficiency
- 192a959b6 Merge bitcoin/bitcoin#22749: ci: Run arm task on arm64 hardware
- @@ -116,6 +117,7 @@
- b1a672d15 Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
- a162edfdd Merge bitcoin/bitcoin#22359: wallet: Do not set fInMempool in transactionAddedToMempool when tx is not in the mempool
- 8fa03c4dd Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descriptors
- +86a1e3d25 Sync with the main repo up to db94d74f241410d6577b695d73184740797448e6
- db94d74f2 Merge bitcoin/bitcoin#22657: fuzz: Re-enable assert in banman again
- fabed982a fuzz: Re-enable assert in banman again
- bb56486a1 refactor: Reuse MakeUnorderedList where possible
- @@ -212,6 +214,7 @@
- 1d1ef2db7 [net_processing] Defer initializing m_addr_known
- 6653fa332 [test] Update p2p_addr_relay test to prepare
- 2fcaec7bb [net_processing] Introduce SetupAddressRelay
- +11df49c8d Merge bitcoin-core/gui-qml#16: doc: document minimum required qt version
- fa865287e test: Add temporary sanitizer suppression implicit-signed-integer-truncation:netaddress.cpp
- d23570098 Merge bitcoin/bitcoin#21882: build: Fix undefined reference to __mulodi4
- 19434fa22 Merge bitcoin/bitcoin#22516: macdeploy: alternative info to download the macOS SDK
- @@ -220,6 +223,7 @@
- 8f76f9f61 Merge bitcoin/bitcoin#22531: guix: Fixes to guix-{attest,verify}
- be92dc587 Merge bitcoin/bitcoin#22538: doc: fix command typo in guix README
- 8a4f0fcd3 Document faster throughput configuration
- +d89965650 doc: document minimum required qt version
- 9b313dfef guix: Ensure EPOCH_SOURCE_DATE does not include GPG information
- 43225f0a2 guix: Remove extra \r from all.SHA256SUMS line ending
- d080c2706 guix, doc: Add a note that codesigners need to rebuild after tagging
- @@ -249,6 +253,8 @@
- fbeb8c43b test: add type annotations to util.get_rpc_proxy
- 12f094ec2 test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
- 746f203f1 test: introduce `generate_to_height` helper, use in rpc_signrawtransaction
- +68d03f23b Sync with the main repo up to 1488f55fa57a1400a57be837b574183f019c7855
- +a79a2249d Merge bitcoin-core/gui-qml#11: Add basic start/shutdown functionality
- 8ca51af1e test: Disable automatic connections by default
- 8858e88c8 p2p: refactor: tidy up `PeerManagerImpl::Misbehaving(...)`
- e3237b1cd test: check that CSV/CLTV are active in rpc_signrawtransaction
- @@ -261,9 +267,13 @@
- 2735e111e Merge bitcoin/bitcoin#22444: fuzz: Limit max ops in prevector fuzz target
- 8bc4a1140 Merge bitcoin/bitcoin#22442: util: improves error messages on get_previous_releases script
- 401db600b Merge bitcoin/bitcoin#22517: fuzz: Temporarily disable failing assert in banman fuzz test
- +25d0f47f3 Merge bitcoin-core/gui-qml#14: doc: introduce qml/README.md
- fd557ceb8 Merge bitcoin/bitcoin#13533: [tests] Reduced number of validations in tx_validationcache_tests
- 198ceb82f script, doc: guix touchups
- d7b7f610a Updated Readme, Corrected the codesign typo
- +3ad6d11f9 qml: Add start/shutdown functionality
- +9bc8a6d09 qml: Add NodeModel module
- +4d7ce1421 Sync with the main repo up to bitcoin/bitcoin#22533
- fae108ceb Fix incorrect whitespace in addrman
- fa32024d5 Add missing GUARDED_BY to CAddrMan::insecure_rand
- 2b5563bb1 Merge bitcoin/bitcoin#22533: guix/build: Remove vestigial SKIPATTEST.TAG
- @@ -406,6 +416,7 @@
- 617661703 validation: make CChainState::m_mempool optional
- d8f1e1327 Merge bitcoin/bitcoin#22112: Force port 0 in I2P
- 54c7754f3 build: use aarch64 Clang if cross-compiling for darwin on aarch64
- +605842aef doc: introduce qml/README.md
- 7e1ba37b5 Merge bitcoin/bitcoin#22433: init: remove straggling boost thread_group related code
- aa72ffb1c init: remove straggling boost thread_group code
- 839f5d06d Merge bitcoin/bitcoin#22432: doc: fix incorrect testmempoolaccept doc
- @@ -449,6 +460,7 @@
- ac82b99db [p2p] remove redundant NODE_WITNESS checks
- 6f8b198b8 [p2p] remove unused segwitheight=-1 option
- eba5b1cd6 [test] remove or move tests using `-segwitheight=-1`
- +955fa3423 Merge bitcoin-core/gui-qml#5: Add basic QML support to Qt resource system
- 2feec3ce3 net: don't bind on 0.0.0.0 if binds are restricted to Tor
- 4129134e8 Merge bitcoin/bitcoin#22402: doc: Install Rosetta on M1-macOS for qt in depends
- 5b4703c6a guix: Test security-check sanity before performing them
- @@ -469,11 +481,17 @@
- 15fc9a029 guix: add additional documentation to patches
- 4516e5ec9 lint: exclude Guix patches from spell-checking
- de6ca41a5 guix: no-longer pass --enable-glibc-back-compat to Guix
- +e2104f890 qml: Add stub window
- +cc7f2542a qml: Add bitcoin module
- +8efd330d5 refactor: Move qwidget and qml common code into the main() function
- +75f5d7483 Merge bitcoin-core/gui-qml#4: Sync with the main repo
- +245b8c2d0 Merge bitcoin-core/gui-qml#2: build: Add --with-qml configure option
- 84dd81fb5 build: remove glibc backcompat requirement for Linux symbol checks
- 088b348db Merge bitcoin/bitcoin#22406: build: remove --enable-determinism configure option
- 1f449586a test: add `bad-txns-prevout-null` test to mempool_accept.py
- a62fc35a1 Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort Peers table
- aa0a5bb70 test: add `bad-txns-prevout-null` test case to invalid_txs.py
- +d21a6a3bc build: Add --with-qml configure option
- 484d4ee22 Merge bitcoin-core/gui#365: Draw "eye" sign at the beginning of watch-only addresses
- 905d672b7 test: use script_util helpers for creating P2W{PKH,SH} scripts
- 285a65ccf test: use script_util helpers for creating P2SH scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement