author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
714,092 | 24.04.2019 19:37:11 | -7,200 | 11d37435335e7e132b4a553fc46432d0668131f4 | Append job filter | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -24,6 +24,9 @@ run_base_setup: &run_base_setup\njobs:\nrelease-prepare-machine:\n<<: *defaults\n+ filters:\n+ tags:\n+ only: /v[0-9]+\\.[0-9]\\.[0-9]-rc[1-9]/\nsteps:\n- run:\n<<: *run_apt_... | C++ | MIT License | vergecurrency/verge | Append job filter |
714,092 | 24.04.2019 20:16:45 | -7,200 | e800baa3ff1384fd7fbebda39ea22c283fefbbe3 | Remove any travis service as we converted to circleci | [
{
"change_type": "DELETE",
"old_path": ".travis.yml",
"new_path": null,
"diff": "-dist: xenial\n-os: linux\n-language: minimal\n-cache:\n- ccache: true\n- directories:\n- - depends/built\n- - depends/sdk-sources\n- - $HOME/.ccache\n-stages:\n- - lint\n- - test\n-env:\n- global:\n- - MAKEJOBS=-j4\n- ... | C++ | MIT License | vergecurrency/verge | Remove any travis service as we converted to circleci |
714,092 | 01.05.2019 21:05:49 | -7,200 | 691f030dda62d7b24d343c81f4269fa412c7d811 | Add publishing for github | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -56,6 +56,9 @@ jobs:\n- run:\nname: Gitian Build Windows\ncommand: ./gitian-build.py --docker --detach-sign -o w --commit -j 4 -m 4000 -b marpme master\n+ - persist_to_workspace:\n+ at: .\n... | C++ | MIT License | vergecurrency/verge | Add publishing for github |
714,092 | 01.05.2019 21:21:48 | -7,200 | 47e85093956df4349f09b925954c03bf9fade08a | Remove comments from config.yml | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -165,33 +165,15 @@ workflows:\nrelease:\njobs:\n- release-prepare-machine:\n- # filters:\n- # tags:\n- # only: *semvers\n- release-windows:\nrequires:\n- release-prepare-machine\n- # filter... | C++ | MIT License | vergecurrency/verge | Remove comments from config.yml |
714,092 | 01.05.2019 21:22:13 | -7,200 | 55bfcb6492d508ce39bc8eb1dd90e85aa0072273 | Remove useless char | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -164,7 +164,7 @@ workflows:\nversion: 2\nrelease:\njobs:\n- - release-prepare-machine:\n+ - release-prepare-machine\n- release-windows:\nrequires:\n- release-prepare-machine\n"
}
] | C++ | MIT License | vergecurrency/verge | Remove useless char |
714,092 | 01.05.2019 21:24:59 | -7,200 | dfcbd110d81069337d92e5010ded9cf38419a1c7 | Add persist to workspace with root | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -57,7 +57,7 @@ jobs:\nname: Gitian Build Windows\ncommand: ./gitian-build.py --docker --detach-sign -o w --commit -j 4 -m 4000 -b marpme master\n- persist_to_workspace:\n- at: .\n+ root: .\... | C++ | MIT License | vergecurrency/verge | Add persist to workspace with root |
714,092 | 01.05.2019 21:28:46 | -7,200 | aee3fadf43e66a4970bb6844405c4e5f3712ae3f | Add Upload to github releases | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -174,6 +174,12 @@ workflows:\n- release-linux:\nrequires:\n- release-prepare-machine\n+ - upload-github-releases:\n+ requires:\n+ - release-windows\n+ - release-macos\n+ - release-linux\n+\... | C++ | MIT License | vergecurrency/verge | Add Upload to github releases |
714,092 | 01.05.2019 23:06:16 | -7,200 | 116d388c082800a7005b53ab58e1b1c3c6db0217 | Finish release cycle | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -110,7 +110,7 @@ jobs:\nname: \"Publish Release on GitHub\"\ncommand: |\nVERSION=$(git describe)\n- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${C... | C++ | MIT License | vergecurrency/verge | Finish release cycle |
714,092 | 01.05.2019 23:11:05 | -7,200 | 52c303f5b5b409ffa1e38e1e14f3ac584f364625 | Format YML properly | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -20,8 +20,7 @@ run_base_setup: &run_base_setup\nname: Setup repo and execute VM builder\ncommand: ./gitian-build.py --docker --commit --setup marpme master\n-semvers: &semvers\n- /(?<=^[Vv]... | C++ | MIT License | vergecurrency/verge | Format YML properly |
714,092 | 02.05.2019 09:17:54 | -7,200 | cee9aa1418f7a988bfbfe7e038aac33ab642e4a5 | Add CircleCI Tag instead of own versioning | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -109,7 +109,7 @@ jobs:\nname: 'Publish Release on GitHub'\ncommand: |\nVERSION=$(git describe)\n- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete ... | C++ | MIT License | vergecurrency/verge | Add CircleCI Tag instead of own versioning |
714,092 | 06.05.2019 20:08:24 | -7,200 | 48b9feda71d2f7e014db43827a67179ed0be1b5f | Fix broken DMG images | [
{
"change_type": "MODIFY",
"old_path": "Makefile.am",
"new_path": "Makefile.am",
"diff": "@@ -112,7 +112,7 @@ osx_volname:\nif BUILD_DARWIN\n$(OSX_DMG): $(OSX_APP_BUILT) $(OSX_PACKAGING) $(OSX_BACKGROUND_IMAGE)\n- $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -add-qt-tr $(OSX_QT_TRANSLATIONS) -translati... | C++ | MIT License | vergecurrency/verge | Fix broken DMG images |
714,092 | 06.05.2019 20:36:33 | -7,200 | bafb882bda02dba23c9e75cecb5e9c5ba130f063 | Remove travis and write a circleci readme | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".circleci/README.md",
"diff": "+## CircleCI build scripts\n+\n+The `.circleci` directory contains scripts for each build step in each build stage.\n+Currently the travis build defines to stages `build` and `test/lint`.\n+Every script in here is ... | C++ | MIT License | vergecurrency/verge | Remove travis and write a circleci readme |
714,092 | 13.05.2019 04:26:30 | -7,200 | ebbcb876cdeedb453f83b05383dbd93c882348ba | Add missing block validation checks (missing forks) | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -72,11 +72,14 @@ public:\nconsensus.ForkHeight = 2800000;\nconsensus.MULTI_ALGO_SWITCH_BLOCK = 340000;\nconsensus.STEALTH_TX_SWITCH_BLOCK = 1824150;\n+ consensus.FlexibleMiningAlgorithms = 20... | C++ | MIT License | vergecurrency/verge | Add missing block validation checks (missing forks) (#902) |
714,092 | 15.05.2019 19:45:45 | -7,200 | 4fdf32d3bfcd1b82932cb78c314fa29ab614bfd8 | Switch to a new release name | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -5,10 +5,10 @@ define(_CLIENT_VERSION_MINOR, 0)\ndefine(_CLIENT_VERSION_REVISION, 0)\ndefine(_CLIENT_VERSION_BUILD, 0)\ndefine(_CLIENT_VERSION_IS_RELEASE, true)\n-define(_COPYRIGHT_YEAR, 2018)\n+define(_CO... | C++ | MIT License | vergecurrency/verge | Switch to a new release name |
714,092 | 15.05.2019 21:22:04 | -7,200 | 03aec65aebe32f559f64b3f804b65ffdbf9136ec | Create new releases as drafts | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -109,7 +109,7 @@ jobs:\nname: 'Publish Release on GitHub'\ncommand: |\nVERSION=$(git describe)\n- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete ... | C++ | MIT License | vergecurrency/verge | Create new releases as drafts |
714,092 | 16.05.2019 06:31:47 | -7,200 | 9f18f03e734772904614d564788fe6c36302f70a | Set config parameters correctly | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -109,7 +109,7 @@ jobs:\nname: 'Publish Release on GitHub'\ncommand: |\nVERSION=$(git describe)\n- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete ... | C++ | MIT License | vergecurrency/verge | Set config parameters correctly |
714,092 | 17.05.2019 13:31:50 | -7,200 | 5c8202d08dc6f47d9393ce8e2987645c969f455b | Prevent the generation of new stealth addresses when it fails | [
{
"change_type": "MODIFY",
"old_path": "src/interfaces/wallet.cpp",
"new_path": "src/interfaces/wallet.cpp",
"diff": "@@ -184,8 +184,8 @@ public:\nreturn result;\n}\nvoid learnRelatedScripts(const CPubKey& key, OutputType type) override { m_wallet.LearnRelatedScripts(key, type); }\n- void addStealth... | C++ | MIT License | vergecurrency/verge | Prevent the generation of new stealth addresses when it fails |
714,092 | 17.05.2019 17:55:41 | -7,200 | 368ae3b184835e1e6dfc7521ce1798dd6330f1f3 | Unlocking Wallet properly and also encrypting stealth keys correctly | [
{
"change_type": "MODIFY",
"old_path": "src/wallet/crypter.h",
"new_path": "src/wallet/crypter.h",
"diff": "@@ -121,7 +121,6 @@ class CCryptoKeyStore : public CBasicKeyStore\n{\nprivate:\n- CKeyingMaterial vMasterKey;\n//! if fUseCrypto is true, mapKeys must be empty\n//! if fUseCrypto is false, vMa... | C++ | MIT License | vergecurrency/verge | Unlocking Wallet properly and also encrypting stealth keys correctly |
714,098 | 17.05.2019 14:20:27 | 14,400 | f05afc1d2a497e80d27b1399ecca389c9e4910b6 | move to 8 decimals | [
{
"change_type": "MODIFY",
"old_path": "src/rpc/server.cpp",
"new_path": "src/rpc/server.cpp",
"diff": "@@ -109,7 +109,7 @@ CAmount AmountFromValue(const UniValue& value)\nif (!value.isNum() && !value.isStr())\nthrow JSONRPCError(RPC_TYPE_ERROR, \"Amount is not a number or string\");\nCAmount amount... | C++ | MIT License | vergecurrency/verge | move to 8 decimals |
714,092 | 19.05.2019 12:18:10 | -7,200 | f423f23cdc40872deaefa2cd7a1d81c6ca432f37 | Relive drafting (direct releases again) | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -109,7 +109,7 @@ jobs:\nname: 'Publish Release on GitHub'\ncommand: |\nVERSION=$(git describe)\n- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete ... | C++ | MIT License | vergecurrency/verge | Relive drafting (direct releases again) |
714,098 | 19.05.2019 15:42:30 | 14,400 | b9ca861d547eeb0c2a41e65bf0620b0b82438e5a | add some new v3 onion peers | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -137,7 +137,9 @@ public:\n// Adding some nodes in case it works\nif(!gArgs.IsArgSet(\"-without-tor\")){\n- vSeeds.emplace_back(\"gasppfoxxedddnme.onion\");\n+ vSeeds.emplace_back(\"lhvnwvqdlx... | C++ | MIT License | vergecurrency/verge | add some new v3 onion peers |
714,098 | 19.05.2019 19:30:18 | 14,400 | 657ced9ce680efcd3b3c68f4dcd3a151d354a286 | not removing
getinfo. change msg to reflect. | [
{
"change_type": "MODIFY",
"old_path": "src/rpc/misc.cpp",
"new_path": "src/rpc/misc.cpp",
"diff": "@@ -554,8 +554,7 @@ UniValue getinfo(const JSONRPCRequest& request)\nGetProxy(NET_IPV4, proxy);\nUniValue obj(UniValue::VOBJ);\n- obj.push_back(Pair(\"deprecation-warning\", \"WARNING: getinfo is depr... | C++ | MIT License | vergecurrency/verge | not removing
getinfo. change msg to reflect. |
714,092 | 20.05.2019 22:45:40 | -7,200 | 4d4bc5154007d0cc362040858f25e00f5d95eeed | Fix unlocking stealth addresses before changing the password
Also remove the availability to use sendtoaddress with a stealth address | [
{
"change_type": "MODIFY",
"old_path": "src/wallet/rpcwallet.cpp",
"new_path": "src/wallet/rpcwallet.cpp",
"diff": "@@ -545,6 +545,10 @@ static UniValue sendtoaddress(const JSONRPCRequest& request)\nthrow JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, \"Invalid address\");\n}\n+ if(dest.type() == typeid(C... | C++ | MIT License | vergecurrency/verge | Fix unlocking stealth addresses before changing the password
Also remove the availability to use sendtoaddress with a stealth address |
714,092 | 20.05.2019 22:47:38 | -7,200 | 4a91b134297dcd13f42105c53d762624c09c284c | Raise version number to 5.1.1 | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\ndefine(_CLIENT_VERSION_MINOR, 1)\n-define(_CLIENT_VERSION_REVISION, 0)\n+define(_CLIENT_VERS... | C++ | MIT License | vergecurrency/verge | Raise version number to 5.1.1 |
714,092 | 21.05.2019 23:15:41 | -7,200 | b1c8345989ba9c2c750aa031d9370135eec0af59 | Restrict the false usage for stealth addresses at multiple places | [
{
"change_type": "MODIFY",
"old_path": "src/rpc/rawtransaction.cpp",
"new_path": "src/rpc/rawtransaction.cpp",
"diff": "@@ -471,7 +471,7 @@ static UniValue createrawtransaction(const JSONRPCRequest& request)\nrawTx.vout.push_back(out);\n} else {\nCTxDestination destination = DecodeDestination(name_)... | C++ | MIT License | vergecurrency/verge | Restrict the false usage for stealth addresses at multiple places |
714,092 | 21.05.2019 23:18:20 | -7,200 | 45704b3af50ce140b08bf3b7b965b43426aedfaa | Raise version number to v5.1.2 | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\ndefine(_CLIENT_VERSION_MINOR, 1)\n-define(_CLIENT_VERSION_REVISION, 1)\n+define(_CLIENT_VERS... | C++ | MIT License | vergecurrency/verge | Raise version number to v5.1.2 |
714,098 | 21.05.2019 22:57:42 | 14,400 | b192850b6cac8d954561f0c30f2d40c63f5c542f | <0 not needed
throws warning in compiler.. works fine but isnt needed. | [
{
"change_type": "MODIFY",
"old_path": "src/wallet/rpcwallet.cpp",
"new_path": "src/wallet/rpcwallet.cpp",
"diff": "@@ -600,7 +600,7 @@ UniValue getnewstealthaddress(const JSONRPCRequest& request){\nreturn NullUniValue;\n}\n- if (request.fHelp || request.params.size() < 0 || request.params.size() > ... | C++ | MIT License | vergecurrency/verge | <0 not needed
throws warning in compiler.. works fine but isnt needed. |
714,108 | 28.05.2019 11:03:18 | 14,400 | 8e663893d96cf8352be8dcc89895ec9efdc9b87d | Create go.sh
* Create go.sh
go.sh adapted to work with v5
* Update go.sh | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "go.sh",
"diff": "+#!/bin/bash\n+#// full deployement : wget -O - https://raw.githubusercontent.com/badbrainIRC/VERGE/patch-8/go.sh | bash\n+sudo rm -Rf ~/VERGE\n+# generating entropy make it harder to guess the randomness!.\n+echo \"Initializing... | C++ | MIT License | vergecurrency/verge | Create go.sh (#917)
* Create go.sh
go.sh adapted to work with v5
* Update go.sh |
714,098 | 29.05.2019 18:41:42 | 14,400 | 74668188c5b97e51777448655e568f00033835a3 | throw error
for block not found | [
{
"change_type": "MODIFY",
"old_path": "src/wallet/rpcwallet.cpp",
"new_path": "src/wallet/rpcwallet.cpp",
"diff": "@@ -100,7 +100,11 @@ static void WalletTxToJSON(const CWalletTx& wtx, UniValue& entry)\n{\nentry.pushKV(\"blockhash\", wtx.hashBlock.GetHex());\nentry.pushKV(\"blockindex\", wtx.nIndex... | C++ | MIT License | vergecurrency/verge | throw error
for block not found |
714,098 | 30.05.2019 19:14:48 | 14,400 | 3a2b0cc4b378bb4ea5051c864253ab50a4d7c029 | flush after initial sync | [
{
"change_type": "MODIFY",
"old_path": "src/init.cpp",
"new_path": "src/init.cpp",
"diff": "@@ -73,6 +73,9 @@ static const bool DEFAULT_PROXYRANDOMIZE = true;\nstatic const bool DEFAULT_REST_ENABLE = false;\nstatic const bool DEFAULT_STOPAFTERBLOCKIMPORT = false;\n+//! Check if initial sync is done ... | C++ | MIT License | vergecurrency/verge | flush after initial sync |
714,098 | 30.05.2019 19:50:16 | 14,400 | d1a9fc0ae8c1f960abffd429fd2b975178cf987a | Ms. B. Haven | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.h",
"new_path": "src/net_processing.h",
"diff": "@@ -101,7 +101,7 @@ struct CNodeStateStats {\n/** Get statistics from node state */\nbool GetNodeStateStats(NodeId nodeid, CNodeStateStats &stats);\n/** Increase a node's misbehavior score. */... | C++ | MIT License | vergecurrency/verge | Ms. B. Haven |
714,098 | 31.05.2019 18:02:54 | 14,400 | a0eee2f63839dd5c1873987a9797b3d532eead81 | more v5 clearnet nodes | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -158,7 +158,9 @@ public:\nvSeeds.emplace_back(\"6telhbsuva4qkff2.onion\");\n} else {\nvSeeds.emplace_back(\"185.162.9.97\");\n- vSeeds.emplace_back(\"159.89.46.252\");\n+ vSeeds.emplace_back(... | C++ | MIT License | vergecurrency/verge | more v5 clearnet nodes |
714,108 | 01.06.2019 17:47:00 | 14,400 | b55e67138a3c28b69e222ebd56dd007d66921100 | fix for raspi | [
{
"change_type": "MODIFY",
"old_path": "go.sh",
"new_path": "go.sh",
"diff": "#!/bin/bash\n-#// full deployement : wget -O - https://raw.githubusercontent.com/badbrainIRC/VERGE/go.sh | bash\n+#// full deployement : wget -O - https://raw.githubusercontent.com/badbrainIRC/VERGE/master/go.sh | bash\nsu... | C++ | MIT License | vergecurrency/verge | fix for raspi (#929) |
714,108 | 01.06.2019 19:34:48 | 14,400 | 5ada978f3aed23fba1b17494e547750cece03db2 | small error in of scrypt-sse2.cpp directory | [
{
"change_type": "MODIFY",
"old_path": "go.sh",
"new_path": "go.sh",
"diff": "@@ -198,7 +198,7 @@ green=`tput setaf 2`\nreset=`tput sgr0`\necho \"${green}ARM cpu detected --disable-sse2${reset}\"\ntxt=$(echo \"--disable-sse2\")\n-sed -i 's/#include <emmintrin.h>//g' ~VERGE/src/crypto/pow/scrypt-sse2... | C++ | MIT License | vergecurrency/verge | small error in of scrypt-sse2.cpp directory (#930) |
714,092 | 03.06.2019 19:26:56 | -7,200 | 642d374cbc4c91b1697d70881400114c8630efe8 | Fix compiling errors cause missing headers | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.h",
"new_path": "src/net_processing.h",
"diff": "#include <net.h>\n#include <validationinterface.h>\n#include <consensus/params.h>\n+#include <validation.h>\n/** Default for -maxorphantx, maximum number of orphan transactions kept in memory ... | C++ | MIT License | vergecurrency/verge | Fix compiling errors cause missing headers |
714,092 | 03.06.2019 19:27:26 | -7,200 | 954854bb4493fedb3cc5864ebb02788d50b68542 | False assumptions everywhere but there's isn't the -1 block :^) | [
{
"change_type": "MODIFY",
"old_path": "src/validation.cpp",
"new_path": "src/validation.cpp",
"diff": "@@ -3394,7 +3394,7 @@ static bool ContextualCheckBlock(const CBlock& block, CValidationState& state, c\nreturn state.DoS(100, false, REJECT_INVALID, \"bad-blk-weight\", false, strprintf(\"%s : wei... | C++ | MIT License | vergecurrency/verge | False assumptions everywhere but there's isn't the -1 block :^) |
714,111 | 06.06.2019 07:53:53 | -7,200 | 62b4c24ceba1deeb90042c17fab104f946c8d03e | Adjust version numbering | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\n-define(_CLIENT_VERSION_MINOR, 1)\n-define(_CLIENT_VERSION_REVISION, 2)\n+define(_CLIENT_VERSION_MINOR, 2)\n... | C++ | MIT License | vergecurrency/verge | Adjust version numbering |
714,092 | 25.06.2019 07:13:42 | -7,200 | bd8eba1195b1ac38a604a5371c53e5c61cc875a0 | Fix fees as they are divided by 1000 bytes | [
{
"change_type": "MODIFY",
"old_path": "src/wallet/fees.cpp",
"new_path": "src/wallet/fees.cpp",
"diff": "CAmount GetRequiredFee(const CWallet& wallet, unsigned int nTxBytes)\n{\nint64_t tenCent = 10 * CENT;\n- int64_t ceiledKiloBytesUsed = ceil(nTxBytes / static_cast<float>(1024));\n+ int64_t ceile... | C++ | MIT License | vergecurrency/verge | Fix fees as they are divided by 1000 bytes |
714,092 | 29.06.2019 19:19:15 | -7,200 | d2c86d0e780a86a9834546cd8167085b085b943f | Adjust tests to Verge fee rates | [
{
"change_type": "MODIFY",
"old_path": "src/test/amount_tests.cpp",
"new_path": "src/test/amount_tests.cpp",
"diff": "@@ -24,60 +24,65 @@ BOOST_AUTO_TEST_CASE(GetFeeTest)\nfeeRate = CFeeRate(0);\n// Must always return 0\n- BOOST_CHECK_EQUAL(feeRate.GetFee(0), 100000);\n- BOOST_CHECK_EQUAL(feeRate.Ge... | C++ | MIT License | vergecurrency/verge | Adjust tests to Verge fee rates |
714,092 | 09.07.2019 09:30:02 | -7,200 | 5626d66d3e4be5f5e91148ba3532e025d0626782 | Update version to 5.2.1 (bugfix fees) | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\ndefine(_CLIENT_VERSION_MINOR, 2)\n-define(_CLIENT_VERSION_REVISION, 0)\n+define(_CLIENT_VERS... | C++ | MIT License | vergecurrency/verge | Update version to 5.2.1 (bugfix fees) |
714,126 | 11.07.2019 19:29:43 | -7,200 | a2258f57b935ae5c2e88c3422f3fe3b07abd81c4 | Update build-unix.md
Add a note about the missing release of Berkeley DB 4.8 on ppa:bitcoin/bitcoin for 19.04 Ubuntu flavoured releases | [
{
"change_type": "MODIFY",
"old_path": "doc/build-unix.md",
"new_path": "doc/build-unix.md",
"diff": "@@ -87,6 +87,8 @@ BerkeleyDB is required for the wallet.\n**For Ubuntu only:**\nYou can add the repository and install using the following commands:\n+_Note : This won't work on 19.04 releases and s... | C++ | MIT License | vergecurrency/verge | Update build-unix.md
Add a note about the missing release of Berkeley DB 4.8 on ppa:bitcoin/bitcoin for 19.04 Ubuntu flavoured releases |
714,092 | 21.07.2019 19:01:55 | -7,200 | 999ffe65ea8fef42ba598d8716293bd7095bd090 | Remove the possibility to introduce duplicated tx-input collisions with incoming blocks | [
{
"change_type": "MODIFY",
"old_path": "src/validation.cpp",
"new_path": "src/validation.cpp",
"diff": "@@ -3151,7 +3151,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, const Consensus::P\n// Check transactions\nfor (const auto& tx : block.vtx)\n- if (!CheckTransaction(*tx, state,... | C++ | MIT License | vergecurrency/verge | Remove the possibility to introduce duplicated tx-input collisions with incoming blocks (#955) |
714,092 | 30.06.2019 13:37:43 | -7,200 | 436d5a7e58d2494e2a0e394e4a2e2a1bc3f783aa | Decouple timing for new nodes (offset-time) | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.cpp",
"new_path": "src/net_processing.cpp",
"diff": "@@ -1816,7 +1816,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr\nint64_t nTimeOffset = nTime - GetTime();\npfrom->nTimeOffset = nTimeOffset;\n- AddTi... | C++ | MIT License | vergecurrency/verge | Decouple timing for new nodes (offset-time) |
714,092 | 03.07.2019 07:21:55 | -7,200 | 0fccde372f5b3a73a14a665e2597d44f1e40c235 | Add new block signature check from v4 to prevent chain splits (v4-compat-issue) | [
{
"change_type": "MODIFY",
"old_path": "src/rpc/blockchain.cpp",
"new_path": "src/rpc/blockchain.cpp",
"diff": "@@ -158,6 +158,7 @@ UniValue blockToJSON(const CBlock& block, const CBlockIndex* blockindex, bool tx\nresult.pushKV(\"difficulty\", GetDifficulty(blockindex));\nresult.pushKV(\"chainwork\"... | C++ | MIT License | vergecurrency/verge | Add new block signature check from v4 to prevent chain splits (v4-compat-issue) |
714,092 | 10.07.2019 22:04:15 | -7,200 | 20abf7ca9ccb425fc1f42be6749533dff24cfe58 | Update block signature checks for getblocktemplate | [
{
"change_type": "MODIFY",
"old_path": "src/miner.cpp",
"new_path": "src/miner.cpp",
"diff": "@@ -203,7 +203,7 @@ std::unique_ptr<CBlockTemplate> BlockAssembler::CreateNewBlock(const CScript& sc\npblocktemplate->vTxSigOpsCost[0] = GetLegacySigOpCount(*pblock->vtx[0]);\nCValidationState state;\n- if ... | C++ | MIT License | vergecurrency/verge | Update block signature checks for getblocktemplate |
714,092 | 06.08.2019 20:31:26 | -7,200 | e74de4fc889f36b6d82c7069b8e94d00a8c81a5c | Take peers time into consideration again | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.cpp",
"new_path": "src/net_processing.cpp",
"diff": "@@ -1816,7 +1816,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr\nint64_t nTimeOffset = nTime - GetTime();\npfrom->nTimeOffset = nTimeOffset;\n- // Ad... | C++ | MIT License | vergecurrency/verge | Take peers time into consideration again |
714,092 | 06.08.2019 20:54:31 | -7,200 | 88a9f408e91665970fdf09120322aaa10fe45bc5 | Disable low S verification checks on transactions (not applicable for now) | [
{
"change_type": "MODIFY",
"old_path": "src/policy/policy.h",
"new_path": "src/policy/policy.h",
"diff": "@@ -63,7 +63,7 @@ static constexpr unsigned int STANDARD_SCRIPT_VERIFY_FLAGS = MANDATORY_SCRIPT_VE\nSCRIPT_VERIFY_NULLFAIL |\nSCRIPT_VERIFY_CHECKLOCKTIMEVERIFY |\nSCRIPT_VERIFY_CHECKSEQUENCEVERI... | C++ | MIT License | vergecurrency/verge | Disable low S verification checks on transactions (not applicable for now) |
714,092 | 11.08.2019 22:42:33 | -7,200 | deacc46892527918af778657067d7089d631d08b | Add special checkBlockSignature check for blocktemplates
resolves | [
{
"change_type": "MODIFY",
"old_path": "src/validation.cpp",
"new_path": "src/validation.cpp",
"diff": "@@ -3316,7 +3316,7 @@ static int64_t GetMaxClockDrift(int nHeight, const Consensus::Params& consensusP\n* in ConnectBlock().\n* Note that -reindex-chainstate skips the validation that happens here... | C++ | MIT License | vergecurrency/verge | Add special checkBlockSignature check for blocktemplates (#959)
resolves #915 |
714,092 | 20.08.2019 19:04:05 | -7,200 | 6254cede5aa397d5dc3ef47b131155ff1483c719 | Add DNS seeds with dynamic peer lists which will resolve in verge hosts | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -157,6 +157,8 @@ public:\nvSeeds.emplace_back(\"y2czcambifo2ybdm.onion\");\nvSeeds.emplace_back(\"6telhbsuva4qkff2.onion\");\n} else {\n+ vSeeds.emplace_back(\"seed.marpmedev.xyz\"); // marpl... | C++ | MIT License | vergecurrency/verge | Add DNS seeds with dynamic peer lists which will resolve in verge hosts (#964) |
714,111 | 22.08.2019 16:32:47 | -7,200 | 94bf74a07f55a1c7154ac9a0e45d19b8950c2ba3 | update readme build badge to stable | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<p align=\"center\"><img src=\"https://raw.githubusercontent.com/vergecurrency/VERGE/master/readme-header.png\" alt=\"Verge Source Code\"></p>\n<p align=\"center\">\n<a href=\"https://circleci.com/gh/vergecurrency/... | C++ | MIT License | vergecurrency/verge | update readme build badge to stable |
714,098 | 22.08.2019 14:53:00 | 14,400 | e5001e7f9d1b34c76fc9f4c022ea5b538ed1229f | list/import/export stealth RPC
* Update rpcwallet.cpp
* std op
* base58
* get wallet
* getwallet
* fix list stealth
* Update client.cpp
* addr change
use real xvg addr in examples
* fix appearance
of returned json info from rpc calls.
make it look sexy for marps | [
{
"change_type": "MODIFY",
"old_path": "src/rpc/client.cpp",
"new_path": "src/rpc/client.cpp",
"diff": "@@ -41,6 +41,10 @@ static const CRPCConvertParam vRPCConvertParams[] =\n{ \"sendtoaddress\", 5, \"replaceable\" },\n{ \"sendtoaddress\", 6, \"conf_target\" },\n{ \"sendtostealthaddress\", 1, \"amo... | C++ | MIT License | vergecurrency/verge | list/import/export stealth RPC (#966)
* Update rpcwallet.cpp
* std op
* base58
* get wallet
* getwallet
* fix list stealth
* Update client.cpp
* addr change
use real xvg addr in examples
* fix appearance
of returned json info from rpc calls.
make it look sexy for marps |
714,092 | 28.08.2019 18:25:09 | -7,200 | 74f886bfb33af75774b9b8417c5cbb83714452ad | Update coinbase maturity to 120 confirmations (V4 consensus) | [
{
"change_type": "MODIFY",
"old_path": "src/consensus/consensus.h",
"new_path": "src/consensus/consensus.h",
"diff": "@@ -17,7 +17,7 @@ static const unsigned int MAX_BLOCK_WEIGHT = 4000000;\n/** The maximum allowed number of signature check operations in a block (network rule) */\nstatic const int64... | C++ | MIT License | vergecurrency/verge | Update coinbase maturity to 120 confirmations (V4 consensus) |
714,092 | 05.09.2019 07:16:57 | -7,200 | a88668a7a85baa1015563e46ff48779967095b86 | Raise version to v5.2.2.1 | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -3,7 +3,7 @@ AC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\ndefine(_CLIENT_VERSION_MINOR, 2)\ndefine(_CLIENT_VERSION_REVISION, 2)\n-define(_CLIENT_VERSION_BUILD, 0)\n+define(_CLIENT_VERSION_BUILD, 1)... | C++ | MIT License | vergecurrency/verge | Raise version to v5.2.2.1 |
714,092 | 08.09.2019 12:58:42 | -7,200 | 065caea92ff3710b1822afc7cb672b6f184d2999 | Update to Version v5.3.0 (due to major changes) | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\n-define(_CLIENT_VERSION_MINOR, 2)\n-define(_CLIENT_VERSION_REVISION, 2)\n-define(_CLIENT_VERSION_BUILD, 1)\n... | C++ | MIT License | vergecurrency/verge | Update to Version v5.3.0 (due to major changes) |
714,108 | 12.09.2019 09:24:07 | 14,400 | 9bba1d9e27aa7437091f161b7c68178e70f850c2 | Update go.sh
choose only the first option even if multiple snapshot are available. | [
{
"change_type": "MODIFY",
"old_path": "go.sh",
"new_path": "go.sh",
"diff": "@@ -282,7 +282,7 @@ cd ~\necho -n \"Success....Blockchain is now downloading press Ctrl-C to cancel but it will take longer to sync from 0. And you will have to start verge manual\"\nsudo rm QT-Wallet*.zip\n-echo \"wget --... | C++ | MIT License | vergecurrency/verge | Update go.sh (#980)
choose only the first option even if multiple snapshot are available. |
714,098 | 13.09.2019 23:46:47 | 14,400 | b4c06819f3e5f9514af2fbd0f5905044abcc262c | increase outbound conns.
we can have more than 8 peers. (32 peers now)
considering making this an arg in init/net | [
{
"change_type": "MODIFY",
"old_path": "src/net.h",
"new_path": "src/net.h",
"diff": "@@ -55,7 +55,7 @@ static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 4 * 1000 * 1000;\n/** Maximum length of strSubVer in `version` message */\nstatic const unsigned int MAX_SUBVERSION_LENGTH = 256;\n/** Maxim... | C++ | MIT License | vergecurrency/verge | increase outbound conns.
we can have more than 8 peers. (32 peers now)
considering making this an arg in init/net |
714,092 | 16.09.2019 08:43:34 | -7,200 | df2a735abbc5261daa58f163f66027368c97cbee | Update to version v5.3.1 | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 5)\ndefine(_CLIENT_VERSION_MINOR, 3)\n-define(_CLIENT_VERSION_REVISION, 0)\n+define(_CLIENT_VERS... | C++ | MIT License | vergecurrency/verge | Update to version v5.3.1 |
714,098 | 02.10.2019 21:09:35 | 14,400 | abf4ef2710117753127b5e26707ae9880b320b5d | update version to 6
since the new subsidy schedule is a major change, we will increase version from 5 to 6. | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\n-define(_CLIENT_VERSION_MAJOR, 5)\n-define(_CLIENT_VERSION_MINOR, 3)\n-define(_CLIENT_VERSION_REVISION, 1)\n+define(_CLIENT_VERSION_MAJOR, 6)\... | C++ | MIT License | vergecurrency/verge | update version to 6
since the new subsidy schedule is a major change, we will increase version from 5 to 6. |
714,092 | 03.10.2019 20:15:39 | -7,200 | df02c37eb994433b904363659292784df8de9675 | Fix custom boost system linker | [
{
"change_type": "MODIFY",
"old_path": "contrib/gitian-descriptors/gitian-osx.yml",
"new_path": "contrib/gitian-descriptors/gitian-osx.yml",
"diff": "@@ -42,7 +42,6 @@ script: |\nWRAP_DIR=$HOME/wrapped\nHOSTS=\"x86_64-apple-darwin11\"\nCONFIGFLAGS=\"--enable-reduce-exports --disable-bench --disable-... | C++ | MIT License | vergecurrency/verge | Fix custom boost system linker |
714,092 | 04.10.2019 09:00:31 | -7,200 | 2fa5884963aababc31c8b65c0bca7e95d999052d | Dynamically replace resolv.h with windows.h depending on the OS | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -934,7 +934,9 @@ if test x$use_tests = xyes; then\nfi\nfi\n-dnl LIBS=\"$LIBS -lresolv\"\n+if test x$TARGET_OS != xwindows; then\n+ LIBS=\"$LIBS -lresolv\"\n+fi\nif test x$use_boost = xyes; then\n"
},
{... | C++ | MIT License | vergecurrency/verge | Dynamically replace resolv.h with windows.h depending on the OS |
714,092 | 04.10.2019 12:34:03 | -7,200 | 83612b41284cee4f93b54e61091685c18bde3fec | Disable bench compiling by default | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -133,7 +133,7 @@ AC_ARG_ENABLE(gui-tests,\nAC_ARG_ENABLE(bench,\nAS_HELP_STRING([--disable-bench],[do not compile benchmarks (default is to compile)]),\n[use_bench=$enableval],\n- [use_bench=yes])\n+ [use_... | C++ | MIT License | vergecurrency/verge | Disable bench compiling by default |
714,092 | 05.10.2019 08:45:26 | -7,200 | e6c63575b54f1aec4667611674a6abc0d8a3ee9d | [CircleCI] Prepare release but not publish it right away | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -138,7 +138,7 @@ jobs:\nname: 'Publish Release on GitHub'\ncommand: |\nVERSION=$(git describe)\n- ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -n ${CIR... | C++ | MIT License | vergecurrency/verge | [CircleCI] Prepare release but not publish it right away |
714,092 | 05.10.2019 14:13:04 | -7,200 | 6a890289b804ef59a930cf27ad8ffe4b19048515 | Update block rewards schedule in README | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -23,7 +23,7 @@ pre-mine | N/A\nICO | N/A\n## Blockrewards\n-Block Number | Reward\n+Block Number Range | Reward\n--- | ---\n0 to 14,000 | 200,000 coins\n14,000 to 28,000 | 100,000 coins\n@@ -33,7 +33,14 @@ Block... | C++ | MIT License | vergecurrency/verge | Update block rewards schedule in README |
714,092 | 05.10.2019 16:17:46 | -7,200 | c6655120d1c3884b4cf3f16d4e93f1f14f462498 | Fix block range numbering | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -26,21 +26,21 @@ ICO | N/A\nBlock Number Range | Reward\n--- | ---\n0 to 14,000 | 200,000 coins\n-14,000 to 28,000 | 100,000 coins\n-28,000 to 42,000 | 50,000 coins\n-42,000 to 210,000 | 25,000 coins\n-210,000 t... | C++ | MIT License | vergecurrency/verge | Fix block range numbering |
714,092 | 06.10.2019 17:55:05 | -7,200 | f57dba6908f000b5b2ccade5e3e8b0d2253b5cc5 | Add coverage reports to circleci | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -175,19 +175,25 @@ jobs:\nat: '.'\n- run:\nname: Install dependencies\n- command: sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 libattr... | C++ | MIT License | vergecurrency/verge | Add coverage reports to circleci (#992) |
714,098 | 10.10.2019 23:14:21 | 14,400 | ed16d81509329065f853e622dd82e34997aab269 | add obfs4proxy
then users can bridge if necessary | [
{
"change_type": "MODIFY",
"old_path": "doc/build-unix.md",
"new_path": "doc/build-unix.md",
"diff": "@@ -78,7 +78,7 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in\nThese are necessary for building with Tor:\n- sudo apt-get install zlib1g-dev libseccomp-dev libca... | C++ | MIT License | vergecurrency/verge | add obfs4proxy
then users can bridge if necessary |
714,092 | 11.10.2019 20:58:15 | -7,200 | e04ab566b83254f70e5b0e3f6cfaa21dc30ef790 | Update some MacOS building stuff (gitian and macdeploy) | [
{
"change_type": "MODIFY",
"old_path": "contrib/gitian-descriptors/gitian-osx.yml",
"new_path": "contrib/gitian-descriptors/gitian-osx.yml",
"diff": "@@ -32,7 +32,6 @@ packages:\n- \"python-setuptools\"\n- \"fonts-tuffy\"\n- \"libattr1-dev\"\n-\nremotes:\n- \"url\": \"https://github.com/vergecurrenc... | C++ | MIT License | vergecurrency/verge | Update some MacOS building stuff (gitian and macdeploy) |
714,092 | 14.10.2019 19:04:14 | -7,200 | c89c63b990741dbe1b4e05618116f3c67276d637 | Update and rename main.yml to build-test-ubuntu.yml | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/workflows/build-test-ubuntu.yml",
"diff": "+name: Build and Test on Ubuntu\n+\n+on: [push]\n+\n+jobs:\n+ build:\n+\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - uses: actions/checkout@v1\n+\n+ - name: Install base dependencies\n+ run: sudo... | C++ | MIT License | vergecurrency/verge | Update and rename main.yml to build-test-ubuntu.yml |
714,092 | 20.10.2019 12:46:08 | -7,200 | 3f463489cb51c4687f01533f67ab09c3b672ebd4 | Feature release
* Update branch for static builds
* Revert "Extend testing radius to also include cross-compiling (#986)"
This reverts commit
* Revert tor configuration
* Update gitian descriptors
* Fix LD_FLAG mistake (was sleepy)
* Move all binaries into one folder and process them from there | [
{
"change_type": "MODIFY",
"old_path": "build-aux/m4/ax_boost_base.m4",
"new_path": "build-aux/m4/ax_boost_base.m4",
"diff": "# ===========================================================================\n-# https://www.gnu.org/software/autoconf-archive/ax_boost_base.html\n+# http://www.gnu.org/soft... | C++ | MIT License | vergecurrency/verge | Feature release (#994)
* Update branch for static builds
* Revert "Extend testing radius to also include cross-compiling (#986)"
This reverts commit 10871be4853dafe2edf33eae817061dae631645a.
* Revert tor configuration
* Update gitian descriptors
* Fix LD_FLAG mistake (was sleepy)
* Move all binaries into one folder and process them from there |
714,092 | 13.11.2019 20:50:18 | -3,600 | 02c45dcae733b1ae776372511c54b9bcc6f65f1c | Update Verge Codename [SECRET] | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true)\ndefine(_COPYRIGHT_YEAR, 2019)\ndefine(_COPYRIGHT_HOLDERS,[The %s developers])\ndefine(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Verge Core]])\n-AC_INIT([Verge... | C++ | MIT License | vergecurrency/verge | Update Verge Codename [SECRET] |
714,092 | 20.11.2019 22:18:21 | -3,600 | 2f02a7ffb8deffdbcdd0bc0fb81ee9309e44673b | Add the possiblity to parse more than 6 trailing digits | [
{
"change_type": "MODIFY",
"old_path": "src/util/strencodings.cpp",
"new_path": "src/util/strencodings.cpp",
"diff": "@@ -485,14 +485,16 @@ bool ParseFixedPoint(const std::string &val, int decimals, int64_t *amount_out)\n} else return false; /* empty string or loose '-' */\nif (ptr < end && val[ptr]... | C++ | MIT License | vergecurrency/verge | Add the possiblity to parse more than 6 trailing digits (#1001) |
714,098 | 05.12.2019 17:42:04 | 18,000 | d965ec805ac39a259d8f381f65a9be9b524ed3d6 | update some nodes | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -138,8 +138,9 @@ public:\n// Adding some nodes in case it works\nif(!gArgs.IsArgSet(\"-without-tor\")){\nvSeeds.emplace_back(\"lhvnwvqdlxxyotdmfej45jgphupxob5fci4hjxvw2ui75e24tjssl2id.onion\"... | C++ | MIT License | vergecurrency/verge | update some nodes |
714,092 | 08.12.2019 13:52:41 | -3,600 | 244744125fa445f6bfc72f5315c17cda1405375b | Fix macos 10.15 dock compatibility | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -535,7 +535,7 @@ case $host in\nfi\nAX_CHECK_LINK_FLAG([[-Wl,-headerpad_max_install_names]], [LDFLAGS=\"$LDFLAGS -Wl,-headerpad_max_install_names\"])\n- CPPFLAGS=\"$CPPFLAGS -DMAC_OSX\"\n+ CPPFLAGS=\"$CPPF... | C++ | MIT License | vergecurrency/verge | Fix macos 10.15 dock compatibility |
714,092 | 08.12.2019 14:59:05 | -3,600 | 480d287635cb01b6aa022680d2485e9b6ede673c | Add direct seed connections and add new seeds | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -136,27 +136,30 @@ public:\n// release ASAP to avoid it where possible.\n// Adding some nodes in case it works\n+\nif (!gArgs.IsArgSet(\"-without-tor\")) {\n- vSeeds.emplace_back(\"lhvnwvqdlx... | C++ | MIT License | vergecurrency/verge | Add direct seed connections and add new seeds |
714,092 | 09.12.2019 20:51:21 | -3,600 | 916dfeb2a967f69a2dac39a6e0ad5eb93cd4c430 | More peers for tor being added (v6) | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -143,7 +143,9 @@ public:\nvSeeds.emplace_back(\"rje6q245yhiyn4setn5abjlcqwapxzgwbfksrscexyhv7ffjdasmvaqd.onion\"); //v6 Justin\nvSeeds.emplace_back(\"jno3zpfsdgrtdaxlyuowipokbumoidyecmczrjru7... | C++ | MIT License | vergecurrency/verge | More peers for tor being added (v6) |
714,092 | 09.12.2019 21:17:39 | -3,600 | 53f9ef775057b7b1dddb69b250aa12ec822bc675 | Sorting the peers usability | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -138,14 +138,6 @@ public:\n// Adding some nodes in case it works\nif (!gArgs.IsArgSet(\"-without-tor\")) {\n- vSeeds.emplace_back(\"amafdqgkmtbkld45kaal5cwwfbrsgnimw77gawwltsaklgxxlubjvhid.on... | C++ | MIT License | vergecurrency/verge | Sorting the peers usability |
714,092 | 09.12.2019 21:18:35 | -3,600 | b56c7f4f9617c8b4075bc79dfdd3cf14f470a3a9 | Raise Version to 6.0.1 | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)\nAC_PREREQ([2.60])\ndefine(_CLIENT_VERSION_MAJOR, 6)\ndefine(_CLIENT_VERSION_MINOR, 0)\n-define(_CLIENT_VERSION_REVISION, 0)\n+define(_CLIENT_VERS... | C++ | MIT License | vergecurrency/verge | Raise Version to 6.0.1 |
714,098 | 13.12.2019 13:58:32 | 18,000 | 019c69405fb0300d5ceeb32c7703dd74bc55f380 | even moar v6 | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -138,22 +138,11 @@ public:\n// Adding some nodes in case it works\nif (!gArgs.IsArgSet(\"-without-tor\")) {\n- vSeeds.emplace_back(\"yljtbpoubr2b43kr.onion\");\n- vSeeds.emplace_back(\"pjga6c... | C++ | MIT License | vergecurrency/verge | even moar v6 |
714,098 | 14.12.2019 18:25:27 | 18,000 | 9dfa69027da93d6ce71d4df13b17fddd76cd123e | even moar v6 pt. 2 | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -139,6 +139,9 @@ public:\nif (!gArgs.IsArgSet(\"-without-tor\")) {\nvSeeds.emplace_back(\"aizckfmksnk54gqcg5fur22cz22vzut2ig7cexz45pfm7witswzawcqd.onion\"); //v6 SUNEROK\n+ vSeeds.emplace_bac... | C++ | MIT License | vergecurrency/verge | even moar v6 pt. 2 |
714,126 | 16.12.2019 00:17:16 | -3,600 | 1d5d0d911fec9a5007e58488d7d14da2600920a9 | Update chainparams.cpp
added a v6 node | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -160,6 +160,7 @@ public:\nvSeeds.emplace_back(\"yvvioyzj3w5k6z64urv55xuh65oftcy5wts4tgwpi6hxdeixamsn63qd.onion\"); //v6 Marplez SGP\nvSeeds.emplace_back(\"zwvqhwne3mlefxd52q35cckzdo46uhvcuvl7... | C++ | MIT License | vergecurrency/verge | Update chainparams.cpp
added a v6 node |
714,126 | 17.12.2019 00:54:04 | -3,600 | f7dd069b8154e370e4692864d624b3a108f71c42 | Added a couple of v6.0.1 nodes | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -160,7 +160,8 @@ public:\nvSeeds.emplace_back(\"yvvioyzj3w5k6z64urv55xuh65oftcy5wts4tgwpi6hxdeixamsn63qd.onion\"); //v6 Marplez SGP\nvSeeds.emplace_back(\"zwvqhwne3mlefxd52q35cckzdo46uhvcuvl7... | C++ | MIT License | vergecurrency/verge | Added a couple of v6.0.1 nodes |
714,098 | 16.12.2019 22:01:01 | 18,000 | 33049262adc0fc27c0911e9ddb8c6a2c60ca229c | another peer
because y not | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -155,6 +155,7 @@ public:\nvSeeds.emplace_back(\"3czrw4cxofudpyhl46whvcyzgmkciaai2uw7s6motxejb3fijdkgmuqd.onion\"); //v6 SUNEROK\nvSeeds.emplace_back(\"7wg3vv67i5m3uiectqw4taj5pm3qmxnlgyb7ks7e... | C++ | MIT License | vergecurrency/verge | another peer
because y not |
714,092 | 18.12.2019 09:10:51 | -3,600 | b4da163938c6fb7b8598538001cbe2e6f9cd050b | Add dynamic networking mode tor + clearnet | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -136,8 +136,7 @@ public:\n// release ASAP to avoid it where possible.\n// Adding some nodes in case it works\n-\n- if (!gArgs.IsArgSet(\"-without-tor\")) {\n+ if (!gArgs.IsArgSet(\"-without-t... | C++ | MIT License | vergecurrency/verge | Add dynamic networking mode tor + clearnet |
714,092 | 18.12.2019 12:01:05 | -3,600 | 39775a2fcb2673f9fef1b71868927852e7865af5 | Add protocol version alert when connected to peer | [
{
"change_type": "MODIFY",
"old_path": "src/Makefile.am",
"new_path": "src/Makefile.am",
"diff": "@@ -235,6 +235,7 @@ VERGE_CORE_H = \\\nutil/moneystr.h \\\nutil/time.h \\\nvalidation.h \\\n+ alerter.h \\\nvalidationinterface.h \\\nversionbits.h \\\ntorcontroller.h \\\n@@ -305,6 +306,7 @@ libverge_s... | C++ | MIT License | vergecurrency/verge | Add protocol version alert when connected to peer |
714,092 | 18.12.2019 12:09:40 | -3,600 | 9a6b32743e9ebdb1f590c8713809ce2c9e6d311f | Raise the minimum peer version to protocol-90008 | [
{
"change_type": "MODIFY",
"old_path": "src/version.h",
"new_path": "src/version.h",
"diff": "@@ -21,7 +21,7 @@ static const int INIT_PROTO_VERSION = 209;\nstatic const int GETHEADERS_VERSION = 90001;\n//! disconnect from peers older than this proto version\n-static const int MIN_PEER_PROTO_VERSION ... | C++ | MIT License | vergecurrency/verge | Raise the minimum peer version to protocol-90008 |
714,092 | 21.12.2019 11:38:53 | -3,600 | d4e95de69ec55071ec51e06192047b370928da5c | Update stale messages | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/stale.yml",
"new_path": ".github/workflows/stale.yml",
"diff": "@@ -12,7 +12,9 @@ jobs:\n- uses: actions/stale@v1\nwith:\nrepo-token: ${{ secrets.GITHUB_TOKEN }}\n- stale-issue-message: 'Stale issue message'\n- stale-pr-message: 'Stale pull r... | C++ | MIT License | vergecurrency/verge | Update stale messages |
714,092 | 21.12.2019 15:02:29 | -3,600 | 32757cd94c692df73f605b55458b06773b533071 | Unlock the wallet before requesting a new stealth addresss
It will require access to the wallet data in order to save your entire key structures. | [
{
"change_type": "MODIFY",
"old_path": "src/qt/addresstablemodel.cpp",
"new_path": "src/qt/addresstablemodel.cpp",
"diff": "@@ -383,6 +383,7 @@ QString AddressTableModel::addRow(const QString &type, const QString &label, con\nif(address_type == OutputType::STEALTH) {\nCStealthAddress sxAddr = boost:... | C++ | MIT License | vergecurrency/verge | Unlock the wallet before requesting a new stealth addresss
It will require access to the wallet data in order to save your entire key structures. |
714,098 | 22.12.2019 00:41:15 | 18,000 | 26c8e103d4aa16454bfbc087b29d4ea3f569c6ba | more v6 seed peers
thougth i added these a few months ago, just found them again. | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -156,6 +156,8 @@ public:\nvSeeds.emplace_back(\"7wg3vv67i5m3uiectqw4taj5pm3qmxnlgyb7ks7e5oilo62g7mxn2zqd.onion\"); //v6 SUNEROK\nvSeeds.emplace_back(\"y2y2cr6h4dn3g5l4545mj7dw245i3fsuixx6he6r... | C++ | MIT License | vergecurrency/verge | more v6 seed peers
thougth i added these a few months ago, just found them again. |
714,092 | 24.12.2019 14:10:56 | -3,600 | 744fea5a54b19c2907458f4c749ea8bba481c7f7 | Add deprecation for without-tor in upcoming releases | [
{
"change_type": "MODIFY",
"old_path": "src/init.cpp",
"new_path": "src/init.cpp",
"diff": "@@ -1378,7 +1378,9 @@ bool AppInitMain()\nif (gArgs.IsArgSet(\"-without-tor\")){\nSetLimited(NET_TOR);\n- LogPrintf(\"Tor disabled, Socks Proxy not initialized.\\n\");\n+ LogPrintf(\"[DEPRECATED] flag -withou... | C++ | MIT License | vergecurrency/verge | Add deprecation for without-tor in upcoming releases |
714,092 | 28.12.2019 17:06:31 | -3,600 | 191a8f85f1162dad418c44ae44721f162490cfb8 | Manifest the hardfork v6 in chainparams as checkpoint | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -220,6 +220,7 @@ public:\n{ 900000, uint256S(\"0xc4d8b4079da888985854eda0200fb57045c2c70b29f10e98543f7c4076129e91\")},\n{1000000, uint256S(\"0x000000000049eaba3d6c29d9f45bc2a944b46eec005e2b03... | C++ | MIT License | vergecurrency/verge | Manifest the hardfork v6 in chainparams as checkpoint |
714,092 | 28.12.2019 17:07:45 | -3,600 | e4f0492ef11efbe407d059ab910491ceac91e831 | Start banning old node versions from connecting to the new version (protocol-90008) | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.cpp",
"new_path": "src/net_processing.cpp",
"diff": "@@ -1698,11 +1698,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr\nif (nVersion < MIN_PEER_PROTO_VERSION)\n{\n// disconnect from peers older than this... | C++ | MIT License | vergecurrency/verge | Start banning old node versions from connecting to the new version (protocol-90008) |
714,092 | 28.12.2019 17:08:21 | -3,600 | ef580dda0119bd03c97a7f47dd292ff9429f2b1d | Add seeds without trying feeler connection | [
{
"change_type": "MODIFY",
"old_path": "src/net.cpp",
"new_path": "src/net.cpp",
"diff": "@@ -1653,11 +1653,6 @@ void CConnman::ThreadDNSAddressSeed()\n}\naddrman.Add(vAdd, resolveSource);\n} else {\n- if(gArgs.GetBoolArg(\"-without-tor\", false)) {\n- LogPrintf(\"One Shot the seed: %s\\n\", seed);\... | C++ | MIT License | vergecurrency/verge | Add seeds without trying feeler connection |
714,092 | 28.12.2019 18:06:02 | -3,600 | 9112873baf9befcad01174f3933f798236c4762d | Fix chain TX data | [
{
"change_type": "MODIFY",
"old_path": "src/chainparams.cpp",
"new_path": "src/chainparams.cpp",
"diff": "@@ -258,13 +258,10 @@ public:\n}\n};\n- // FIXME: need to know the amount of transactions\nchainTxData = ChainTxData{\n- // Data as of block 0000000000000000002d6cca6761c99b3c2e936f9a0e304b7c765... | C++ | MIT License | vergecurrency/verge | Fix chain TX data |
714,092 | 28.12.2019 18:49:56 | -3,600 | 349c3653416f58242be57bffdd1774fae86660af | Fix formatting issue that one input was missing | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.cpp",
"new_path": "src/net_processing.cpp",
"diff": "@@ -1698,7 +1698,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr\nif (nVersion < MIN_PEER_PROTO_VERSION)\n{\n// disconnect from peers older than this ... | C++ | MIT License | vergecurrency/verge | Fix formatting issue that one input was missing |
714,092 | 29.12.2019 20:02:32 | -3,600 | 22ae54bc2ac0595293cc646ee5b21a7e4d4f13ef | Fix alerting system to occur too often when nodes are spamming you | [
{
"change_type": "MODIFY",
"old_path": "src/net_processing.cpp",
"new_path": "src/net_processing.cpp",
"diff": "@@ -1703,15 +1703,6 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr\nreturn false;\n}\n- if (nVersion > PROTOCOL_VERSION) {\n- DoWarning(\n- strprintf(\... | C++ | MIT License | vergecurrency/verge | Fix alerting system to occur too often when nodes are spamming you |
714,092 | 29.12.2019 20:07:41 | -3,600 | dbd44da832a018be5f4b55681007372009af7b6b | Re-Adding one-shots for seeds again | [
{
"change_type": "MODIFY",
"old_path": "src/net.cpp",
"new_path": "src/net.cpp",
"diff": "@@ -1653,14 +1653,8 @@ void CConnman::ThreadDNSAddressSeed()\n}\naddrman.Add(vAdd, resolveSource);\n} else {\n- // We will directly connect to seeds that might be of interest for us :)\n- CNetAddr address;\n- a... | C++ | MIT License | vergecurrency/verge | Re-Adding one-shots for seeds again |
714,098 | 01.01.2020 17:27:24 | 18,000 | 81d4e129fd66c1a7895d8b87c28f07c5bdf4b196 | correct p2p port | [
{
"change_type": "MODIFY",
"old_path": "src/test/addrman_tests.cpp",
"new_path": "src/test/addrman_tests.cpp",
"diff": "@@ -104,15 +104,15 @@ BOOST_AUTO_TEST_CASE(addrman_simple)\nBOOST_CHECK_EQUAL(addr_null.ToString(), \"[::]:0\");\n// Test: Does Addrman::Add work as expected.\n- CService addr1 = R... | C++ | MIT License | vergecurrency/verge | correct p2p port |
714,092 | 05.01.2020 09:43:04 | -3,600 | 949f1083c12985d9db818472ab76d83c7c909fa1 | Fix netbase tests due to revoked TorV2 support | [
{
"change_type": "MODIFY",
"old_path": "src/netaddress.cpp",
"new_path": "src/netaddress.cpp",
"diff": "@@ -19,7 +19,7 @@ static const unsigned char pchOnionv3Cat[] = { 0xFD, 0x50, 0xa7, 0xf7, 0xc0, 0xf\nCNetAddr::CNetAddr()\n{\n- memset(ip, 0, sizeof(ip));\n+ std::fill(std::begin(ip), std::end(ip),... | C++ | MIT License | vergecurrency/verge | Fix netbase tests due to revoked TorV2 support |
714,092 | 05.01.2020 11:05:18 | -3,600 | 1a49a2cfd01d12e1e3135905a922ee6c1c0da47e | Update software copyright year | [
{
"change_type": "MODIFY",
"old_path": "configure.ac",
"new_path": "configure.ac",
"diff": "@@ -5,7 +5,7 @@ define(_CLIENT_VERSION_MINOR, 0)\ndefine(_CLIENT_VERSION_REVISION, 2)\ndefine(_CLIENT_VERSION_BUILD, 0)\ndefine(_CLIENT_VERSION_IS_RELEASE, true)\n-define(_COPYRIGHT_YEAR, 2019)\n+define(_COPY... | C++ | MIT License | vergecurrency/verge | Update software copyright year |
714,098 | 09.01.2020 22:58:44 | 18,000 | 5d1d2b5243a915d4ddd7fb75ba6da3c23023f99f | change (void) param to ()
makes more readable
remove cs_main lock on block description/header to JSON | [
{
"change_type": "MODIFY",
"old_path": "src/httprpc.cpp",
"new_path": "src/httprpc.cpp",
"diff": "@@ -31,7 +31,7 @@ static const char* WWW_AUTH_HEADER_DATA = \"Basic realm=\\\"jsonrpc\\\"\";\nclass HTTPRPCTimer : public RPCTimerBase\n{\npublic:\n- HTTPRPCTimer(struct event_base* eventBase, std::func... | C++ | MIT License | vergecurrency/verge | change (void) param to ()
-makes more readable
-remove cs_main lock on block description/header to JSON |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.