Commit Graph

62 Commits

Author SHA1 Message Date
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
66e6ec96c2 Updating version, annotating Mac fetch-params.sh for debugging 2018-07-07 00:29:03 -07:00
Asher Dawes
e7f4832f79 Asher dev (#88)
Introducing verus-cli tests, adding staging destination.
2018-07-06 15:16:22 -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
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
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
David Dawes
3688b05860 Version to 0.3.7-beta 2018-06-21 21:12:52 -07:00
Asher Dawes
fd4f28767a Switching to curl from wget on Mac fetch-params.sh
Renamed makeRelease to makeReleaseMac to make its purpose explicit.
Added makeReleaseWindows and makeReleaseLinux to put komodo binaries into their appropriate verus-cli package.
Attempting semi-automated versioning in GitLab CI
2018-06-16 23:38:54 -07:00
David Dawes
0a1a0b9d63 Get the verus and verusd attributes right. 2018-06-16 20:55:37 -07:00
David Dawes
82c4fe3f5f Remove update script. Does not work with .dmg file. 2018-06-16 18:31:45 -07:00
David Dawes
8461774ba3 Clean up extraneous files, get these each build. 2018-06-16 18:30:16 -07:00
David Dawes
2a9c762932 Update verus-cli Mac README. 2018-06-16 18:24:15 -07:00
Asher Dawes
671d23d964 Merge pull request #57 from VerusCoin/dave-dev
Get recursive dependencies
2018-06-16 17:56:13 -07:00
Asherda
5a8e9a6463 modified fetch-params.sh in kmd/mac/verus-cli to put zcash params in the appropiate directory for macs 2018-06-16 17:39:06 -07:00
David Dawes
17eb369969 Get dependencies of dependencies to the second generation. 2018-06-16 10:47:23 -07:00
David Dawes
9f2e84976e Version to 0.3.6 2018-06-16 09:31:06 -07:00
Asher Dawes
9bad926029 Delete assemble
Clean up
2018-06-12 23:22:46 -07:00
David Dawes
6a6e137317 Note new dynamic libs in README. 2018-06-10 01:01:21 -07:00
David Dawes
116b8f69bd Hack in the dependencies. 2018-06-09 23:44:41 -07:00
David Dawes
d15890615c Add version to README. 2018-06-09 15:51:55 -07:00
David Dawes
b7cbd15af4 Get version in README updated. 2018-06-09 14:41:50 -07:00
Asher Dawes
b6b3255ce7 Fixed upgrade scripts for osx and linux 2018-06-09 13:07:50 -07:00
Asher Dawes
efcdfc2775 Adding upgrade batch file for verus-cli for Windows and updating the README 2018-06-05 20:46:16 -07:00
David Dawes
e5d6a4a607 Get update utility in, add notes on it to README. 2018-06-03 22:19:35 -07:00
David Dawes
d249bcbdb3 Merge branch 'dev' into dave-dev 2018-06-03 21:11:06 -07:00
David Dawes
c7d92b5059 Add Brewfile for Mac and instructions. 2018-06-03 21:10:06 -07:00
Asher Dawes
faf6e58e38 fixed fetch-params.bat url 2018-06-03 19:26:03 -07:00
Asher Dawes
bec43cd23b Adding fetch_params.bat and dependency for verus-cli for Windows 2018-06-03 17:35:24 -07:00
Asher Dawes
88fd814555 Document command line arguement passing with = in Windows README. 2018-06-02 14:29:12 -07:00
David Dawes
e68844becf Update Mac and Windows READMEs as well. 2018-06-02 10:03:14 -07:00
David Dawes
ec4451c688 Update README, adding fetch-params.sh 2018-06-02 09:44:41 -07:00
David Dawes
7f7764543a Get +x attribute on scripts and README tweaks. 2018-06-02 00:31:16 -07:00
David Dawes
ad36023197 Revise README with startup info. 2018-06-01 23:36:34 -07:00
David Dawes
e304f17155 Update README with first time info. 2018-06-01 23:32:47 -07:00
David Dawes
54aaabc6dd Include fetch-params.sh, needed on new systems or komodod will not run. 2018-06-01 23:29:06 -07:00
David Dawes
7881b9449a Rename things to verus-cli 2018-06-01 21:28:10 -07:00
David Dawes
de99c75cb2 Merge branch 'dev' of github.com:VerusCoin/VerusCoin into dev 2018-06-01 21:19:53 -07:00
David Dawes
80927914fc Update READMEs. 2018-06-01 21:19:42 -07:00
Asher Dawes
4189580fac Rename kmd/windows/verus.bat to kmd/windows/kmd-cli/verus.bat 2018-06-01 14:46:23 -07:00
Asher Dawes
133ec8899a Moving kmd tools into kmd-cli 2018-06-01 14:45:57 -07:00
Asher Dawes
f0b1b3ad81 moving kmd tools into kmd-cli dir 2018-06-01 14:45:11 -07:00
Asher Dawes
254ec2c596 Automating kmd-cli tool packaging. 2018-06-01 12:07:07 -07:00
Asher Dawes
8d52b395e8 Fix windows README. 2018-06-01 00:06:45 -07:00
Asher Dawes
2708cbe4d2 Remove bad comment from windows. 2018-05-31 23:54:41 -07:00
David Dawes
77e4a80b02 Get Mac packaged properly. 2018-05-31 23:33:32 -07:00
David Dawes
34215c04b8 Get preamble that handles changing directory into verusd. 2018-05-31 23:28:40 -07:00
David L. Dawes
79ea3ced7a Merge branch 'dev' of github.com:VerusCoin/VerusCoin into dev 2018-05-31 23:14:10 -07:00
David L. Dawes
ce54a74718 Add preamble to verusd so it runs from different directories properly. 2018-05-31 23:14:03 -07:00