Commit Graph

17317 Commits

Author SHA1 Message Date
Asher Dawes
5ddb85b297 Change version to 0.3.12 for gilab CI. 2018-08-04 16:48:11 -07:00
Asher Dawes
f76a2ec064 Merge branch 'master' into dave-dev 2018-08-04 16:42:55 -07:00
Asher Dawes
d6e6917177 Version to 0.3.12-beta. 2018-08-04 16:42:23 -07:00
Asher Dawes
bcedc9103d Merge pull request #98 from VerusCoin/dev
Dev
2018-07-22 20:03:05 -07:00
Asher Dawes
88e39c8537 Update .gitlab-ci.yml 2018-07-22 20:02:09 -07:00
Asher Dawes
ca97846a43 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	kmd/windows/verus-cli/README.txt
2018-07-21 19:53:21 -07:00
Asher Dawes
573ad4183f updating versions 2018-07-21 19:52:12 -07:00
miketout
bb26804394 Merge pull request #95 from VerusCoin/master
Syncing CI configurations
2018-07-20 23:37:00 -07:00
Michael Toutonghi
d7e6718dc8 More nonce and new PoS reporting improvements 2018-07-20 22:59:33 -07:00
Michael Toutonghi
3f8720fabe Fix new nonce issue 2018-07-20 20:57:28 -07:00
Michael Toutonghi
17d0160a17 Cleanup nonce changes 2018-07-20 19:57:46 -07:00
Michael Toutonghi
503bd93fa8 Differentiate raw POSHash from full one adjusted by vout value 2018-07-19 01:02:54 -07:00
Michael Toutonghi
c5325a3256 PoS improvements 2018-07-18 17:42:15 -07:00
David Dawes
0febe8813b Merge branch 'dave-dev' of https://github.com/VerusCoin/VerusCoin into dave-dev 2018-07-16 23:02:26 -07:00
David Dawes
303c530392 Remove undef __cpuid 2018-07-16 23:02:22 -07:00
Michael Toutonghi
37ad688668 Protect from null ptr on chain tip 2018-07-14 21:45:38 -07:00
Asher Dawes
91b7bdae11 updating versions (#92) 2018-07-13 23:46:32 -07:00
David Dawes
3dbb2b06b5 Modify version to 0.3.10. (#90) 2018-07-07 16:56:21 -07:00
David Dawes
e143cf038c Modify version to 0.3.10. 2018-07-07 01:32:19 -07:00
Asher Dawes
2ab4c25cb0 Asher dev (#89)
* Adding Brewfile for fetching MacOS build dependencies with the brew bundle command.

* Updating version, annotating Mac fetch-params.sh for debugging
2018-07-07 00:32:41 -07:00
Asher Dawes
e7f4832f79 Asher dev (#88)
Introducing verus-cli tests, adding staging destination.
2018-07-06 15:16:22 -07:00
miketout
8c78e3f7a6 Merge pull request #87 from VerusCoin/dev
use portable load_constants
2018-07-06 14:20:55 -07:00
Michael Toutonghi
7756dac0c7 Merge branch 'dev' of https://github.com/veruscoin/veruscoin into dev 2018-07-06 14:17:12 -07:00
Michael Toutonghi
9ec211d18b use portable load_constants 2018-07-06 14:16:25 -07:00
Asher Dawes
6116053b72 Asher dev (#84)
* Updating GitLab CI config/ versions
2018-06-27 20:04:15 -07:00
Asher Dawes
fdeaa0a848 Asher dev (#82)
* Updating GitLab CI, clean up.

* Updating GitLab CI config

* Updating versions, fixing verus scripts
2018-06-27 17:45:13 -07:00
Asher Dawes
e96d89daa3 Asher dev (#81)
* Updating GitLab CI, clean up.

* Updating GitLab CI config
2018-06-27 13:29:35 -07:00
Asher Dawes
7e7ea6e7b3 Merge pull request #79 from VerusCoin/dev
Fix synchronization bottleneck for high core machines
2018-06-27 13:18:24 -07:00
Michael Toutonghi
6976734769 Fix synchronization bottleneck for high core machines 2018-06-27 12:49:32 -07:00
miketout
1ecd8b12df Merge pull request #78 from VerusCoin/dev
Radical hash rate optimization
2018-06-26 08:07:37 -07:00
Michael Toutonghi
4dcb64c081 Radical hash rate optimization 2018-06-26 07:39:50 -07:00
miketout
c0fc3108de Merge pull request #75 from verus-stuff/fix_progress
Fix progress estimate by fixing checkpoint data
2018-06-25 23:13:34 -07:00
Jonathan "Duke" Leto
6a7ef35d8c Fix progress estimate by fixing checkpoint data
The number of transactions since the last checkpoint block was set to
over 100K, but there were no checkpoint blocks other than genesis,
and the timestamp of last checkpoint block was incorrect as well. These
led to the progress indicator always being very close to zero.

This adds checkpoint blocks rougly every 10K blocks and corrects the
other metadata.
2018-06-25 00:24:45 -07:00
David Dawes
5284ac6e2f Version to 0.3.8-beta in READMEs plus cleanup (#74)
* Build verus-cli, get dependencies nailed down.

* Fiddling about with scripts.

* Clean READMEs up a bit.

* Update READMEs for 03.8-beta and fix some notes.
2018-06-24 15:00:13 -07:00
Asher Dawes
2503333c6f Merge pull request #73 from VerusCoin/dev
Fix importaddress with rescan error that prevented picking up UTXOs
2018-06-24 13:58:45 -07:00
Asher Dawes
5f889cf83b fixing output muting of subroutine definition 2018-06-24 13:41:22 -07:00
David Dawes
058156b84b Build verus-cli, get dependencies nailed down. (#72)
* Build verus-cli, get dependencies nailed down.

* Fiddling about with scripts.

* Clean READMEs up a bit.
2018-06-24 13:25:27 -07:00
Michael Toutonghi
1a0fc30896 Fix importaddress with rescan error that prevented picking up UTXOs 2018-06-23 15:03:44 -07:00
Asher Dawes
6c0edb0c9e Merge pull request #70 from VerusCoin/dave-dev
Fix Mac dependencies for libs depending on libs.
2018-06-21 23:32:02 -07:00
David Dawes
c71c99237b Fix Mac dependencies for libs depending on libs. 2018-06-21 23:30:17 -07:00
David Dawes
bb7771cc5a Merge pull request #69 from VerusCoin/dave-dev
Get the 0.3.7 version change in the yml too.
2018-06-21 21:18:57 -07:00
David Dawes
96a5d61613 Get the version change in the yml too. 2018-06-21 21:18:06 -07:00
David Dawes
18efc63695 Merge pull request #68 from VerusCoin/dave-dev
Version to 0.3.7-beta
2018-06-21 21:15:07 -07:00
David Dawes
3688b05860 Version to 0.3.7-beta 2018-06-21 21:12:52 -07:00
Asher Dawes
7f86150727 Merge pull request #64 from VerusCoin/dave-dev
Version up to 0.3.7
2018-06-19 11:48:37 -07:00
Asher Dawes
e64b7687de Merge pull request #67 from VerusCoin/dev
Use portable hash for staking
2018-06-19 11:46:53 -07:00
Asher Dawes
db3d3797de Merge branch 'master' into dave-dev 2018-06-18 19:16:18 -07:00
Asher Dawes
5a2b557f51 Merge pull request #66 from verus-stuff/master
Add a link to zawy LMWA and fix a typo
2018-06-18 13:06:38 -07:00
Asher Dawes
e3cf77bb4b Merge pull request #65 from himu007/patch-11
fix typo
2018-06-18 13:02:07 -07:00
Jonathan "Duke" Leto
e123fd6fb7 Add a link to zawy LMWA and fix a typo 2018-06-18 11:42:08 -07:00