Mney fix regex #13898

pull spyder46n2 wants to merge 417 commits into bitcoin:master from RavenProject:mney-fix-regex changing 1207 files +130152 −31815
  1. spyder46n2 commented at 9:38 PM on August 6, 2018: none

    Initially, when I added the asset name validation regex to exclude variations of RAVEN I removed the end delimiter '$' as things worked fine without it. For better compatibility, this is being added back.

  2. New release to remove mining by default 8e8ccb76df
  3. Fixing darwin build with https://github.com/bitcoin/bitcoin/pull/12032 918e896bb3
  4. Moving release binaries to the proper github location. 47a6eb8d50
  5. Added readme to redirect to releases tab 2b1e1dca85
  6. Merge pull request #26 from coinyeezy/coinyeezy-patch-1
    Fixed spelling error
    b488c034d5
  7. Added Raven whitepaper a2a422aa04
  8. Update README.md
    Github specific tweaks
    1cfd251aa2
  9. Update README.md
    More github specific tweaks
    9c0a0a8950
  10. Update README.md
    Centering the title
    bb78b13991
  11. Update README.md
    Center the title
    715f6b95b7
  12. added whitepaper 99be482881
  13. Added Raven roadmap b61d441da8
  14. Merge branch 'master' of github.com:OverstockMedici/raven 5615bab572
  15. Added Raven roadmap 6dccd3921e
  16. Fixed date typo fce3886f61
  17. Update README.md
    Fixed Title centering
    40d9f3ede2
  18. Fix typo in roadmap 25649f0ec3
  19. Addition of ravenscroll asset protocol library 115c43ec93
  20. Merge pull request #3 from OverstockMedici/ravenscroll
    Addition of ravenscroll asset protocol library
    50bd636d7f
  21. added buildspec for ubuntu 17.10 9523ed1801
  22. tweaked ubuntu 17.10 buildspec 8d409e9c13
  23. CMake support 0fffcebeb9
  24. Enables debugging for CMake fbe5f7ad9e
  25. Fixing build to work with latest version of the boost library. Should not need to downgrade to older version to work. This was done by changing the multi_index comparators to const. 6794b47755
  26. Stubbed in rpc calls (issue and getaddressbalances) and asset library 👩‍🎓 07e124e052
  27. Remove spamming couts while blockchain is in initial download 45aa54ad3c
  28. Enabling CMake w/ debug target. 46d54a7481
  29. Fix Unit Tests, and removing spamming of terminal when loading block chain (#6)
    * Removed unused files
    
    * Remove spamming couts while blockchain is in initial download
    
    * Got most of the unit tests working
    
    * Regtest mining code
    
    * Start adding the code that receives the can issue boolean
    
    * add parameters and test regtest network
    98240ce13f
  30. Merge branch 'master' of github.com:OverstockMedici/raven c4e589d0af
  31. Update README.md
    Fixed formatting
    97aeb6a2da
  32. Update COPYING
    Updated year
    ba6a286681
  33. Fix testnet nonce 95ba8f909f
  34. Added CMakeLists.txt back. a59f0058fe
  35. Update README.md e7a803f58b
  36. Update README.md 1c092d469e
  37. Update README.md 3742c3c239
  38. Removed obsolete binaries dir 78dda641ae
  39. Add asset support with raw transaction and create rpc call to issue assets 79d71da77b
  40. Merge pull request #7 from OverstockMedici/jeanderson/asset-raw
    Jeanderson/asset raw
    6b8a2a67f3
  41. Merge pull request #22 from Scoty/master
    Disable the miner in the wallet by default
    d30600b3ee
  42. Merge pull request #30 from dpmidd/readme
    Dev mailing list doesn't exist (yet?)
    3612148258
  43. Merge pull request #67 from jacksonpchen/patch-1
    Update README.md
    3876271703
  44. Merge pull request #69 from graze1234/master
    update of wiki and forum links and other small changes
    71230aeba2
  45. Merge pull request #68 from jacksonpchen/patch-2
    Update COPYING
    aeaa66a62e
  46. Merge pull request #55 from andersfurseth/patch-1
    Fix typo in roadmap
    c6a7f282fb
  47. Merge pull request #47 from ianblenke/master
    Fixing darwin build
    7004eeb4e7
  48. Merge pull request #39 from JoshTickles/patch-2
    Update Readme
    e6f0b0b406
  49. Merge remote-tracking branch 'upstream/master' e7c36decd0
  50. Removed leftover windows binaries 135980194b
  51. Cleaning out win bins e4f58d789a
  52. Cleaning out windoze bins 35c5a19fae
  53. Moved content from binaries/release/mac/README.md to doc/README.md 46650ef325
  54. update README 620bb100af
  55. Update README.md d6f7e19067
  56. Restoring binaries/README.md to avoid breaking the download link from website.... 4b011465ab
  57. Merge branch 'master' of https://github.com/fokep/Ravencoin 3c39c68297
  58. Update README.md 0fab805863
  59. Update README.md 807a16d43b
  60. Update README.md 3e5e3e5a43
  61. Update of README.md
    Changed links to have absolute paths so the readme can be safely included with releases
    358dc4e9a2
  62. Update README.md e6bf721586
  63. Update README.md 93aaa2160f
  64. Update README.md 1036b0ba36
  65. Build Frame and RPC for transfering assets dd8deccbb3
  66. Implements getaddressbalances (except minconf). b68624c5cf
  67. Merge pull request #74 from fokep/master
    Computer running out of disk space? Fixing low disk space with git rm
    de83792bad
  68. Added cacheing for undoing blocks, transfers are now being undo when disconnect block is called c2c091aa45
  69. Added cache for Connect Block, Add Flush to DB when pcoinsTip does. Reorgs now working correctly b88023d2ce
  70. Fleshed out asset name verification. (#10) cf179e5b64
  71. Fix bug with reindex, and invalidation of blocks: 1bc35ba8a3
  72. Fix merge conflict in assets.cpp 6acbabd6d3
  73. Merge pull request #9 from OverstockMedici/jeanderson/transferasset
    Transferring an asset
    09a4821cd0
  74. Updated docstring for createrawtransaction. 9d6fe537c1
  75. Added asset ownership 4fc54b2a01
  76. Updated docstring for createrawtransaction. 64d12eaf20
  77. Merge pull request #11 from OverstockMedici/ownership
    Add Ownership Assets when issuing an asset
    454372aec8
  78. Implemented createrawtransaction for transfers. cd29955e5a
  79. Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer b0c50376c4
  80. Update README.md 82b9c63aaa
  81. Update verify.sh 4c9caccde6
  82. Merge pull request #81 from RavenProject/remove-legacy-verify-script
    Update verify.sh
    a05e5510ac
  83. Merge pull request #80 from RavenProject/Remove-legacy-verification
    Update README.md
    a65fd957ce
  84. Fixed RPC param config for issue. 16abd2d435
  85. Fixed tests. 99d3670214
  86. Removed rpc_assets_issue unit tests. Wallet loading would seem to necessitate integration tests instead. a3f4191a64
  87. Fixed a test case. 1ec93a393c
  88. Phase 2 Requirements - Part 1 (#14)
    * Added a Least Recently Used Cacheing System
    
    * Start replacing setAssets with cache. Incomplete
    
    * Implement cacheing and start debugging failures
    
    * Cache now works with transfers when reindexing
    
    * Remove 500 RVN requirment from transfer rpc call
    
    * Add Requirement for transfer ownership assets to be 1 * COIN
    
    * Couple fixes to pull request
    04f48cc5ea
  89. Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer 7535af8c99
  90. Update .gitignore c1a92500ea
  91. Update .gitignore e198364141
  92. Merge Private into Public Repo 257b51ec0a
  93. Fixes some tests, comments out some broken ones from functional suite. 7c30f13434
  94. Merge branch 'master' of github.com:OverstockMedici/raven into cfox-rpc-transfer d7c8310204
  95. Merge pull request #13 from OverstockMedici/cfox-rpc-transfer
    createrawtransaction "transfer"
    cd2a018b90
  96. Couple updates before moving to public repo (#15)
    * Couple updates before moving to public repo
    
    * remove hard coded address
    323e1c5880
  97. Update (#16)
    * Fix script tests, implement OP_RVN_ASSETS
    75b51ef7ca
  98. Merge branch 'master' of github.com:OverstockMedici/raven into HEAD 76c5be534a
  99. Merge pull request #82 from OverstockMedici/private-test
    Merge Assets from Private Repo
    4f8350c825
  100. updated .gitignore c586c850f4
  101. removed buildspec and Jenkinsfile...um, yeah fb93e367b1
  102. Update Block Size 9bb7a94c8a
  103. Re-enables and fixes some integration tests (#83)
    * Removed CMakeLists.txt
    
    * Re-enabled several integrations tests that work now after recent bugfixes.
    
    * Fixes proxy_test which was using a nonexistent tor node.
    
    * Fixes rpcnamedargs test.
    6ed3bde215
  104. Add consensus rules for asset inputs and outputs values must match 6693cb5b87
  105. Add Units test for CheckTxAssets and Coin 49123594ed
  106. Fix typo in UndoAssetCoin error statement dc72c2e043
  107. Merge pull request #86 from RavenProject/assets_burn_fix
    Add consensus rules for asset inputs and outputs values must match
    1a13ef077e
  108. Merge pull request #88 from RavenProject/issue_87
    Issue #87 Fix typo in UndoAssetCoin error statement
    b825457d4b
  109. Updates asset name validation for ownership (#90)
    30 max characters (excluding '!' for ownership)
    unique asset tag can't contain '!'
    95f8f9da8b
  110. X16R-related functional test fixes (#89)
    * Makes x16r block hashing available to integration tests.
    
    * Fixes halving rate for regtest in test framework.
    
    * Fixes zmq_test by:
    using x16r for block hashing
    using tx has for validation instead of txid (segwit)
    
    * Improves color contrast in output of combine_logs.py.
    
    * Reactivates some functional tests which have been fixed.
    
    * Reactivates some extended functional tests which have been fixed.
    1d3a8d8c68
  111. Adds test_raven_hash to .gitignore. 44f2a5cb47
  112. Fix automake warnings when running autogen.sh ef38d10f3f
  113. Merge pull request #92 from RavenProject/cfox-ignore-test_raven_hash
    Adds test_raven_hash to .gitignore.
    2fb0092db6
  114. Add Reissue of assets 00be9a2ce9
  115. Merge pull request #94 from RavenProject/reissue_assets
    Add Reissue of assets
    c9a990591d
  116. Added asset data to rpc call return data 8adc557249
  117. Some functional tests for assets (#96)
    * Adds some functional RPC tests for assets.
    
    * Cleans up some comments.
    
    * Fixes some bad RPC named parameters.
    56659e916d
  118. Add caching to address amount map d9d3611d60
  119. Fix Unit Test Failures 52317ba4cd
  120. Merge pull request #97 from RavenProject/update_asset_cacheing
    Update asset cacheing
    06691187a5
  121. Merge pull request #98 from RavenProject/block_size
    Update Block Size
    6c4713ada2
  122. Merge branch 'develop' into update_rpc_calls 55d7507875
  123. Merge pull request #95 from RavenProject/update_rpc_calls
    Added asset data to rpc call return data and fix unit tests
    009a64a1de
  124. Raw RPC for transfer asset works da440d5aa0
  125. Raw reissue rpc call dd4b7c28e8
  126. Merge pull request #100 from RavenProject/raw_assets_reissue
    Raw assets reissue
    42ccb1227c
  127. RPC overhaul (#103) 1ae32c91a0
  128. Implement BIP9 protocol for assets and block size changes (#105) 8456ff9fab
  129. Update build-osx.md c09e437de5
  130. Update build-osx.md af7ecf4f00
  131. Merge pull request #93 from RavenProject/mney-fix-autogen.sh-warnings
    Fix automake warnings when running autogen.sh
    1f7628b4b1
  132. Unit Test Nonce, Raven-TX Linux Build, and Warning Fixes 136e1d8155
  133. Merge pull request #110 from RavenProject/mney-fix-tests.linux-build.doxygen.ravend-warning
    Unit Test Nonce, Raven-TX Linux Build, and Warning Fixes
    7fe5ac3f9a
  134. Fixes a couple of bugs. baec7494a7
  135. Fixes bug with RPC help and BIP-9/RIP-2. 8cb343a650
  136. Merge pull request #116 from RavenProject/cfox-bugfix
    BIP-9/RIP-2 related bugfixes
    85276179ea
  137. QT: First iteration of assets view on overview tab (#115)
    Asset balances on overview tab MVP.
    40b65bccaf
  138. Fix/change some error msgs e49fc398d1
  139. Set proposed mainnet activation ce6a10eb55
  140. Fix rpc help 1da3b30f0a
  141. Fixes asset_tests failure on unique due to dash in regex 887812c7d7
  142. Update for UTC ce5348ca90
  143. Fixed IPFS hash length (40->46). cead1f0cc5
  144. Merge pull request #120 from RavenProject/tron-mainnet-assets
    Set proposed mainnet activation
    a21ca127fc
  145. Fixed IPFS hash length (40->46). f0b9f7ed0c
  146. Merge pull request #121 from RavenProject/tron-txt-fixes
    Fix rpc help
    77fa2f571b
  147. Prevent RVN, RAVEN, RAVENCOIN as an asset 21adb8d339
  148. Merge pull request #125 from RavenProject/tron-prevent-confusing-rvn-asset
    Prevent RVN, RAVEN, RAVENCOIN as an asset
    967a96dacd
  149. Merge pull request #117 from RavenProject/tron-review-2
    Fix/change some error msgs
    8a46c82a63
  150. RPC functions base58 decode IPFS hash inputs (46->34 bytes) and encode outputs (34->46 bytes). e824085e30
  151. Add GUI for creation and reissue of an asset, Fix bug with reissue not saving to database ab8823211e
  152. Merge pull request #123 from RavenProject/create_gui
    Add GUI for creation and reissue of an asset, Fix bug with reissue no…
    8addde4661
  153. Merge pull request #122 from RavenProject/mney-fix-asset-regex-test
    Fixes asset_tests failure on unique due to dash in regex
    ccfee91834
  154. Fixing build error from #125, adding test for RVN names, removing invalid reissue test, fixing help for optional params fa5bd58bc9
  155. Merge pull request #126 from RavenProject/mney-fix-asset-regex-names
    Fix asset regex names (fixes build errors from #125)
    6cba8d9724
  156. Merge branch 'develop' of github.com:RavenProject/Ravencoin into cfox-ipfs 69f6adfcaa
  157. Merge branch 'develop' of github.com:RavenProject/Ravencoin into cfox-ipfs 70eed8a362
  158. QT and decodescript IPFS hash fixes. ecd3f3205b
  159. minor typos (#128) 691dd74eb8
  160. Revert "Merge #11167: Full BIP173 (Bech32) support"
    This reverts commit aa624b61c928295c27ffbb4d27be582f5aa31b56, reversing
    changes made to a72003d794f39230db476d4f358eb244b7cb2d36.
    83bdf74140
  161. Add change address to create asset rpc and gui implementation b51455e1bd
  162. Merge pull request #127 from RavenProject/custom_change_address
    Add change address to create asset rpc and gui implementation
    3f59315604
  163. Add GUI for reissue change address 33b5aad323
  164. Merge pull request #132 from RavenProject/reissue_change
    Add GUI for reissue change address
    d8639116b2
  165. Add change address to reissue rpc call f93671f938
  166. Use real IPFS hashes a5133b7ed5
  167. Merge branch 'develop' of github.com:RavenProject/Ravencoin into cfox-ipfs aad98210ca
  168. Merge pull request #124 from RavenProject/cfox-ipfs
    IPFS hash fixes
    ddd4f62219
  169. indexes: adds additional address, spent and timestamp indexes
    Adds new bitcoin.conf configuration options for three new indexes:
    -addressindex=1
    -spentindex=1
    -timestampindex=1
    
    The addressindex records all changes to an address for retrieving txids, balances and
    unspent outputs for addresses. Changes are stored and sorted in block order. Both p2sh
    and p2pkh address types are supported. The index records two sets of key/value pairs.
    The first records all activity and is useful for viewing transaction history and
    all changes. The second is specifically for retrieving unspent outputs by address, and
    is smaller as values are removed once they are spent.
    
    The spentindex has multiple purposes and brings closer together inputs and outputs of
    transactions. The main purpose is to efficiently determine the address and amount of
    an input's previous output. The second purpose is to be able to determine which
    input spent an output.
    
    The timestampindex keeps track of timestamps with block hashes and is useful for searching
    blocks by date instead of by height. This is useful for a block explorer that will give
    search options by date. The index uses logical time correction to make sure that the
    results are sorted in block order. The logical time of a block is actual timestamp of the
    block, unless it is less than (earlier) the previous block's logical time, and in that
    case it is one second greater than the previous block's logical time.
    
    Includes logical time fix by Chethan Krishna
    5909905d40
  170. rpc: adds rpc commands for address, spent and timestamp indexes
    Adds new rpc commands that use the address, spent and timestamp indexes,
    including the new commands:
    
    - getblockdeltas
    - getblockhashes
    - getaddressmempool
    - getaddressutxos
    - getaddressdeltas
    - getaddressbalance
    - getaddresstxids
    - getspentinfo
    
    And modifications to the command:
    - getrawtransaction
    c4dc80e1dc
  171. indexes: additional logging and checks for indexes 77e2633379
  172. validation: fix inconsistent update of address idx
    On initial validation, the new core might trigger removal of transactions from indexes.
    3f68de56e8
  173. db: adds option maxFileSize 4e610feb7f
  174. indexes: adds p2pk to addressindex
    * Add simple test for p2pk script
    * Add p2pk transaction addresses indexing
    
    Addresses from p2pk transaction are now indexed by transations pubkeys
    hashes. Even if it isn't strict behavior and the p2pk are rare
    and obsolete, it is transaction that should be able to be looked up.
    acc26be2ac
  175. tests: adds rpc tests for address, spent and timestamp indexes
    Tests the functionality of the indexes as well as the rpc commands
    2892f2c9c1
  176. tests: adds unit test for IsPayToPublicKeyHash method 9356c8f355
  177. tests: adds unit test for IsPayToPublicKey method 3c6b8ef340
  178. Merge #12495: Increase LevelDB max_open_files
    ccedbaf Increase LevelDB max_open_files unless on 32-bit Unix. (Evan Klitzke)
    
    Pull request description:
    
      Currently we set `max_open_files = 64` on all architectures due to concerns about file descriptor exhaustion. This is extremely expensive due to how LevelDB is designed.
    
      When a LevelDB file handle is opened, a bloom filter and block index are decoded, and some CRCs are checked. Bloom filters and block indexes in open table handles can be checked purely in memory. This means that when doing a key lookup, if a given table file may contain a given key, all of the lookup operations can happen completely in RAM until the block itself is fetched. In the common case fetching the block is one disk seek, because the block index stores its physical offset. This is the ideal case, and what we want to happen as often as possible.
    
      If a table file handle is not open in the table cache, then in addition to the regular system calls to open the file, the block index and bloom filter need to be decoded before they can be checked. This is expensive and is something we want to avoid.
    
      The current setting of 64 file handles means that on a synced node, only about 4% of key lookups can be satisifed by table file handles that are actually open and in memory.
    
      The original concerns about file descriptor exhaustion are unwarranted on most systems because:
       * On 64-bit POSIX hosts LevelDB will open up to 1000 file descriptors using `mmap()`, and it does not retain an open file descriptor for such files.
       * On Windows non-socket files do not interfere with the main network `select()` loop, so the same fd exhaustion issues do not apply there.
    
      This change keeps the default `max_open_files` value (which is 1000) on all systems except 32-bit POSIX hosts (which do not use `mmap()`). Open file handles use about 20 KB of memory (for the block index), so the extra file handles do not cause much memory overhead. At most 1000 will be open, and a fully synced node right now has about 1500 such files.
    
      Profile of `loadblk` thread before changes: https://monad.io/maxopenfiles-master.svg
      Profile of `loadblk` thread after changes: https://monad.io/maxopenfiles-increase.svg
    
    Tree-SHA512: de54f77d57e9f8999eaf8d12592aab5b02f5877be8fa727a1f42cf02da2693ce25846445eb19eb138ce4e5045d1c65e14054df72faf3ff32c7655c9cfadd27a9
    fbebaea63e
  179. Start transfer asset GUI 1c3110645f
  180. Modification to the rereserved raven/ravencoin names, modified tests to match c89d38e30a
  181. Fixing Boost library link error when building with --enable-debug flag is specified on OSX f93bcd4348
  182. Transfer GUI works. Fix bug with reindex and assets bc2bae68c1
  183. Merge Develop 9831d9dbea
  184. Remove commented out code 11955b2cdc
  185. Merge pull request #133 from RavenProject/reissue_change_rpc
    Add change address to reissue rpc call and Start transfer GUI
    990d7f5adc
  186. Merge pull request #135 from RavenProject/mney-change-reserved-raven-names
    MNEY - change reserved raven names
    69bc549007
  187. Merge pull request #136 from RavenProject/mney-fix-OSX-debug-build
    Fixing Boost library link error when building with --enable-debug fla…
    80f4bd586b
  188. Change useragent 7626c4c518
  189. Update version to reflect new scheme major.minor.build 70f73fd2a9
  190. Update year 32f316f755
  191. Merge pull request #131 from underdarkskies/insight-final
    Insight final - tested on merge with develop branch.
    af50a706fc
  192. Disable or remove assets from GUI unless is it Active 6e972c9ac2
  193. Update block version once assets go active 7637a94132
  194. QT: show asset transactions on overview and transaction tabs (#139)
    * Showing asset transactions on overview and transaction tabs.
    fbd2197407
  195. Merge Develop e1526c88e7
  196. Merge pull request #140 from RavenProject/update_asset_gui
    Remove assets info from gui until assets are active
    e465c6ec82
  197. Reserving RVNX asset scripts by treating them as standard no-ops (#142)
    * Treating RVNX asset scripts as standard (do nothing) scripts for future compatibility.
    
    * Overloaded IsAssetNameValid() returns an asset type; restricting current opertions to ROOT type assets.
    
    * Fixed a typo and a test case.
    ef85d429f0
  198. Merge pull request #137 from RavenProject/tron-modify-useragent
    Tron modify useragent
    5df542987a
  199. Merge pull request #141 from RavenProject/update_block_version
    Update block version once assets go active
    61d4b38676
  200. add metadata spec 76fd6fa47b
  201. Merge pull request #143 from RavenProject/tron-metadata
    add metadata spec
    fd0bd1b651
  202. Update Protocol Version 85c4cf2e1e
  203. Asset data to overview page 146de0bf21
  204. Merge pull request #144 from RavenProject/add_asset_status
    Asset data to overview page
    c69cd026d7
  205. QT: Dynamically showing asset transaction related GUI elements when assets are activated. (#145) d6c49ed373
  206. GetMyAssetBalances() no longer returns zero balances. (#148)
    (even if zero balance is still cached)
    710cc7b758
  207. Fixes bug in decodescript for owner outputs. (#147) 79f2f2b333
  208. Merge pull request #146 from RavenProject/protocol_bumb_70016
    Update Protocol Version
    9da1a705c3
  209. Fix Database Corruption Error 34f6e4382b
  210. Merge pull request #149 from RavenProject/fix_db_corruption
    Fix Database Corruption Error
    98f37ea567
  211. Update asset display info when a new block comes in 94e4ad2504
  212. Revert blockundo change. Use seperate database for asset undo data bdc75a26cc
  213. Merge pull request #150 from RavenProject/asset_display_info
    Update asset display info when a new block comes in
    a981186463
  214. Merge pull request #152 from RavenProject/asset_undo_data
    Revert blockundo change. Use seperate database for asset undo data
    8a76ee3b5f
  215. Fix create asset check availability bug 7051ce6f6e
  216. Remove send asset dialog qt connect display unit 043593f5b6
  217. Asset tab hover text bee2712ef0
  218. Update asset tab text 2146082c3e
  219. Fix some metadata, and add a new field. c7ad3eb475
  220. Merge pull request #153 from RavenProject/gui_check_availability
    Fix create asset check availability bug
    601c5cdcd2
  221. Fix undo transfer bug, Fix transfer adding more than needed inputs 426cc0b7ba
  222. Merge pull request #155 from RavenProject/blondfrogs_trasnfer_asset_bug
    Fix undo transfer bug, Fix transfer adding more than needed inputs
    7a1a0864cd
  223. Attempting to find boost interruption_point() in windows build. afaa561fc0
  224. Removes some unused imports. 7d7f16b4f2
  225. Update send dialogs, for create, reissue, and transfer assets 61c0f58db9
  226. Merge pull request #156 from RavenProject/cfox-windows-fix
    Fixes windows build problems
    a942cfede3
  227. repair depends system (#154)
    * repair depends system
    
    this fixes the incorrectly named files in the depends build process, as well as updates the QT repo location so that depends build are sucessful
    
    * Merge #13177: GCC-7 and glibc-2.27 back compat code
    
    253f5929097548fb10ef995002dedbb8dadb6a0d Add stdin, stdout, stderr to ignored export list (Chun Kuan Lee)
    fc6a9f2ab18ca8466d65d14c263c4f78f9ccebbf Use IN6ADDR_ANY_INIT instead of in6addr_any (Cory Fields)
    908c1d7745f0ed117b0374fcc8486f83bf743bfc GCC-7 and glibc-2.27 compat code (Chun Kuan Lee)
    
    Pull request description:
    
      The `__divmoddi4` code was modified from https://github.com/gcc-mirror/gcc/blob/master/libgcc/libgcc2.c . I manually find the older glibc version of log2f by objdump, use `.symver` to specify the certain version.
    
    Tree-SHA512: e8d875652003618c73e019ccc420e7a25d46f4eaff1c7a1a6bfc1770b3b46f074b368b2cb14df541b5ab124cca41dede4e28fe863a670589b834ef6b8713f9c4
    74079801de
  228. Merge pull request #157 from RavenProject/update_qt_asset_dialogs
    Update send dialogs, for create, reissue, and transfer assets
    6e600db09d
  229. Functional test for issue, reissue and transfer of assets via raw transactions. (#151)
    * Verifies that scriptSig tampering voids transfer.
    
    * Verifies that asset script tampering voids transfer.
    5455db7b1f
  230. Changed name/symbol example to Bitcoin | BTC f21ae78568
  231. Merge pull request #158 from mcmurrak/patch-1
    Changed name/symbol example to Bitcoin/BTC
    1cd8682225
  232. Remove a term of art (#160) d002dbe77e
  233. Fix ability to be able to send assets to same address they are being spent from d87a819609
  234. Merge pull request #162 from RavenProject/fix_db_change_address_bug
    Fix ability to be able to send assets to same address they are being …
    048908feed
  235. Able to parse 21 billion (max asset qty). (#163) 26241b26b2
  236. fix depends environment
    rename from bitcoin-> raven
    -cleanup a type in Makefile
    eb754b3299
  237. reAdd gen.cpp
    gen.cpp is required for `make dist`
    a899f597c7
  238. renaming and fixes
    rename bitcoin->raven
    -and-
    ensure md_helper.c gets included in `make dist` builds
    dc2bcb2c17
  239. finalize macdeploy changes
    updated macdeployqtplus to python3
    
    fix backgroundImageAlias bytelength (7 chars require)
    1cc1165beb
  240. Moving to DGW when RIP-2 is activated. (#161) 00ffd2b9c1
  241. Fix Splash Screen Logo positioning and aliasing (#166) 32eeb90306
  242. Add regtest mining shortcut to assets tab 9e4e3c3e41
  243. Merge pull request #167 from RavenProject/debug_mining_shortcut
    Add regtest mining shortcut to assets tab
    838cb090ee
  244. QT: revised asset in/out tx icons. 7270cfe4a9
  245. Merge pull request #168 from RavenProject/cfox-asset-tx-icons
    QT: revised asset in/out tx icons.
    42d247fbec
  246. Merge pull request #164 from underdarkskies/macosx-buildfix
    enable MacOS crosscompile builds from ubuntu18
    416aa009ca
  247. Doc updates. (#170) 1f68d730cb
  248. QT: revised asset in/out tx icons. (#171) 5e08051ce0
  249. Add -fPIC as default on Linux builds to avoid build errors. Add additional NONCE for miner tests. 6b783934cd
  250. Merge pull request #183 from RavenProject/mney--set_fPIC_Linux--nonce_4_miner_tests
    Add -fPIC as default on Linux builds fixing build errors.  Add NONCE to miner_tests
    4ac2565704
  251. add $ to end of regex for better compatability edd0d3773a
  252. spyder46n2 closed this on Aug 6, 2018

  253. fanquake locked this on Aug 6, 2018
  254. blondfrogs deleted the branch on Aug 17, 2018
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-26 12:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me