Commit Graph

321 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
jl777
093f2730c8 Fix 2018-04-18 19:22:51 +03:00
jl777
ddd8e4744f Merge branch 'beta' into dev 2018-04-17 23:58:53 +03:00
jl777
e7b497fd22 Restore fixes 2018-04-16 03:45:05 +03:00
jl777
713c2a947a Initial ccdata for notarization 2018-04-11 18:31:50 +03:00
jl777
2ff8e0e5d9 Test 2018-03-22 15:18:58 +02:00
jl777
5416af1ddc KOMODO_DEFS_H 2017-11-10 19:15:34 +02:00
jl777
890374f4b0 Test 2017-10-23 16:44:59 +03:00
jl777
9cb1ec9c6e WIN32 -> _WIN32 2017-10-15 02:04:29 +03:00
jl777
9e602ac220 Remove pax prints 2017-09-06 18:09:39 +02:00
jl777
95d884b6af Test 2017-09-01 10:46:11 +02:00
jl777
5246c7edf8 Fix paxprice 2017-08-31 18:17:26 +02:00
jl777
a8256266cc Test 2017-08-31 17:48:14 +02:00
jl777
f972c717da Test 2017-08-26 14:56:57 +02:00
jl777
bf75a6e772 Test 2017-08-26 14:43:30 +02:00
jl777
dc462b9cbb Test 2017-08-26 14:08:47 +02:00
jl777
b4810651af Test 2017-08-26 13:56:11 +02:00
jl777
520819e7f2 Test 2017-08-26 13:28:15 +02:00
jl777
298ca9e5de Test 2017-08-26 13:25:02 +02:00
jl777
a76936f95b Test 2017-08-26 12:51:32 +02:00
jl777
507b1a9511 Revert 2017-08-26 12:43:08 +02:00
jl777
7bf0b7a62a Fix btc overflow 2017-08-26 12:31:40 +02:00
jl777
768dccac67 Test 2017-08-26 11:04:47 +02:00
jl777
c2daacd692 Test 2017-08-26 10:56:13 +02:00
jl777
3764439ef3 Test 2017-08-26 10:50:40 +02:00
jl777
3f0bb97653 Test 2017-08-26 10:05:01 +02:00
jl777
a3aeae368f Test 2017-08-26 09:47:13 +02:00
jl777
ee0c53e50c Test 2017-08-24 17:46:36 +02:00
jl777
8ff56739c8 Test 2017-06-27 17:46:41 +03:00
jl777
571f648d41 Test 2017-06-27 17:25:59 +03:00
jl777
5f171bf913 Test 2017-06-27 17:10:10 +03:00
jl777
196b41a5ac Test 2017-06-27 17:08:41 +03:00
jl777
e44df8d7e2 Test 2017-06-27 17:01:59 +03:00
jl777
8429481204 Test 2017-06-27 17:01:35 +03:00
jl777
c1f88b1deb Test 2017-06-27 16:59:15 +03:00
jl777
b42e439512 Test 2017-06-27 16:51:12 +03:00
jl777
201269b62d Test 2017-06-27 16:41:50 +03:00
jl777
b5da879e2f Test 2017-06-27 16:34:14 +03:00
jl777
e2ca75ae28 Test 2017-06-27 16:27:03 +03:00
jl777
4c917febb7 Test 2017-06-27 16:13:49 +03:00
jl777
5ee6fd299b Test 2017-06-27 15:55:29 +03:00
jl777
7b9c29355c Test 2017-06-27 15:07:22 +03:00
jl777
4130f3a067 Test 2017-06-27 14:56:14 +03:00
jl777
7a9a3ddcfe Test 2017-06-27 14:48:13 +03:00
jl777
b5d53e7195 Test 2017-06-27 14:28:46 +03:00
jl777
06e6de363c Test 2017-06-27 14:12:59 +03:00
jl777
97b6b4d424 Test 2017-06-27 13:53:31 +03:00
jl777
d1373b5701 Test 2017-06-27 13:47:34 +03:00
jl777
cdc09f194c Test 2017-06-27 13:27:31 +03:00
jl777
dd39b6bf8a Test 2017-03-20 03:36:45 +02:00