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,098
05.03.2019 17:47:15
18,000
3676bc4a3b9f722853e001325eb10a25f9e69756
update note for win compilation in automake file
[ { "change_type": "MODIFY", "old_path": "src/Makefile.am", "new_path": "src/Makefile.am", "diff": "@@ -637,7 +637,8 @@ clean-local:\n@test -f $(WINDRES)\n## FIXME: How to get the appropriate modulename_CPPFLAGS in here?\n$(AM_V_GEN) $(WINDRES) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -DWIN...
C++
MIT License
vergecurrency/verge
update note for win compilation in automake file
714,092
08.03.2019 13:05:39
-3,600
176bd301b77f549501f774a0d9e98351e288e5a4
Fix QT and protobuf mks for cross-compiling binaries
[ { "change_type": "MODIFY", "old_path": "build-aux/m4/bitcoin_qt.m4", "new_path": "build-aux/m4/bitcoin_qt.m4", "diff": "@@ -53,8 +53,8 @@ dnl CAUTION: Do not use this inside of a conditional.\nAC_DEFUN([VERGE_QT_INIT],[\ndnl enable qt support\nAC_ARG_WITH([gui],\n- [AS_HELP_STRING([--with-gui@<:@=no...
C++
MIT License
vergecurrency/verge
Fix QT and protobuf mks for cross-compiling binaries
714,092
08.03.2019 13:38:57
-3,600
963a3a0d86087c751d14d801b3b92506872e5649
Enable new pipeline for verge test builds
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "-sudo: true\n-language: cpp\n-\n-matrix:\n- include:\n- - os: linux\ndist: xenial\n- - os: osx\n- osx_image: xcode10.1\n-\n-addons:\n- apt:\n- sources:\n- - ubuntu-toolchain-r-test\n- - llvm-toolchain-precise-3...
C++
MIT License
vergecurrency/verge
Enable new pipeline for verge test builds
714,092
08.03.2019 13:56:43
-3,600
b07248b032095e7be942d6a56860475b1956a462
Script for testing and running other commands on travis
[ { "change_type": "ADD", "old_path": null, "new_path": ".travis/test_06_script_a.sh", "diff": "+#!/usr/bin/env bash\n+#\n+# Copyright (c) 2018 The Bitcoin Core developers\n+# Distributed under the MIT software license, see the accompanying\n+# file COPYING or http://www.opensource.org/licenses/mit-li...
C++
MIT License
vergecurrency/verge
Script for testing and running other commands on travis
714,092
08.03.2019 15:36:19
-3,600
e24307c5750cfbe995c1a75bb19377c22fcfa98e
Adding libseccomp mk
[ { "change_type": "ADD", "old_path": null, "new_path": "depends/packages/libseccomp.mk", "diff": "+package=libseccomp\n+$(package)_version=2.3.3\n+$(package)_download_path=https://github.com/seccomp/libseccomp/releases/download/v$($(package)_version)/\n+$(package)_file_name=$(package)-$($(package)_ve...
C++
MIT License
vergecurrency/verge
Adding libseccomp mk
714,092
08.03.2019 16:07:49
-3,600
b33cb1638134a96aae0e7abf8bae68ee402f77ce
Add libcap mk for depends builds
[ { "change_type": "ADD", "old_path": null, "new_path": "depends/packages/libcap.mk", "diff": "+package=libcap\n+$(package)_version=2.26\n+$(package)_download_path=https://git.kernel.org/pub/scm/libs/libcap/libcap.git/snapshot/\n+$(package)_file_name=$(package)-$($(package)_version).tar.gz\n+$(package...
C++
MIT License
vergecurrency/verge
Add libcap mk for depends builds
714,092
08.03.2019 21:05:03
-3,600
12585eef25d3c0f82b2a3ede8dd354fbec645883
Clean up and simplify travis jobs
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -55,19 +55,16 @@ jobs:\n- set -o errexit; source .travis/lint_06_script.sh\n- stage: test\n- name: 'ARM [GOAL: install] [no unit or functional tests]'\n+ name: 'x86_64 Linux'\nenv: >-\n- HOST=arm-linux-gnuea...
C++
MIT License
vergecurrency/verge
Clean up and simplify travis jobs
714,092
08.03.2019 23:16:22
-3,600
ca38f46ddb59290c4ee5d33d5e45b1f746d756bd
Disable special packages and add them by default
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -55,7 +55,7 @@ jobs:\n- set -o errexit; source .travis/lint_06_script.sh\n- stage: test\n- name: 'x86_64 Linux'\n+ name: '[Test] Linux 64-bit'\nenv: >-\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq ...
C++
MIT License
vergecurrency/verge
Disable special packages and add them by default
714,092
09.03.2019 08:13:37
-3,600
fbf4bbc035d5a71110cf316af2e59286e428fee8
Deactivate QT building for the test scenario (speed up processing)
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -59,7 +59,7 @@ jobs:\nenv: >-\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-1-dev libharfbuzz-dev libprotobuf-dev libcap-dev libseccomp-dev\"...
C++
MIT License
vergecurrency/verge
Deactivate QT building for the test scenario (speed up processing)
714,092
09.03.2019 08:39:08
-3,600
056ee6ee643ab001beb6b5673ede484b3aaec536
Adjust bitcoin to VERGE
[ { "change_type": "MODIFY", "old_path": ".travis/lint_06_script.sh", "new_path": ".travis/lint_06_script.sh", "diff": "@@ -18,7 +18,7 @@ fi\n#test/lint/check-rpc-mappings.py .\n#test/lint/lint-all.sh\n-#if [ \"$TRAVIS_REPO_SLUG\" = \"bitcoin/bitcoin\" -a \"$TRAVIS_EVENT_TYPE\" = \"cron\" ]; then\n+#i...
C++
MIT License
vergecurrency/verge
Adjust bitcoin to VERGE
714,092
09.03.2019 10:56:07
-3,600
6dd8a101e8d76e43a1405537ada71b7f5314adb6
Clean up module configurations
[ { "change_type": "MODIFY", "old_path": "configure.ac", "new_path": "configure.ac", "diff": "@@ -1403,9 +1403,8 @@ if test x$need_bundled_univalue = xyes; then\nAC_CONFIG_SUBDIRS([src/univalue])\nfi\n-ac_configure_args=\"${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-modul...
C++
MIT License
vergecurrency/verge
Clean up module configurations
714,092
09.03.2019 11:28:21
-3,600
fe749f9de786545eff7d07c3fdc99435dc80588d
Remove distdir creation and second configuration for simplicity
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -30,15 +30,15 @@ BEGIN_FOLD configure\nDOCKER_EXEC ../configure --cache-file=config.cache $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && false)\nEND_FOLD\n-BEGIN_FOLD ...
C++
MIT License
vergecurrency/verge
Remove distdir creation and second configuration for simplicity
714,092
09.03.2019 12:14:00
-3,600
04368004b7a700b01053dbfd477166b7b66976ea
Remove explicit goals as it defaults to the right one
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -60,7 +60,6 @@ jobs:\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-1-dev libharfbuzz-dev libprotobuf-dev libcap-dev libseccomp-dev\"\nDEP_OPT...
C++
MIT License
vergecurrency/verge
Remove explicit goals as it defaults to the right one
714,092
09.03.2019 12:15:05
-3,600
47e4252f63ea2fbcfb460d0cd4291f544bd3a9a8
Rename to VERGE config for travis to recognize
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -60,7 +60,7 @@ jobs:\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-1-dev libharfbuzz-dev libprotobuf-dev libcap-dev libseccomp-dev\"\nDEP_OPT...
C++
MIT License
vergecurrency/verge
Rename to VERGE config for travis to recognize
714,092
09.03.2019 16:14:07
-3,600
c0009c0dfc935c65dc9872d475774989925e71ed
Fallback to standard subdir init
[ { "change_type": "MODIFY", "old_path": "configure.ac", "new_path": "configure.ac", "diff": "@@ -1403,9 +1403,8 @@ if test x$need_bundled_univalue = xyes; then\nAC_CONFIG_SUBDIRS([src/univalue])\nfi\n-ac_configure_args=\"${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-modul...
C++
MIT License
vergecurrency/verge
Fallback to standard subdir init
714,092
09.03.2019 21:09:32
-3,600
1686105b36af8e63abc1eca9085e2c74380cf1f6
Disabling alternating compilers (some problem can happen)
[ { "change_type": "MODIFY", "old_path": ".travis/test_05_before_script.sh", "new_path": ".travis/test_05_before_script.sh", "diff": "@@ -17,7 +17,7 @@ if [ -n \"$OSX_SDK\" -a -f depends/sdk-sources/MacOSX${OSX_SDK}.sdk.tar.gz ]; then\ntar -C depends/SDKs -xf depends/sdk-sources/MacOSX${OSX_SDK}.sdk.t...
C++
MIT License
vergecurrency/verge
Disabling alternating compilers (some problem can happen)
714,092
09.03.2019 23:47:36
-3,600
1c8d3de90c8a878b0e6a6178d12a651077f0dc2a
Remove flags which might crash windows builds
[ { "change_type": "MODIFY", "old_path": "src/Makefile.am", "new_path": "src/Makefile.am", "diff": "@@ -635,10 +635,8 @@ clean-local:\n.rc.o:\n@test -f $(WINDRES)\n- ## FIXME: How to get the appropriate modulename_CPPFLAGS in here?\n- $(AM_V_GEN) $(WINDRES) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CP...
C++
MIT License
vergecurrency/verge
Remove flags which might crash windows builds
714,092
10.03.2019 09:17:00
-3,600
e76ac4e9b2ef788f2408cfbc045e4cef0d8d1f51
Checking some windows specifics to be disable for building windows
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -67,19 +67,19 @@ jobs:\nenv: >-\nHOST=i686-w64-mingw32\nDPKG_ADD_ARCH=\"i386\"\n- PACKAGES=\"python3 nsis g++-mingw-w64-i686 wine-binfmt wine32 libcap-dev libseccomp-dev\"\n+ PACKAGES=\"python3 nsis g++-ming...
C++
MIT License
vergecurrency/verge
Checking some windows specifics to be disable for building windows
714,092
10.03.2019 18:03:34
-3,600
bac75599fb794b5adaafc12f0d3161e0c852a23f
Adding additional logs for configuration on travis
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -28,6 +28,7 @@ cd build || (echo \"could not enter build directory\"; exit 1)\nBEGIN_FOLD configure\nDOCKER_EXEC ../configure --cache-file=config.cache $VERGE_CONFIG_ALL $VERG...
C++
MIT License
vergecurrency/verge
Adding additional logs for configuration on travis
714,092
10.03.2019 20:05:29
-3,600
a95a345fa01c5f276dcd570ae4009f1653a71d08
Add new compiler editions and seperate distributions
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -40,7 +40,6 @@ after_script:\n- echo $TRAVIS_COMMIT_LOG\njobs:\ninclude:\n-\n- stage: lint\nname: 'lint'\nenv:\n@@ -67,7 +66,7 @@ jobs:\nenv: >-\nHOST=i686-w64-mingw32\nDPKG_ADD_ARCH=\"i386\"\n- PACKAGES=\"p...
C++
MIT License
vergecurrency/verge
Add new compiler editions and seperate distributions
714,092
10.03.2019 20:06:19
-3,600
8fde05fc4ae3b12e0c53ee2ddeaae15d03d2258a
Remove usless logging
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -28,7 +28,6 @@ cd build || (echo \"could not enter build directory\"; exit 1)\nBEGIN_FOLD configure\nDOCKER_EXEC ../configure --cache-file=config.cache $VERGE_CONFIG_ALL $VERG...
C++
MIT License
vergecurrency/verge
Remove usless logging
714,092
10.03.2019 20:18:55
-3,600
3fc5a3d5ed4a3bd899a16721d2ea62b2bb090646
Simplify the travis workflow for faster processing
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -61,8 +61,8 @@ jobs:\nDEP_OPTS=\"NO_QT=1 NO_UPNP=1 DEBUG=1 ALLOW_HOST_PACKAGES=1\"\nVERGE_CONFIG=\"--disable-bench --enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-debu...
C++
MIT License
vergecurrency/verge
Simplify the travis workflow for faster processing
714,092
10.03.2019 20:38:25
-3,600
0314d7470541b602efeee116da358a910536382c
Remove unavailable library from travis build
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -66,7 +66,7 @@ jobs:\nenv: >-\nHOST=i686-w64-mingw32\nDPKG_ADD_ARCH=\"i386\"\n- PACKAGES=\"python3 nsis gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 mingw-w64-dev wine-binfmt wine32 libcap-d...
C++
MIT License
vergecurrency/verge
Remove unavailable library from travis build
714,092
10.03.2019 22:11:09
-3,600
260e830e33a7ca5cd06e65e28d40c903573fe0ea
Adddd more compilers
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -66,7 +66,7 @@ jobs:\nenv: >-\nHOST=i686-w64-mingw32\nDPKG_ADD_ARCH=\"i386\"\n- PACKAGES=\"python3 nsis gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 wine-binfmt wine32 libcap-dev libseccomp-...
C++
MIT License
vergecurrency/verge
Adddd more compilers
714,092
11.03.2019 20:57:27
-3,600
83fc5ed19906b407f8fe1e7d88496619d425870c
Remove configure cache
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -27,21 +27,21 @@ mkdir build\ncd build || (echo \"could not enter build directory\"; exit 1)\nBEGIN_FOLD configure\n-DOCKER_EXEC ../configure --cache-file=config.cache $VERGE_...
C++
MIT License
vergecurrency/verge
Remove configure cache
714,092
11.03.2019 21:26:16
-3,600
dc702f97985cdf55ef577270cbd76c26b37f3ab0
Setting explicit tor CFLAGS
[ { "change_type": "MODIFY", "old_path": "configure.ac", "new_path": "configure.ac", "diff": "@@ -1411,7 +1411,7 @@ if test x$need_bundled_univalue = xyes; then\nfi\nAX_SUBDIRS_CONFIGURE([src/secp256k1], [[--disable-shared], [--with-pic], [--with-bignum=no], [--enable-module-recovery], [--enable-exper...
C++
MIT License
vergecurrency/verge
Setting explicit tor CFLAGS
714,092
12.03.2019 19:59:01
-3,600
6d47f68b5ed9ccef9b6f0fcfadfcfef83be5bf07
Saves stealth addresses accordingly when created via gui
[ { "change_type": "MODIFY", "old_path": "src/interfaces/wallet.cpp", "new_path": "src/interfaces/wallet.cpp", "diff": "@@ -184,6 +184,9 @@ 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
Saves stealth addresses accordingly when created via gui
714,092
12.03.2019 22:07:31
-3,600
34a9772beb30dd4a05da575658abfdfa530bef74
Adding seperate configure tor part
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -40,6 +40,10 @@ BEGIN_FOLD configure\nDOCKER_EXEC ./configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && false)\nEND_FOLD\n+BEGIN_FOLD configure-tor\n+DOCKER_EXEC ...
C++
MIT License
vergecurrency/verge
Adding seperate configure tor part
714,092
12.03.2019 22:17:35
-3,600
11446bfaa69653e909cb049cf660e3de194094d0
Force removing the old config.status for tor
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -41,7 +41,7 @@ DOCKER_EXEC ./configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && f\nEND_FOLD\nBEGIN_FOLD configure-tor\n-DOCKER_EXEC cd src/tor && rm config.statu...
C++
MIT License
vergecurrency/verge
Force removing the old config.status for tor
714,092
13.03.2019 08:43:08
-3,600
839fe1694d05832acf63764535611255240b2888
Put permissions to a remove command
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -41,7 +41,7 @@ DOCKER_EXEC ./configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && f\nEND_FOLD\nBEGIN_FOLD configure-tor\n-DOCKER_EXEC cd src/tor && rm -f config.st...
C++
MIT License
vergecurrency/verge
Put permissions to a remove command
714,092
13.03.2019 10:03:26
-3,600
174cb979b1b1e348163cb3a24d06d7c51bcb82c0
Remove all config cache files
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -41,7 +41,7 @@ DOCKER_EXEC ./configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && f\nEND_FOLD\nBEGIN_FOLD configure-tor\n-DOCKER_EXEC cd src/tor && sudo rm -f conf...
C++
MIT License
vergecurrency/verge
Remove all config cache files
714,092
13.03.2019 11:04:47
-3,600
66eaf98ca708cb746c8ad17ece541fa781bfcad0
Update test_06_script_a.sh
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -41,7 +41,7 @@ DOCKER_EXEC ./configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && f\nEND_FOLD\nBEGIN_FOLD configure-tor\n-DOCKER_EXEC cd src/tor && sudo rm -f conf...
C++
MIT License
vergecurrency/verge
Update test_06_script_a.sh
714,092
13.03.2019 11:40:33
-3,600
c6487d92beb74a3572305a79ead8db49ce216bbf
Breaking down all changed into separate steps
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -40,10 +40,18 @@ BEGIN_FOLD configure\nDOCKER_EXEC ./configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && false)\nEND_FOLD\n+cd \"src/tor/\" || (echo \"could not e...
C++
MIT License
vergecurrency/verge
Breaking down all changed into separate steps
714,092
13.03.2019 13:07:33
-3,600
2d439687befe931769a747937fe6b1af4ac040d2
Remove sudo as it is unknown to docker
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -43,11 +43,11 @@ END_FOLD\ncd \"src/tor/\" || (echo \"could not enter distdir src/tor\"; exit 1)\nBEGIN_FOLD remove-old-config-tor\n-DOCKER_EXEC sudo rm -f config.*\n+DOCKER_E...
C++
MIT License
vergecurrency/verge
Remove sudo as it is unknown to docker
714,092
13.03.2019 20:04:51
-3,600
ce9ef08cc032215d5de7bdcfb104dcf0bef0eb01
Create clear build again
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -68,7 +68,6 @@ jobs:\nDPKG_ADD_ARCH=\"i386\"\nPACKAGES=\"python3 nsis gcc-mingw-w64-base gcc-mingw-w64-i686 g++-mingw-w64-i686 g++-mingw-w64 gcc-mingw-w64 binutils-mingw-w64-i686 wine-binfmt wine32 libcap-de...
C++
MIT License
vergecurrency/verge
Create clear build again
714,092
13.03.2019 20:24:51
-3,600
038ef5a07e2b213b30a49c6af79a5caf58b7bfc5
Ensure the most required packages
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -25,7 +25,7 @@ env:\n- BASE_OUTDIR=$TRAVIS_BUILD_DIR/out\n- SDK_URL=https://bitcoincore.org/depends-sources/sdks\n- WINEDEBUG=fixme-all\n- - DOCKER_PACKAGES=\"build-essential libtool autotools-dev automake p...
C++
MIT License
vergecurrency/verge
Ensure the most required packages
714,092
15.03.2019 19:10:56
-3,600
a9f2c77682dcde719ccf9c2a5f9ca1af7090e707
Clean windows compilation packages
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -59,24 +59,24 @@ jobs:\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-1-dev libharfbuzz-dev libprotobuf-dev libcap-dev libseccomp-dev\"\nDEP_O...
C++
MIT License
vergecurrency/verge
Clean windows compilation packages
714,092
15.03.2019 22:29:41
-3,600
e444ae3c5c3fd340108cad626babcf5c4976f3ed
Refine configuration for tor
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -59,7 +59,7 @@ jobs:\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-1-dev libharfbuzz-dev libprotobuf-dev libcap-dev libseccomp-dev\"\nDEP_OPT...
C++
MIT License
vergecurrency/verge
Refine configuration for tor
714,092
16.03.2019 15:13:16
-3,600
2eb4b34cbbbdb0fc8e81cf38f00637cc0e162ac6
Switch to other subdir init via AC_CONFIG_SUBDIRS
[ { "change_type": "MODIFY", "old_path": "configure.ac", "new_path": "configure.ac", "diff": "@@ -1411,7 +1411,8 @@ if test x$need_bundled_univalue = xyes; then\nfi\nAX_SUBDIRS_CONFIGURE([src/secp256k1], [[--disable-shared], [--with-pic], [--with-bignum=no], [--enable-module-recovery], [--enable-exper...
C++
MIT License
vergecurrency/verge
Switch to other subdir init via AC_CONFIG_SUBDIRS
714,092
16.03.2019 15:34:14
-3,600
6096866626d4adca90fae1858bf3719a07b52c33
Remove openssl Flags and dirs
[ { "change_type": "MODIFY", "old_path": "configure.ac", "new_path": "configure.ac", "diff": "@@ -1411,7 +1411,7 @@ if test x$need_bundled_univalue = xyes; then\nfi\nAX_SUBDIRS_CONFIGURE([src/secp256k1], [[--disable-shared], [--with-pic], [--with-bignum=no], [--enable-module-recovery], [--enable-exper...
C++
MIT License
vergecurrency/verge
Remove openssl Flags and dirs
714,092
16.03.2019 16:20:22
-3,600
01033c38dfb28d550398be840755715316fab93f
Remove dist creation
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -30,18 +30,18 @@ BEGIN_FOLD configure\nDOCKER_EXEC ../configure $VERGE_CONFIG_ALL $VERGE_CONFIG || ( cat config.log && false)\nEND_FOLD\n-BEGIN_FOLD distdir\n-DOCKER_EXEC make...
C++
MIT License
vergecurrency/verge
Remove dist creation
714,092
16.03.2019 23:09:03
-3,600
b2459a2aa7ffacd6c0e4e31775b59b728a6f8498
clean up travis and new windows jobs
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -68,6 +68,7 @@ jobs:\nDPKG_ADD_ARCH=\"i386\"\nPACKAGES=\"python3 nsis gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 wine-binfmt wine32 libcap-dev libseccomp-dev\"\nRUN_FUNCTIONAL_TESTS=false\...
C++
MIT License
vergecurrency/verge
clean up travis and new windows jobs
714,092
16.03.2019 23:18:13
-3,600
2f719c2e8ca83066ff63ca6c7ab40f43a4c9fc7d
Remove docker image download which aren't used
[ { "change_type": "MODIFY", "old_path": ".travis/test_04_install.sh", "new_path": ".travis/test_04_install.sh", "diff": "@@ -18,20 +18,21 @@ if [[ $HOST = *-mingw32 ]]; then\nelif [[ $VERGE_CONFIG = *--with-sanitizers=*address* ]]; then # If ran with (ASan + LSan), Docker needs access to ptrace (http...
C++
MIT License
vergecurrency/verge
Remove docker image download which aren't used
714,092
16.03.2019 23:18:45
-3,600
0c3695bac7e4ccd682cf10d84fbb39a3353cf0eb
Unify for win32/64
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -15,13 +15,9 @@ if [ -z \"$NO_DEPENDS\" ]; then\nDOCKER_EXEC ccache --max-size=$CCACHE_SIZE\nfi\n-if [[ $HOST = *86-w64-mingw32 ]]; then\n+if [[ $HOST = *-mingw32 ]]; then\nBE...
C++
MIT License
vergecurrency/verge
Unify for win32/64
714,092
16.03.2019 23:28:03
-3,600
a548a86ad509f3023194110c2e4fb8b1a2acc581
Remove unused travis enviroment variables
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -65,20 +65,15 @@ jobs:\nname: '[Deploy] Windows 32-bit'\nenv: >-\nHOST=i686-w64-mingw32\n- DPKG_ADD_ARCH=\"i386\"\n- PACKAGES=\"python3 nsis gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 wine...
C++
MIT License
vergecurrency/verge
Remove unused travis enviroment variables
714,092
17.03.2019 08:23:17
-3,600
0cf9c3f3f9f02afb1651a2b94e549ac3327bfdc9
Removing the second checkpoint from our build script
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -34,7 +34,7 @@ before_script:\n- set -o errexit; source .travis/test_05_before_script.sh\nscript:\n- if [ $SECONDS -gt 1200 ]; then set +o errexit; echo \"Travis early exit to cache current state\"; false; e...
C++
MIT License
vergecurrency/verge
Removing the second checkpoint from our build script
714,092
17.03.2019 15:16:10
-3,600
4ba01bdd4a5112e4fb8dc0b73e89bf2dc2837d84
Unifying build and try to implement automatic publish
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -26,26 +26,31 @@ env:\n- SDK_URL=https://bitcoincore.org/depends-sources/sdks\n- WINEDEBUG=fixme-all\n- DOCKER_PACKAGES=\"build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git ca-ce...
C++
MIT License
vergecurrency/verge
Unifying build and try to implement automatic publish
714,092
17.03.2019 15:33:10
-3,600
89460ae8bda3257d69e1ae30763158cec43296bd
Concat string for shell execution
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -12,13 +12,7 @@ export TRAVIS_COMMIT_LOG\nOUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST\nif [[ $HOST = *-mingw32 ]]; then\n- VERGE_CONFIG_ALL=\"--with-gui-...
C++
MIT License
vergecurrency/verge
Concat string for shell execution
714,092
17.03.2019 15:58:11
-3,600
46396ebbd3f7379eb07d7478498c1fd7fed3d4be
Adding correct host variable
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -12,7 +12,7 @@ export TRAVIS_COMMIT_LOG\nOUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST\nif [[ $HOST = *-mingw32 ]]; then\n- VERGE_CONFIG_ALL=\"--with-gui-q...
C++
MIT License
vergecurrency/verge
Adding correct host variable
714,092
17.03.2019 16:21:15
-3,600
070612d438263f7191596d52b41ee05d83a3560f
Remove lib and bin dir from windows build
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -12,7 +12,7 @@ export TRAVIS_COMMIT_LOG\nOUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST\nif [[ $HOST = *-mingw32 ]]; then\n- VERGE_CONFIG_ALL=\"--with-gui-q...
C++
MIT License
vergecurrency/verge
Remove lib and bin dir from windows build
714,092
17.03.2019 16:56:31
-3,600
7d53c4998a8f3541d740b50856a36311494dd5da
switch to external file for better handling
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -10,12 +10,7 @@ TRAVIS_COMMIT_LOG=$(git log --format=fuller -1)\nexport TRAVIS_COMMIT_LOG\nOUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST\n-\n-if [[ $HOST =...
C++
MIT License
vergecurrency/verge
switch to external file for better handling
714,092
17.03.2019 17:32:04
-3,600
7f3049c57def29974cdaa73b7616d4f1e2a45d04
Upgrade tor to 0.3.5.8
[ { "change_type": "MODIFY", "old_path": ".gitmodules", "new_path": ".gitmodules", "diff": "[submodule \"src/tor\"]\npath = src/tor\nurl = https://github.com/torproject/tor/\n- branch = tor-0.3.4.9\n+ branch = tor-0.3.5.8\n" }, { "change_type": "MODIFY", "old_path": "src/tor", "new_pat...
C++
MIT License
vergecurrency/verge
Upgrade tor to 0.3.5.8
714,092
17.03.2019 20:04:14
-3,600
f12252f75fd434c022728f706291fab35eb30076
Enable newest tor version via makefile
[ { "change_type": "MODIFY", "old_path": "src/Makefile.am", "new_path": "src/Makefile.am", "diff": "@@ -23,16 +23,54 @@ VERGE_INCLUDES = -I$(builddir) $(BDB_CPPFLAGS) $(BOOST_CPPFLAGS) $(LEVELDB_CPPF\nVERGE_INCLUDES += -I$(srcdir)/secp256k1/include\nVERGE_INCLUDES += $(UNIVALUE_CFLAGS)\n-TOR_LIBS = to...
C++
MIT License
vergecurrency/verge
Enable newest tor version via makefile
714,092
17.03.2019 20:04:27
-3,600
22d912d42bc64ed4d0c7499e57aa9fb3284b287d
Use dist dir plus some extra stuff
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -37,11 +37,15 @@ else\nEND_FOLD\nBEGIN_FOLD distdir\n- DOCKER_EXEC make distdir VERSION=$HOST\n+ DOCKER_EXEC make distdir VERSION=$HOST || ( cat config.log && false)\nEND_FOLD...
C++
MIT License
vergecurrency/verge
Use dist dir plus some extra stuff
714,092
17.03.2019 20:18:56
-3,600
9a5abad5ca7606c208a2d9a34b6cebf09d9b19c8
Include new tor libs also for QT
[ { "change_type": "MODIFY", "old_path": "src/Makefile.qt.include", "new_path": "src/Makefile.qt.include", "diff": "@@ -409,16 +409,7 @@ if ENABLE_ZMQ\nqt_verge_qt_LDADD += $(libverge_ZMQ) $(ZMQ_LIBS)\nendif\n-qt_verge_qt_LDADD += tor/src/or/libtor.a \\\n- tor/src/common/libor.a \\\n- tor/src/common/l...
C++
MIT License
vergecurrency/verge
Include new tor libs also for QT
714,092
17.03.2019 20:42:54
-3,600
f7feed62857c821ca5978167348f407f100ccba2
Add new splash screen also to makefile
[ { "change_type": "MODIFY", "old_path": "src/Makefile.qt.include", "new_path": "src/Makefile.qt.include", "diff": "@@ -242,6 +242,7 @@ RES_ICONS = \\\nqt/res/icons/address-book.png \\\nqt/res/icons/about.png \\\nqt/res/icons/about_qt.png \\\n+ qt/res/icons/splash1.png \\\nqt/res/icons/verge.ico \\\nq...
C++
MIT License
vergecurrency/verge
Add new splash screen also to makefile
714,092
17.03.2019 21:00:07
-3,600
d5fcd30fbace7a3bac1164a7c8503340d39e74cd
Copying fonts to dist dir
[ { "change_type": "MODIFY", "old_path": ".travis/test_06_script_a.sh", "new_path": ".travis/test_06_script_a.sh", "diff": "@@ -46,6 +46,11 @@ else\nDOCKER_EXEC cp ../../src/crypto/pow/*_helper.c ./src/crypto/pow\nEND_FOLD\n+\n+ BEGIN_FOLD copy-fonts\n+ DOCKER_EXEC cp -R ../../src/qt/res/fonts ./src/q...
C++
MIT License
vergecurrency/verge
Copying fonts to dist dir
714,092
17.03.2019 21:52:02
-3,600
b9dac8bae195c4bb18b76789760c69285946a761
Deploy binaries based on OS
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -93,20 +93,16 @@ jobs:\nbefore_deploy:\n- git config --local user.name \"marpme\"\n- git config --local user.email \"marpme@users.noreply.github.com\"\n+ - mv $TRAVIS_BUILD_DIR/build/verge-${HOST}/src/qt/ver...
C++
MIT License
vergecurrency/verge
Deploy binaries based on OS
714,092
17.03.2019 22:31:53
-3,600
d875b9ef889e5a6c3f2719faded8f44b02a982d1
Introduce should deploy flag
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -48,6 +48,7 @@ jobs:\ninclude:\n- stage: lint\nname: lint\n+ env: SHOULD_DEPLY=0\ncache: false\nlanguage: python\npython: \"3.5\"\n@@ -61,6 +62,7 @@ jobs:\n- stage: test\nname: \"[Test] Linux 64-bit\"\nenv: ...
C++
MIT License
vergecurrency/verge
Introduce should deploy flag
714,092
17.03.2019 22:36:38
-3,600
3d304e37ceecd0e8b7c9e4df13a2a00a1c63c805
Also take before scripts into should deploy check
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -98,8 +98,8 @@ jobs:\nbefore_deploy:\n- git config --local user.name \"marpme\"\n- git config --local user.email \"marpme@users.noreply.github.com\"\n- - mv $TRAVIS_BUILD_DIR/build/verge-${HOST}/src/qt/verge...
C++
MIT License
vergecurrency/verge
Also take before scripts into should deploy check
714,092
17.03.2019 22:39:58
-3,600
ed2c89e599551dd983de7b8a5c840abab516b6f0
Fixing typo ... as always ...
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -48,7 +48,7 @@ jobs:\ninclude:\n- stage: lint\nname: lint\n- env: SHOULD_DEPLY=0\n+ env: SHOULD_DEPLOY=0\ncache: false\nlanguage: python\npython: \"3.5\"\n@@ -62,7 +62,7 @@ jobs:\n- stage: test\nname: \"[Tes...
C++
MIT License
vergecurrency/verge
Fixing typo ... as always ...
714,092
18.03.2019 10:20:47
-3,600
3f6f525184551a5212e083974b47677ee7d36ad2
manage permissions correctly
[ { "change_type": "MODIFY", "old_path": ".travis/deploy_07_script_pre_deploy.sh", "new_path": ".travis/deploy_07_script_pre_deploy.sh", "diff": "# file COPYING or http://www.opensource.org/licenses/mit-license.php.\nif [[ $SHOULD_DEPLOY = 1 ]]; then\n- mv $TRAVIS_BUILD_DIR/build/verge-$HOST/src/qt/ve...
C++
MIT License
vergecurrency/verge
manage permissions correctly
714,092
18.03.2019 10:39:46
-3,600
af47ace3ac910665af2fa2ca9ba9fed890b56584
Fix permissions the second Kappa
[ { "change_type": "MODIFY", "old_path": ".travis/deploy_07_script_pre_deploy.sh", "new_path": ".travis/deploy_07_script_pre_deploy.sh", "diff": "# file COPYING or http://www.opensource.org/licenses/mit-license.php.\nif [[ $SHOULD_DEPLOY = 1 ]]; then\n- chmod a+xr $TRAVIS_BUILD_DIR/build/verge-$HOST/s...
C++
MIT License
vergecurrency/verge
Fix permissions the second Kappa
714,092
18.03.2019 10:54:07
-3,600
582c1f83990361b56aecd876cd2f0335b1977471
Fix bad subsitution
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -105,8 +105,8 @@ deploy:\napi_key:\nsecure: HyxoLq2f1iTrvGsqIRzUhw5ILqi+SdtpLCu7n86AXCoGVQIqseKwBKlBCS8RYFv5KQcXAgBTbHiSXj27XZ6nxizKvhh67HMlxIx7I98XFJ5bDrq18SV7tvgcZeg6HDb4cGWWcDXnpnQMRKMF7cl3G+Zj/ZoV3AA2feS...
C++
MIT License
vergecurrency/verge
Fix bad subsitution
714,092
18.03.2019 21:27:23
-3,600
6c52405827093c5f1bc957033ea797822f8192e9
Enable more liniting tests
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -10,9 +10,10 @@ cache:\nstages:\n- lint\n- test\n+ - deploy\nenv:\nglobal:\n- - MAKEJOBS=-j3\n+ - MAKEJOBS=-j4\n- RUN_UNIT_TESTS=false\n- RUN_FUNCTIONAL_TESTS=false\n- RUN_FUZZ_TESTS=false\n@@ -62,13 +63,13 ...
C++
MIT License
vergecurrency/verge
Enable more liniting tests
714,092
20.03.2019 20:38:31
-3,600
b79b8ec503b8e7f564e9ec38de0a3af0caa9a467
Remove GOAL env from MacOS
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -87,7 +87,6 @@ jobs:\n- stage: test\nname: \"[Deploy] macOS 10.10+\"\nenv: >-\n- GOAL=deploy\nSHOULD_DEPLOY=1\nHOST=x86_64-apple-darwin14\nPACKAGES=\"cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2...
C++
MIT License
vergecurrency/verge
Remove GOAL env from MacOS
714,092
23.03.2019 22:31:23
-3,600
11907ca6fce5684253d3bcbe79516acb887041a2
Enable test within the travis pipleline
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -63,6 +63,7 @@ jobs:\nname: \"[Test] Linux 64-bit\"\nenv: >-\nSHOULD_DEPLOY=0\n+ RUN_UNIT_TESTS=1\nHOST=x86_64-unknown-linux-gnu\nPACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdb...
C++
MIT License
vergecurrency/verge
Enable test within the travis pipleline
714,092
24.03.2019 11:32:49
-3,600
d738f9cb5bcd2c09831aa23c17e716e4eee0399a
Enable coverage report for VERGE
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -64,10 +64,11 @@ jobs:\nenv: >-\nSHOULD_DEPLOY=0\nRUN_UNIT_TESTS=true\n+ RUN_COV_REPORT=true\nHOST=x86_64-unknown-linux-gnu\n- PACKAGES=\"python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-...
C++
MIT License
vergecurrency/verge
Enable coverage report for VERGE
714,092
24.03.2019 14:21:03
-3,600
71c7e0cdad94456d40aafdc3b144e1af3320dfe8
[TRAVIS] Set timeout after compiling verge
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -38,7 +38,7 @@ before_script:\nscript:\n- if [ $SECONDS -gt 1200 ]; then set +o errexit; echo \"Travis early exit to cache current state\"; false; else set -o errexit; source .travis/test_06_script_a.sh; fi\...
C++
MIT License
vergecurrency/verge
[TRAVIS] Set timeout after compiling verge
714,092
24.03.2019 18:19:14
-3,600
186bc2f3d7cceaffbd538ed083d725dd3195780c
Remove useless addressbook log
[ { "change_type": "MODIFY", "old_path": "src/wallet/wallet.cpp", "new_path": "src/wallet/wallet.cpp", "diff": "@@ -3204,7 +3204,6 @@ bool CWallet::AddStealthAddress(CStealthAddress& sxAddr)\nif (rv){\nSetAddressBook(sxAddr, sxAddr.label, \"\");\n- LogPrintf(\"Wrote %s Address to our address store.\",...
C++
MIT License
vergecurrency/verge
Remove useless addressbook log
714,092
24.03.2019 18:19:47
-3,600
2d246c9db6ba07d81618017ec3e053629b104ab0
Remove unused boolean for stealth in standard visitor
[ { "change_type": "MODIFY", "old_path": "src/script/standard.cpp", "new_path": "src/script/standard.cpp", "diff": "@@ -251,10 +251,9 @@ class CScriptVisitor : public boost::static_visitor<bool>\n{\nprivate:\nCScript *script;\n- bool shouldStealth;\npublic:\nexplicit CScriptVisitor(CScript *scriptin) ...
C++
MIT License
vergecurrency/verge
Remove unused boolean for stealth in standard visitor
714,092
24.03.2019 18:31:32
-3,600
bf1983e9a01cf550edfdb1acb89583e1440b2f45
Re-enable check for low S-value
[ { "change_type": "MODIFY", "old_path": "src/script/interpreter.cpp", "new_path": "src/script/interpreter.cpp", "diff": "@@ -181,9 +181,9 @@ bool static IsLowDERSignature(const valtype &vchSig, ScriptError* serror) {\n// If the S value is above the order of the curve divided by two, its\n// complemen...
C++
MIT License
vergecurrency/verge
Re-enable check for low S-value
714,092
25.03.2019 06:58:58
-3,600
1e5b603e4baeedc329a43ffb3ddecbef270b17c8
Adding default branch for handling other address types
[ { "change_type": "MODIFY", "old_path": "src/qt/walletmodel.cpp", "new_path": "src/qt/walletmodel.cpp", "diff": "@@ -206,8 +206,10 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact\n}\n}\n}\n-\n-\n+ } else {\n+ CScript scriptPubKey = GetScriptForDestination(dest);\n+...
C++
MIT License
vergecurrency/verge
Adding default branch for handling other address types
714,092
06.04.2019 20:46:46
-7,200
26bebcbde6423b60c54e19900b044d38e1cb2f9c
Sending out the EPHEM key as data
[ { "change_type": "MODIFY", "old_path": "src/qt/walletmodel.cpp", "new_path": "src/qt/walletmodel.cpp", "diff": "@@ -194,15 +194,22 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact\nif (cpkTo.IsValid())\n{\nCKeyID addr = cpkTo.GetID();\n+\n+ if (SecretToPublicKey(ep...
C++
MIT License
vergecurrency/verge
Sending out the EPHEM key as data
714,092
08.04.2019 21:19:07
-7,200
71501b6d8d4b4de35794df51e2a29f57507125eb
Adjusted minimum/required fee calculation to 10 CENT / kb
[ { "change_type": "MODIFY", "old_path": "src/wallet/fees.cpp", "new_path": "src/wallet/fees.cpp", "diff": "#include <validation.h>\n#include <wallet/coincontrol.h>\n#include <wallet/wallet.h>\n+#include <math.h>\nCAmount GetRequiredFee(const CWallet& wallet, unsigned int nTxBytes)\n{\n- // return Get...
C++
MIT License
vergecurrency/verge
Adjusted minimum/required fee calculation to 10 CENT / kb
714,092
12.04.2019 19:47:26
-7,200
b44eb1be5343ed9768d6a9f68930ef38ad3f70d3
Prepare gitian builds
[ { "change_type": "ADD", "old_path": null, "new_path": "contrib/gitian-build.py", "diff": "+#!/usr/bin/env python3\n+\n+import argparse\n+import os\n+import subprocess\n+import sys\n+\n+def setup():\n+ global args, workdir\n+ programs = ['ruby', 'git', 'apt-cacher-ng', 'make', 'wget']\n+ if args.kvm:...
C++
MIT License
vergecurrency/verge
Prepare gitian builds
714,092
13.04.2019 23:39:30
-7,200
2a63afbf08f1998958fc76724d45a1947bb76aa6
Updating depending packages
[ { "change_type": "MODIFY", "old_path": "depends/packages/libcap.mk", "new_path": "depends/packages/libcap.mk", "diff": "@@ -9,9 +9,11 @@ define $(package)_set_vars\nendef\ndefine $(package)_build_cmds\n- $(MAKE)\n-endef\n-\n-define $(package)_stage_cmds\n- $(MAKE) DESTDIR=$($(package)_staging_dir) i...
C++
MIT License
vergecurrency/verge
Updating depending packages
714,092
14.04.2019 12:47:14
-7,200
11eee36f59482548713ac3c3c1b0dc5cae8ad881
Include new pow helper dists
[ { "change_type": "MODIFY", "old_path": "src/Makefile.am", "new_path": "src/Makefile.am", "diff": "@@ -637,6 +637,12 @@ CTAES_DIST += crypto/ctaes/ctaes.h\nCTAES_DIST += crypto/ctaes/README.md\nCTAES_DIST += crypto/ctaes/test.c\n+CRYPTO_HELPER_DIST = crypto/pow/aes_helper.c\n+CRYPTO_HELPER_DIST += cr...
C++
MIT License
vergecurrency/verge
Include new pow helper dists
714,092
14.04.2019 12:47:34
-7,200
5e32ebd83c3d5d5eeecfdf1d23b5861def980261
Include our fonts by default (dist)
[ { "change_type": "MODIFY", "old_path": "src/Makefile.qt.include", "new_path": "src/Makefile.qt.include", "diff": "@@ -296,6 +296,26 @@ RES_ICONS = \\\nqt/res/icons/warning.png \\\nqt/res/icons/verify.png\n+RES_FONTS = \\\n+ qt/res/fonts/Montserrat-BlackItalic.ttf \\\n+ qt/res/fonts/Montserrat-LightI...
C++
MIT License
vergecurrency/verge
Include our fonts by default (dist)
714,092
15.04.2019 20:12:59
-7,200
86b7120429cdc5861bb3a944ce4592fa8a60b064
Enable libseccomp only for non windows systems
[ { "change_type": "MODIFY", "old_path": "depends/packages/libseccomp.mk", "new_path": "depends/packages/libseccomp.mk", "diff": "@@ -4,6 +4,8 @@ $(package)_download_path=https://github.com/seccomp/libseccomp/releases/download\n$(package)_file_name=$(package)-$($(package)_version).tar.gz\n$(package)_s...
C++
MIT License
vergecurrency/verge
Enable libseccomp only for non windows systems
714,092
16.04.2019 18:35:53
-7,200
88f3f45528c544d50d669955455d59ec719874fd
Disable Libseccomp for darwin
[ { "change_type": "MODIFY", "old_path": "depends/packages/libseccomp.mk", "new_path": "depends/packages/libseccomp.mk", "diff": "@@ -5,6 +5,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.gz\n$(package)_sha256_hash=7fc28f4294cc72e61c529bedf97e705c3acf9c479a8f1a3028d4cd2ca9f3b155\nifneq...
C++
MIT License
vergecurrency/verge
Disable Libseccomp for darwin
714,092
16.04.2019 18:36:13
-7,200
088ad0dc2253e63ed317095daca4d285257e7f23
Fix gitian build descriptors for all systems
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-linux.yml", "new_path": "contrib/gitian-descriptors/gitian-linux.yml", "diff": "@@ -27,6 +27,8 @@ packages:\n- \"bsdmainutils\"\n- \"ca-certificates\"\n- \"python\"\n+- \"libattr1-dev\"\n+\nremotes:\n- \"url\": \"https://githu...
C++
MIT License
vergecurrency/verge
Fix gitian build descriptors for all systems
714,092
17.04.2019 11:48:26
-7,200
42814efc77c610860088629d96a84def58ef6f78
Upgrade QT to the latest patch
[ { "change_type": "MODIFY", "old_path": "depends/packages/qt.mk", "new_path": "depends/packages/qt.mk", "diff": "PACKAGE=qt\n-$(package)_version=5.9.7\n+$(package)_version=5.9.8\n$(package)_download_path=https://download.qt.io/official_releases/qt/5.9/$($(package)_version)/submodules\n$(package)_suff...
C++
MIT License
vergecurrency/verge
Upgrade QT to the latest patch
714,092
17.04.2019 16:32:00
-7,200
42f6a7033483a8cabdddd48a9a768bba221c6ee8
Update QT hashes for newer version
[ { "change_type": "MODIFY", "old_path": "depends/packages/qt.mk", "new_path": "depends/packages/qt.mk", "diff": "@@ -11,10 +11,10 @@ $(package)_qt_libs=corelib network widgets gui plugins testlib\n$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_configure_mac.patch fix_no_printer.patch fi...
C++
MIT License
vergecurrency/verge
Update QT hashes for newer version
714,092
19.04.2019 09:35:02
-7,200
16d2d3eda088eb49aef42d53e91f5c9b9a3c41a4
Add windows compatiability
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-win.yml", "new_path": "contrib/gitian-descriptors/gitian-win.yml", "diff": "name: \"verge-win-5.0.0-beta1\"\nenable_cache: true\nsuites:\n-- \"trusty\"\n+- \"bionic\"\narchitectures:\n- \"amd64\"\npackages:\n@@ -17,6 +17,7 @@ ...
C++
MIT License
vergecurrency/verge
Add windows compatiability
714,092
19.04.2019 21:56:08
-7,200
a999a61286398b9fce4520e8c2d8b3aa4db787db
More fixes for the windows build
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-win.yml", "new_path": "contrib/gitian-descriptors/gitian-win.yml", "diff": "@@ -8,7 +8,7 @@ architectures:\npackages:\n- \"curl\"\n- \"g++\"\n-- \"git-core\"\n+- \"git\"\n- \"pkg-config\"\n- \"autoconf\"\n- \"libtool\"\n@@ -21...
C++
MIT License
vergecurrency/verge
More fixes for the windows build
714,092
21.04.2019 21:07:55
-7,200
f4cee811c89bc352c7f76c3a1fe4331fcdbd9956
Base Circle CI build
[ { "change_type": "ADD", "old_path": null, "new_path": ".circleci/config.yml", "diff": "+version: 2\n+jobs:\n+ build:\n+ machine:\n+ enabled: true\n+ steps:\n+ - checkout:\n+ path: ~/project/verge\n+ - run:\n+ name: Prepare VM\n+ command: sudo apt-get update && sudo apt-get install -y apt-transport-h...
C++
MIT License
vergecurrency/verge
Base Circle CI build
714,092
21.04.2019 22:00:42
-7,200
52672732287d901d68d1eaf57847df45221649ad
fix fix and circle CI
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -30,9 +30,6 @@ jobs:\n- run:\nname: Prepare VM Builder\ncommand: git clone https://github.com/newroco/vmbuilder.git && cd vmbuilder && sudo chmod u+x setup.py && sudo ./setup.py install\n- ...
C++
MIT License
vergecurrency/verge
fix fix and circle CI
714,092
22.04.2019 10:43:42
-7,200
cd2a1041335385bf9e42c42dc7219928c2f551d4
Update gitian-builder
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-build.py", "new_path": "contrib/gitian-build.py", "diff": "@@ -32,7 +32,7 @@ def setup():\nif not os.path.isdir('bitcoin-detached-sigs'):\nsubprocess.check_call(['git', 'clone', 'https://github.com/bitcoin-core/bitcoin-detached-sigs.git'])\nif n...
C++
MIT License
vergecurrency/verge
Update gitian-builder
714,092
22.04.2019 10:47:52
-7,200
2aa486d0867178bc6d684b419dc1e421cce7c4d3
Reactivate filters for master again
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -90,18 +90,18 @@ workflows:\n- windows:\nrequires:\n- build\n- # filters:\n- # branches:\n- # only: master\n+ filters:\n+ branches:\n+ only: master\n- macos:\nrequires:\n- build\n- # filter...
C++
MIT License
vergecurrency/verge
Reactivate filters for master again
714,092
22.04.2019 10:57:41
-7,200
6f9e34c49031644dd3e06afb6ee8eb264d0c21ef
Upgrade gitian to bionic
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-linux.yml", "new_path": "contrib/gitian-descriptors/gitian-linux.yml", "diff": "---\nname: \"verge-linux-5.0.0-beta1\"\nenable_cache: true\n+distro: \"ubuntu\"\nsuites:\n- \"bionic\"\narchitectures:\n@@ -8,17 +9,21 @@ architec...
C++
MIT License
vergecurrency/verge
Upgrade gitian to bionic
714,092
22.04.2019 10:59:29
-7,200
c90f984d0502015716e3d300b0c93b4fb3f30135
Move OSX SDK into the right container
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -61,6 +61,9 @@ jobs:\n<<: *set_python_version\n- run:\n<<: *run_base_setup\n+ - run:\n+ name: Add OSX SDK\n+ command: mkdir -p gitian-builder && cd ./gitian-builder && mkdir -p inputs && cd...
C++
MIT License
vergecurrency/verge
Move OSX SDK into the right container
714,092
22.04.2019 17:22:54
-7,200
804b1241f4c9f8010288a89347c015c2c869e55e
Remove 32bit linux variant
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-linux.yml", "new_path": "contrib/gitian-descriptors/gitian-linux.yml", "diff": "@@ -41,7 +41,7 @@ files: []\nscript: |\nWRAP_DIR=$HOME/wrapped\n- HOSTS=\"i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu...
C++
MIT License
vergecurrency/verge
Remove 32bit linux variant
714,092
22.04.2019 19:59:37
-7,200
a71b540b9716d44bae31f4948d28dd5d033455c1
Drop Other linux distros
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-linux.yml", "new_path": "contrib/gitian-descriptors/gitian-linux.yml", "diff": "@@ -41,7 +41,7 @@ files: []\nscript: |\nWRAP_DIR=$HOME/wrapped\n- HOSTS=\"x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu\"\n+ HOSTS=\"x86_...
C++
MIT License
vergecurrency/verge
Drop Other linux distros
714,092
22.04.2019 20:00:13
-7,200
9bb183b01902484120f7c38e529890d83d566d35
Remove win32 build references
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-win.yml", "new_path": "contrib/gitian-descriptors/gitian-win.yml", "diff": "@@ -185,6 +185,6 @@ script: |\ncp $OUTDIR/verge-*setup-unsigned.exe unsigned/\nfind . | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 -...
C++
MIT License
vergecurrency/verge
Remove win32 build references
714,092
23.04.2019 19:17:17
-7,200
bfe1fe76d1fd73146f9885911670908cb1c8e32e
Add boost_system to the linker
[ { "change_type": "MODIFY", "old_path": "contrib/gitian-descriptors/gitian-osx.yml", "new_path": "contrib/gitian-descriptors/gitian-osx.yml", "diff": "@@ -42,6 +42,7 @@ script: |\nWRAP_DIR=$HOME/wrapped\nHOSTS=\"x86_64-apple-darwin11\"\nCONFIGFLAGS=\"--enable-reduce-exports --disable-bench --disable-...
C++
MIT License
vergecurrency/verge
Add boost_system to the linker
714,092
23.04.2019 19:27:20
-7,200
04e7d4cd93881cfd6ea1c1898ce80fa2e758b57c
Add tag filter for the release workflow
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -86,22 +86,25 @@ workflows:\nversion: 2\nbuild_all:\njobs:\n- - build\n+ - build:\n+ filters:\n+ tags:\n+ only: /v[0-9]+\\.[0-9]\\.[0-9]-rc[1-9]/\n- windows:\nrequires:\n- build\nfilters:\n...
C++
MIT License
vergecurrency/verge
Add tag filter for the release workflow
714,092
23.04.2019 20:07:20
-7,200
d22315f2aec020cbebc3dddb1bfa239451c7093a
Rename requires
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -145,19 +145,19 @@ workflows:\nonly: /v[0-9]+\\.[0-9]\\.[0-9]-rc[1-9]/\n- release-windows:\nrequires:\n- - build\n+ - release-prepare-machine\nfilters:\ntags:\nonly: /v[0-9]+\\.[0-9]\\.[0-9...
C++
MIT License
vergecurrency/verge
Rename requires
714,092
23.04.2019 20:10:46
-7,200
4ed665d18cdac81624561671bde0fd0fde3ba52d
Correct file references
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -96,7 +96,7 @@ jobs:\nname: Hash dependencies\ncommand: md5sum depends/packages/* > hashes.run\n- restore_cache:\n- key: source-depends-{{ checksum hashes.run }}\n+ key: source-depends-{{ c...
C++
MIT License
vergecurrency/verge
Correct file references
714,092
23.04.2019 20:29:13
-7,200
5740bd4af143c1efadf75ee3f8de73865bb6ce62
Adjust configure prefix
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -127,7 +127,7 @@ jobs:\ncommand: ./autogen.sh\n- run:\nname: Configuring code\n- command: ./configure --disable-bench\n+ command: ./configure --disable-bench --disable-dependency-tracking -...
C++
MIT License
vergecurrency/verge
Adjust configure prefix