3000 something commits behind Bitcoin master #23949

pull melissamforbs wants to merge 10000 commits into bitcoin:master from Crowndev:master changing 1398 files +282875 −61373
  1. melissamforbs commented at 11:28 AM on January 3, 2022: none

    3000 + commits behind Bitcoin-master

  2. initial v0.13 updates 8155b44030
  3. initial changes for v0.13 d88fde0e79
  4. Update README.md c4dc8fbc82
  5. initial stab at Jade release notes 4664ec1a76
  6. Answer the FAQs d3a9c1fd9d
  7. add changelog
    generated by git shortlog --no-merges 2ba3a7701a66c44cbc735ed417d7dd0bdc905082..HEAD
    027908e636
  8. Barebones release notes
    Also updates READMEs, fixes a couple of typos and copyright dates.
    3b01cb16d4
  9. Merge branch 'v0.13_preparation' into 'Current-dev'
    V0.13 preparation
    
    See merge request crown/crown-core!182
    ef721c8990
  10. Merge branch 'mn-pos-main-testnet' into 'master'
    Merge POS and prefix changes to master
    
    See merge request crown/crown-core!181
    43c03c1703
  11. Changed protocol version and client version b0248c06fd
  12. Merge branch 'v0.13_preparation' into 'Current-dev'
    V0.13 preparation
    
    See merge request crown/crown-core!182
    
    (cherry picked from commit ef721c89902f5dd0052907d32526345a21ea28a0)
    
    156dfdf9 Initial doc changes for v0.13
    0854e332 Update contact details
    961c60e5 initial changes for v0.13
    8155b440 initial v0.13 updates
    d88fde0e initial changes for v0.13
    c4dc8fbc Update README.md
    4664ec1a initial stab at Jade release notes
    d3a9c1fd Answer the FAQs
    027908e6 add changelog
    3b01cb16 Barebones release notes
    5cdd3c820f
  13. sing from same hymn sheet as Medium announcement 75cbc3c484
  14. Include coinstake information in TxToJSON(). ae7ef99dab
  15. Add consensus system overview 2e3410050e
  16. Update Crown-masternode-Proof-of-Stake-consensus-overview.md 330e966192
  17. Update release-notes.md 55cc96d55e
  18. Rename Crown-MNPoS.md f87f949b58
  19. Delete Crown-masternode-Proof-of-Stake-consensus-overview.md 81e8bfc6b1
  20. tidying up 6eea105542
  21. Merge branch 'v0.13_preparation' of https://gitlab.crown.tech/walkjivefly/crown-core into v0.13_preparation c17cc316ad
  22. Delete release-notes.md deacb3f6a6
  23. Delete release-notes-0.9.0.md 7e1241ff6c
  24. Fix the MNPoS link ee7720f864
  25. Update release-notes-0.13.0.md 837f916e63
  26. Merge branch 'coinstake_getrawtx' into 'master'
    Include coinstake information in TxToJSON().
    
    See merge request crown/crown-core!183
    c1fdd2dcfc
  27. Fixed merge conflicts 4780956ae9
  28. Changed stake pointer validity period to 2 days a2639cbb63
  29. Changed version to v0.12.3.0 368ef24962
  30. Fix link to Crown-MNPoS.md c9c1871db6
  31. Changed version to v0.13.0.0 49a68a50cc
  32. Merge branch 'fix-doc-link' into 'master'
    Fix link to Crown-MNPoS.md
    
    See merge request crown/crown-core!185
    7231704589
  33. Updated update script version to 0.13.0.0 6371132a38
  34. Changed update.json to v0.13.0.0 8fc0285457
  35. Merge branch 'master' into 'Current-dev'
    Merge 'master' to 'Current-dev'
    
    See merge request crown/crown-core!186
    40f13e5ef6
  36. Speed up initial sync and fix situations where it gets stuck. 81b48e5373
  37. Display recently synced block height in status bar. 2324299d53
  38. Adjust difficulty 43fd0db965
  39. Updated protocol version b74cfe779d
  40. Disabled sync check 3719f6bfaf
  41. Changed difficulty 4fdf72f60b
  42. Fixed check for pos block height 3e584779e2
  43. Changed version to v0.13.2.0 72611ac833
  44. Merge branch 'difficulty-adjust' into 'master'
    Difficulty adjust
    
    See merge request crown/crown-core!188
    6343a8c80c
  45. Added jumpstart check for systemnodes 12a897bacb
  46. Changed version to v0.13.2.0 ddf554010c
  47. Updated update.json 829c41f02b
  48. Merge branch 'syncing_consistency' into 'Current-dev'
    Refactor inventory request and response commands to be more reliable for initial block download.
    
    See merge request crown/crown-core!187
    02a3ede77f
  49. Display recently synced block height in status bar. b8ae1108c5
  50. Adjust IsInitialBlockDownload() to not be as based on headers. Sync from 3 peers. 5fdf1edf2c
  51. Issue 317 - latest "linearize", customised for Crown. 7a3efd7970
  52. Merge branch 'master' into 'Current-dev'
    Merge 'master' to 'Current-Dev'
    
    See merge request crown/crown-core!190
    fedf403166
  53. add tuple to the DataStream serialization 0a8c882c69
  54. platform DB implementation 0771684b64
  55. Added checks for coinstake transaction d93baa0b02
  56. Fixed merge conflicts c72becf6bd
  57. Convert address to new if it is old formatted 6abbed8af2
  58. Clean up stale proofs. e8595792f4
  59. Merge branch 'fix-miner-reward-appearance' into 'Current-dev'
    Added checks for coinstake transaction
    
    See merge request crown/crown-core!192
    d360518d43
  60. Merge branch 'fix-label-issue' into 'Current-dev'
    Convert address to new if it is old formatted
    
    See merge request crown/crown-core!191
    ad1a9bbcab
  61. Merge remote-tracking branch 'presstab/clean_proof' into Current-dev 8b2cad8d75
  62. Changed version to v0.13.3.0 3599b03fe3
  63. platform db RAM vs speed optimization d14a23f0a7
  64. decompose PlatformDb to have a base class with transactions logic 57aa5776e1
  65. Fixed sync issue c475ac1678
  66. v0.13.4.0 release notes 35ac75a6f7
  67. Issue 320 installation script enhancements 8b9bedc3f0
  68. Merge branch 'issue-320-installer-improvements' into 'Current-dev'
    Issue 320 installation script enhancements
    
    See merge request crown/crown-core!194
    513b0c3178
  69. Merge branch 'Current-dev' into 'master'
    Merge Current dev to master
    
    See merge request crown/crown-core!196
    ffef0bbe58
  70. Merge branch 'v0.13.4-release-notes' into 'Current-dev'
    V0.13.4 release notes
    
    See merge request crown/crown-core!195
    fee45dd15f
  71. Merge branch 'v0.13.4-release-notes' into 'Current-dev'
    V0.13.4 release notes
    
    See merge request crown/crown-core!195
    
    (cherry picked from commit fee45dd15f259a6341ddcea385c1a8969232c799)
    
    35ac75a6 v0.13.4.0 release notes
    8416d26057
  72. Changed version to v0.13.4.0 bf750d366f
  73. Updated update.json 8ccad10123
  74. fix overflow warning 2ef24b7d9d
  75. add subcommand help for rpc commands 37e256bbcb
  76. Implement get, getxbyid, totalsupply APIs efa044056e
  77. Implement full NFT index processing, both in RAM and DB 0c2020f824
  78. fix __func__ warning
    fix __func__ lambda warning
    b38c9a2cc4
  79. nft list api paging & parametrization a034b80978
  80. Fix -snconf option 134f2ff6c7
  81. debug and bufix of nftoken list api d4c1825a2d
  82. implement balanceof, ownerof NFT APIs de78af935d
  83. delete unsued method, improve ownerid, protocol list api e0fe87cb4a
  84. add sync to nf-tokens-manager 5f6f046542
  85. Issue 323 - change estimate of initial chainsize from 1GB to 6GB 61110e8c4e
  86. add 'issue' as an alias of 'register' 34a5d121be
  87. Merge branch '235-nft-db' into 'develop-platform'
    NFT Db and other stuff
    
    See merge request crown/crown-core!200
    99876769ed
  88. add platformoptram config option b8c897023b
  89. fix VerifyDB check when RAM optimization is on 9f6e5bd9ca
  90. change default verifychain level c43600f0aa
  91. merge platform-development to current-dev f7a78c145e
  92. add platform-db files to the Makefile build c4fd0c894e
  93. fix func return warnings 6dd273daa2
  94. add nf-token-index.h to the build system 0217274905
  95. fix Linux x32 build 548c719d0a
  96. fix windows build a5552a09d3
  97. fix linux32 build, ambiguous Value call d8a5f52d55
  98. Merge branch '317-latest-linearize' into 'Current-dev'
    Issue 317 - latest "linearize", customised for Crown.
    
    See merge request crown/crown-core!189
    5779af5702
  99. Merge branch '321-impossible-to-override-systemode-config-file-name-with-snconf-option' into 'Current-dev'
    Fix -snconf option
    
    See merge request crown/crown-core!198
    d03c08b362
  100. Merge branch 'issue-323' into 'Current-dev'
    Issue 323
    
    See merge request crown/crown-core!199
    4dc106cb25
  101. bump 13.9.0 version d5fd2fe3db
  102. Merge branch 'issue-204' into 'Current-dev'
    Issue 204
    
    See merge request crown/crown-core!161
    53fd591e92
  103. Implement NFT tx signing strategy - self-sign, proto-sign, any-sign 69731da89f
  104. Add root CMakeLists.txt and a library for libcrown_server f4f257e71d
  105. Add libcrown_common to CMake a7559d600e
  106. Add libcrown_util to CMake c87c822138
  107. Add univalue and crypto to CMake 511102c69a
  108. Add secp256k1 to CMake 2510f8418f
  109. Add memenv to CMake fb2733c516
  110. Add crownd to CMake, DOESN'T COMPILE YET db8f196530
  111. Add crownd to CMake and make it compile, fix deps e165629ee0
  112. Refactor CMakeLists.txt move crown_core into a separate interface lib move json into a separate interface lib 8e3f81d9ff
  113. Add some dependencies between libraries f807532c12
  114. Remove inexisting file 7c5a815dd5
  115. Add updater files and curl to repository 985016618f
  116. Start adding Qt 200c80568f
  117. Add tests to CMake a8907d37c2
  118. Add governance test 16282dd4cc
  119. Make Qt wallet compile d849d52101
  120. Remove leveldb tests to not clutter the list of targets e5c11bcc0a
  121. Add crown-cli executable 10fb3a2cc3
  122. Add db utils 798162409d
  123. Add db_tests.cpp to tests 68a37350db
  124. Fix build on updated OS 31b2e406b6
  125. Add platform library to cmake list dc98213fd7
  126. fix CMake cpp11 build fab19999fe
  127. add platform utils to cmake build 519bc7ef3d
  128. add platform db to the cmake 6229961264
  129. add PoS to cmake build f4f0d88288
  130. remove unused protocol manager prototype dfa5621fb7
  131. nft proto mem pool handling 9c82ce3b6e
  132. Update home URL and related links 96eb3b42e3
  133. add singing protocol types 0e5459603b
  134. add signing options to the nft registration 58b9470b85
  135. add nft protocol index e9358d1e41
  136. start nft proto manager impl d254a70496
  137. add rpc api for nft protocols 99d6880fec
  138. fix cmakefiles for nft proto files 08e3674d64
  139. nft proto management impl d7138b2037
  140. Update installation script with new home URL 9516d48ce0
  141. Update bootstrap URL 43adb0b13a
  142. Update for Python3 and library changes, parameterise config file name.
    Config handling simplified with help from
    https://stackoverflow.com/questions/2819696/parsing-properties-file-in-python/25493615#25493615
    e7251ff6fe
  143. Add some info output and correct currency in not enough coins message 1750627ea1
  144. Add verbosity option and other tweaks
    1. Add verbosity option for debugging/info
    2. Preapre for selecting UTXOs based on age or size
    3. Validate to address before doing lots of work
    cba1453191
  145. fix nft delete when not in-memory 284fe501f9
  146. nft proto db implementation 37a18daec4
  147. update block tip for nft protocols manager 11dd46c0ef
  148. generate and check nft proto reg tx 739e889f01
  149. Issue 176 4c4f823446
  150. Merge branch 'issue-176' into 'Current-dev'
    Issue 176
    
    See merge request crown/crown-core!206
    4540baa606
  151. Merge branch 'Update_home_URL' into 'Current-dev'
    Update home URL and related links
    
    See merge request crown/crown-core!205
    7f441c18f1
  152. Update filedrop address da6dd493aa
  153. Merge branch 'update_bug_template' into 'master'
    Update filedrop address
    
    See merge request crown/crown-core!207
    be08defaba
  154. Update README 75bc32f3ed
  155. Update chainparams to contain new seednode domains d867646907
  156. implement sign type checking and using appropriate priv key 5418020e0a
  157. nft proto tx processing 85f6b808a9
  158. get nft proto api 139e5cf3c8
  159. nft proto list api 05c877cc1e
  160. Update activesystemnode.cpp and activemasternode.cpp to reflect ready state better 72802d2fc1
  161. fix nft build 329e78521d
  162. fix platform-db compile errors efaef8380c
  163. add nft proto tx to raw tx view and rpc server dfc24c0398
  164. add missing nft proto file for the build b1cbc5b93a
  165. register nft proto mem pool handler 4f3510adf2
  166. fix rpc nft proto compile error 6fcacebf73
  167. Include addnodes for seednodes in config 27443c0926
  168. Fix typo b141754888
  169. Merge branch 'master' into 'master'
    Fix typo in user story template
    
    See merge request crown/crown-core!209
    2968cc0dfe
  170. Merge branch 'issue_337_addnode_seednodes' into 'master'
    Include addnodes for seednodes in config
    
    See merge request crown/crown-core!208
    e34163e206
  171. Update README 41a53f1f5e
  172. Protect MN and SN size UTXOs 56f9b55027
  173. Add --upto option, backout MN/SN size UTXO protection 27256666ec
  174. Reaarange and reword the built-in help 77a851e652
  175. Add to=new, update README 5974cd603d
  176. Update default fee, update README 9dd31780a5
  177. Update README.md e2fc8f9681
  178. Don't error out if all selected addresses are empty 54520004e2
  179. fix sandbox devnet PoS changes e9a3e7bf5b
  180. fix nftproto rpc registration ece1903ab9
  181. add nft proto reg to checktransaction 2f5bf9f7f5
  182. fix GetPrivKeyFromWallet bug eb8cba5044
  183. fix signbyowner and selfsign logic for nft txs 5491bc653e
  184. fix potential bugs in nf-tokens-manager ff6b8ff785
  185. implement getbytxid and owner for nftproto API 5f74bcd2f8
  186. fix non-string params parsing 121e0ed86c
  187. fix checking of nft protocol durin nft registration without block index 73a776172a
  188. enlarge stake pointer validity period for devnet, in case the network is down for some time ab8ed9f1cc
  189. Fix extracting NFT payer key & add check of N confirmations for NFT proto tx 14dd6bef88
  190. add max metadata to nft proto and checks 49f6864cc6
  191. set nft managers tip height by default on application startup e95f9d1a74
  192. add missing nf-token-protocol.cpp file 44a9fc0918
  193. Report total available to spend and number of UTXOs cba5f35afd
  194. Merge branch '234-simple-nf-token-protocol-registration-2' into 'Current-dev'
    Resolve "Simple NF Token protocol registration"
    
    See merge request crown/crown-core!204
    5aa60b3ff0
  195. Allow mixed case NeW for to address e23c28a546
  196. bump version 0.13.9.1 5fea76c362
  197. Testnet installer a14501778f
  198. Merge branch 'feature-testnet-installer' into 'Current-dev'
    Testnet installer
    
    See merge request crown/crown-core!211
    3edfdb78d0
  199. UTXO count limit and some cosmetic tweaks 25f2ba4a2f
  200. add devnet templates 64b813289a
  201. modify sandbox templates 25afc735e6
  202. fix masternode generation sandbox bug 5e1652c209
  203. miner edit of the nftoken balanceof help message 9b1855d149
  204. fix nftproto and nftoken list API paging 80051896a6
  205. bump verion 0.13.9.2 f11d3ec361
  206. Merge branch 'spendfrom-enhancements' into 'Current-dev'
    Spendfrom enhancements
    
    See merge request crown/crown-core!212
    08777f3c88
  207. fix issue #344 nftoken totalsupply b2e3c15105
  208. Merge branch 'Current-dev' of https://gitlab.crownplatform.com/crown/crown-core into Current-dev 857a63fcf9
  209. Delete isImmutable NFT proto rule ecb55f945b
  210. bump version 0.13.9.3 33b3c9e440
  211. Enhancement request: add nftproto equivalent of nftoken totalsupply #345 4e6f01da96
  212. Enhancement request: allow use of * for (current) chain height in nftoken list and nftproto list #350 3230ab8ac4
  213. Update new install to addnode existing testnet nodes f24a1626e9
  214. add name and id min size check, issue #354 c4e6041496
  215. fix metadata size validation checks on nft proto registration ef537b0465
  216. fix negative values for height count and skip in the list NFT RPC e3a6ef3276
  217. fix issue #352, restrict invalid characters in protocol ID 91ca83d913
  218. add nft_tx spork, on by default 69b2dc196a
  219. bump new version 13.9.5 c43bebd70b
  220. nft protocol upgrade 3ca7d37435
  221. v0.14 release notes, update copyright year, update home URL 0404ea9a8e
  222. Merge branch 'Current-dev' of https://gitlab.crownplatform.com/crown/crown-core into Current-dev 1814d110d5
  223. Update copyright year b06320689d
  224. Remove changelog.txt 5e9409a8d3
  225. Update for "Emerald" v0.14 7be724621d
  226. Update SPORK_END to include NFT spork c2f15eec08
  227. Update release notes a19d8a6c73
  228. bump version 14.0.0 Emerald release, set NFT_TX sprok to 2020 March 24 10:00 AM UTC 682679d095
  229. Merge branch 'Current-dev' into master, Emerald release c6e7539ea7
  230. Revert "nft protocol upgrade"
    This reverts commit 3ca7d37435be637dc13f10d4e7cd940ac1416b27
    8cf52c81da
  231. Merge branch 'revert-3ca7d374' into 'master'
    Revert "nft protocol upgrade"
    
    See merge request crown/crown-core!215
    eafdcde7f7
  232. Revert additional check 9387076425
  233. Merge branch 'rc-testing-glitch' into 'master'
    Revert additional check
    
    See merge request crown/crown-core!216
    3d6125754e
  234. Update release download locations and sha256sums 58c27e20fe
  235. Merge branch 'final-Emerald-steps' into 'master'
    Update release download locations and sha256sums
    
    See merge request crown/crown-core!217
    6423fbc696
  236. allow NFT tx into mempool f9f1e43b17
  237. Merge branch 'master' into Current-dev
    # Conflicts:
    #	src/main.cpp
    dc7521bf5c
  238. bump version 0.14.0.1 894b55368e
  239. Release v0.14.0.1 finishing touches 547337f477
  240. Revert "Release v0.14.0.1 finishing touches"
    This reverts commit 547337f477b20e3f4342d996b76da311c68e2692
    9c77bc2164
  241. Final release changes redone 755c442307
  242. Cleanup platform database before start. Platform reindex b989db3003
  243. Added -platformreindex to GUI 68993d5a74
  244. Updated qt url fac08b5f08
  245. Updated version bbefd9708c
  246. Fixed testnet sync issue 0d8a744ee0
  247. Fixed testnet sync a647471865
  248. Create doc/using-install-script.md from https://raw.githubusercontent.com/defunctec/Crown-VPS-Install-Guide/main/README.md be9fd39714
  249. Merge branch 'feature-doc-enhancements' into 'master'
    Create doc/using-install-script.md from...
    
    See merge request crown/crown-core!218
    2a2f2f7265
  250. Update crown-server-install.sh 56366b4fb4
  251. Merge branch 'fix_bootstrap_location' into 'master'
    fix bootstrap download location
    
    See merge request crown/crown-core!221
    be8bfffa09
  252. fanquake closed this on Jan 3, 2022

  253. fanquake locked this on Jan 3, 2022
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-05-02 21:13 UTC

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