Advertisement
Guest User

Untitled

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