Commit Graph

17319 Commits

Author SHA1 Message Date
Asher Dawes
f30bfa12b1 remove unnecessary line 2018-08-11 20:47:04 -07:00
Asher Dawes
f138ca4426 remove unnecessary line 2018-08-11 20:37:25 -07:00
Asher Dawes
24a2ee4e4a correcting url 2018-08-11 20:22:49 -07:00
Asher Dawes
a406431e59 adding missing argument to gsutil copy 2018-08-11 20:08:14 -07:00
Asher Dawes
3f6fb70aaf adding missing argument to gsutil copy 2018-08-11 19:57:09 -07:00
Asher Dawes
7a7c18bd20 fetching pre-packaged Agama 2018-08-11 19:40:53 -07:00
Asher Dawes
5b87db9134 fetching git submodules 2018-08-11 18:20:56 -07:00
Asher Dawes
8a2d9295b4 fetching git submodules 2018-08-11 18:03:48 -07:00
Asher Dawes
b52c5cbf73 correction dir name 2018-08-11 17:36:03 -07:00
Asher Dawes
6c2ea8a2b0 Disabling tests for faster cycles 2018-08-11 17:19:02 -07:00
Asher Dawes
b9709b02c9 gitlab yml fix 2018-08-11 17:18:16 -07:00
Asher Dawes
29a2946c7e gitlab yml fix 2018-08-11 16:52:18 -07:00
Asher Dawes
780fbaebfc gitlab yml fix 2018-08-11 16:49:26 -07:00
Asher Dawes
586f0bd4f1 Adding installer prototype to build pipeline 2018-08-11 16:47:36 -07:00
Asher Dawes
5f48c77923 Updating branch (#108)
* Fix

* -print

* Filter null outputs

* Rewards cc

* Fix

* Linker

* Fix

* Fix

* KOMODO_LONGESTCHAIN

* Mining_height

* Fix dropped assetoshis

* Error null CCvin

* Test

* Test

* Test

* Fix sell

* Fix order book prints

* )

* Test

* Test

* Fix order display

* Fix oops

* Fix duplicate vin

* Remove dust check

* Fix silly bug

* Test

* Test

* Fix

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Fix compiler error: call of overloaded 'Pair(const char [9], time_t)' is ambiguous

* Fix compiler error: call of overloaded 'Pair(const char [9], time_t)' is ambiguous

* Correctly parse optional top parameter to getsnapshot

* Fix token orders crash

* Add SEC to assetchains.json

* Split amounts/validation: bid, ask, swap

* Fixes

* Test

* Test

* Test

* Test

* +print

* Test

* Test

* Test

* Test

* Test

* Test

* SMALLVAL

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Properly handle multiple vins funding fills

* Test

* Test

* Test

* Test

* Fix ask fill dest

* Test

* Rewards functions

* Fix

* Test

* Params to rewardscalc

* Create funding, addfunding, lock

* Test

* +print

* tokenswapask

* Test

* Test

* Swap functions

* ac_cc under 1000 is not fungible

* Allow to cancel invalid orders

* Prevent negative numbers in assets tx

* Uint64 -> int64

* Fix oops

* Prevent bid for nonexistent assetid

* Error check bidding for assetid that is txid but not asset creation

* Fix

* Fix

* Add pause if scriptcheckqueue isn't idle

* Fix

* -> -> .

* Fix

* Test

* VOBJ

* Tokeninfo rpc

* Asset list

* Test

*             strcpy(cp->normaladdr,AssetsNormaladdr);

* Fix

* Rewardslist rewardsinfo

* Fix

* Fix

* Fix

* Vent

* fix

* Int64

* Int64

* Fix createfunding

* Fix false positive error

*     sbits = stringbits(planstr);

* Fix maxmoney

* Fix funding name

* Test

* Print

* CCutoxvalue

* Fix rewardslock utxo selection

* New PoW diff calc

* tst

* Test

* Oldflag for PoW calc

* Test

* Test

* tst

* Test

* Test

* Filter locked utxo

* Test

* Fix PoW recalc

* Test min seconds

* int64_t CCduration(uint256 txid)

* Test

* Test

* Test one day

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Prevent inputs of CC inputs

* Test

* tst

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* New rewards address

* Fix mask

* Test

* Test

* Test

* Test

* Test

* Test

* Teest

* Stricter vin/vout checks for assets

* Token swap ready for testing

* Fix rewards unlock

* Fix

* Test

* Validate rewards

* Test

* Trim funding input

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Test

* Activate CCduration constraint

* Parameterize KOMODO_FIRSTFUNGIBLEID to 100

* +print

* Test

* Test

* Test

* Test

* Fix c script

* Test

* Initial dice morph from rewards.cpp

* Fix

* Test

* Fix

* Test

* Diceaddfunds

* Fix

* Dice list and dice info

* dicefund

* Dice bet

* Test

* Test

* Put process block's check block call inside lock, revert mining testblockvalidity outside lock

* Don't exit fiat-cli on error

* Docs for coinsupply RPC and improved error-checking on block height

* Version to 0.3.12-beta.

* Change version to 0.3.12 for gilab CI.

* Put undefines for _cpuid back.

* Network decentralizatoin and bug fixes

* Remove unnecessary staking delay

* Staking and mining timeing improvements

* Put staking readout once per staking loop so people know it's staking

* Fail on get_chainactive before lock if checks fail

* Fix check for stake transaction after Komodo merge

* Portable dev (#105)

* Force portable code

* Switch to old MMX instructions, avoiding SSE & SSE2 instructions.

* Less agressive, leave verus code (which checks for it) using advanced instructions.

* Compiling only for windows

* Update .gitlab-ci.yml

* Try -march=native for C++ code generation.

* Tweaking machine architecture settings.

* Try native alone.

* Also get LIBCRYPTOCONDITIONS to -march=native

* Switch other lib to native as well.

* Try switching back further for CPU architecture.

* Even lower end settings.

* Turn on symbols.

* Use sse2,3 and 4 capable x64.

* Once again let verus lib use advances instructioins since it checjs via CPUID at run time.

* Modify a few more makefile entries.

* Switch to AMD model similar to our test system.

* Get snark makefile to k8 too.

* Yet another -march to modify to k8, or two of them.

* Brute force k8 settings, comment non-portable code out.

* Put the condition on cpuid back.

* Put non-portable advenced instruction code back

* Enable instructions.

* Add lib for separate settings.

* Update .gitlab-ci.yml

* Update .gitlab-ci.yml

* Update .gitlab-ci.yml

* Update .gitlab-ci.yml

* replacing k8-sse3 specific flags to x86-84

* updating versions

* updating versions

* Get verus-cli verusd updated (#106)

* Force portable code

* Switch to old MMX instructions, avoiding SSE & SSE2 instructions.

* Less agressive, leave verus code (which checks for it) using advanced instructions.

* Compiling only for windows

* Update .gitlab-ci.yml

* Try -march=native for C++ code generation.

* Tweaking machine architecture settings.

* Try native alone.

* Also get LIBCRYPTOCONDITIONS to -march=native

* Switch other lib to native as well.

* Try switching back further for CPU architecture.

* Even lower end settings.

* Turn on symbols.

* Use sse2,3 and 4 capable x64.

* Once again let verus lib use advances instructioins since it checjs via CPUID at run time.

* Modify a few more makefile entries.

* Switch to AMD model similar to our test system.

* Get snark makefile to k8 too.

* Yet another -march to modify to k8, or two of them.

* Brute force k8 settings, comment non-portable code out.

* Put the condition on cpuid back.

* Put non-portable advenced instruction code back

* Enable instructions.

* Add lib for separate settings.

* Update .gitlab-ci.yml

* Update .gitlab-ci.yml

* Update .gitlab-ci.yml

* Update .gitlab-ci.yml

* replacing k8-sse3 specific flags to x86-84

* updating versions

* Propagate verusd changes.
2018-08-11 13:43:52 -07:00
Asher Dawes
b1a8ac9db0 Correcting syntax errors on debug
saving progress on verus-cli windows InstallBuilder configuration xml
2018-07-07 23:04:07 -07:00
Asher Dawes
2d98bcf949 debugging 2018-07-07 21:44:59 -07:00
Asher Dawes
d65488bf98 troubleshooting komodod on legacy hardware running Windows 2018-07-07 21:23:53 -07:00
Asher Dawes
40547f3e6f Debugging Windows komodod crash on legacy hardware that does not support AES or AVX instructions.
Removing deploy steps in Travis-CI to use as a sanity check on Github
2018-07-07 20:29:12 -07:00
Asher Dawes
2194e2af5e updating from master (#91)
* Asher dev (#89)

* Adding Brewfile for fetching MacOS build dependencies with the brew bundle command.

* Updating version, annotating Mac fetch-params.sh for debugging

* Modify version to 0.3.10. (#90)
2018-07-07 16:57:16 -07:00
Asher Dawes
66e6ec96c2 Updating version, annotating Mac fetch-params.sh for debugging 2018-07-07 00:29:03 -07:00
Asher Dawes
2d8d053706 Adding Brewfile for MacOS build dependencies 2018-07-06 17:47:57 -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