]> Git Repo - VerusCoin.git/log
VerusCoin.git
5 years agoMerge pull request #61 from VerusCoin/build
miketout [Tue, 31 Dec 2019 23:00:29 +0000 (15:00 -0800)]
Merge pull request #61 from VerusCoin/build

Fixes for strict warnings as errors

5 years agosuppress warnings for crypto conditions
Asher [Mon, 30 Dec 2019 19:51:06 +0000 (11:51 -0800)]
suppress warnings for crypto conditions

5 years agoupdate deprecation height
Asher [Mon, 30 Dec 2019 19:49:22 +0000 (11:49 -0800)]
update deprecation height

5 years agouncomment fread
Asher [Mon, 30 Dec 2019 19:48:49 +0000 (11:48 -0800)]
uncomment fread

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 30 Dec 2019 09:05:28 +0000 (01:05 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

# Conflicts:
# src/cryptoconditions/src/threshold.c

5 years agocomment unused variable
miketout [Mon, 30 Dec 2019 08:07:01 +0000 (00:07 -0800)]
comment unused variable

5 years agoDisable arm builds
Asher [Mon, 30 Dec 2019 08:05:46 +0000 (00:05 -0800)]
Disable arm builds

5 years agoFixes for strict warnings as errors
Asher [Mon, 30 Dec 2019 07:09:35 +0000 (23:09 -0800)]
Fixes for strict warnings as errors

5 years agoUpdate deprecation
Asher [Mon, 30 Dec 2019 04:03:01 +0000 (20:03 -0800)]
Update deprecation

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 30 Dec 2019 03:13:07 +0000 (19:13 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix potential buffer overflow if a PBaaS chain (not active now) had a 64 char name
miketout [Mon, 30 Dec 2019 03:12:35 +0000 (19:12 -0800)]
Fix potential buffer overflow if a PBaaS chain (not active now) had a 64 char name

5 years agoUpdate version
Asher [Mon, 30 Dec 2019 02:45:06 +0000 (18:45 -0800)]
Update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 30 Dec 2019 02:32:13 +0000 (18:32 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix accretion of coinbases in mempool
miketout [Mon, 30 Dec 2019 02:25:38 +0000 (18:25 -0800)]
Fix accretion of coinbases in mempool

5 years agoRemove accidental commit
Asher [Tue, 24 Dec 2019 21:02:31 +0000 (13:02 -0800)]
Remove accidental commit

5 years agoUpdate deprecation height
Asher [Tue, 24 Dec 2019 13:02:47 +0000 (05:02 -0800)]
Update deprecation height

5 years agoUpdate version
Asher [Tue, 24 Dec 2019 12:58:58 +0000 (04:58 -0800)]
Update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Tue, 24 Dec 2019 12:55:27 +0000 (04:55 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix staking check to not fail when it shouldn't
miketout [Tue, 24 Dec 2019 09:29:37 +0000 (01:29 -0800)]
Fix staking check to not fail when it shouldn't

5 years agoUpdate deprecation height
Asher [Sun, 22 Dec 2019 17:40:51 +0000 (09:40 -0800)]
Update deprecation height

5 years agoremove flags
Asher [Sun, 22 Dec 2019 17:39:48 +0000 (09:39 -0800)]
remove flags

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 22 Dec 2019 17:35:41 +0000 (09:35 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoLast fixes for strict warnings as errors
miketout [Sun, 22 Dec 2019 10:18:21 +0000 (02:18 -0800)]
Last fixes for strict warnings as errors

5 years agoAdd strict non-void return checking
miketout [Sun, 22 Dec 2019 09:41:40 +0000 (01:41 -0800)]
Add strict non-void return checking

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 22 Dec 2019 08:53:48 +0000 (00:53 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agobuild break for gcc8
miketout [Sun, 22 Dec 2019 08:53:16 +0000 (00:53 -0800)]
build break for gcc8

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 22 Dec 2019 08:49:59 +0000 (00:49 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoMerge branch 'dev' of https://github.com/miketout/veruscoin into dev
miketout [Sun, 22 Dec 2019 08:45:03 +0000 (00:45 -0800)]
Merge branch 'dev' of https://github.com/miketout/veruscoin into dev

5 years agoAdd dPoW improvements
miketout [Sun, 22 Dec 2019 08:44:32 +0000 (00:44 -0800)]
Add dPoW improvements

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 22 Dec 2019 08:39:12 +0000 (00:39 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoStrict compiler errors for gcc8
miketout [Sun, 22 Dec 2019 08:35:45 +0000 (00:35 -0800)]
Strict compiler errors for gcc8

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 22 Dec 2019 08:17:07 +0000 (00:17 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agogcc8 build break
miketout [Sun, 22 Dec 2019 08:09:49 +0000 (00:09 -0800)]
gcc8 build break

5 years agoDon't mark whole wallet dirty
miketout [Sun, 22 Dec 2019 08:06:02 +0000 (00:06 -0800)]
Don't mark whole wallet dirty

5 years agoWallet sync improvements
miketout [Sun, 22 Dec 2019 07:56:13 +0000 (23:56 -0800)]
Wallet sync improvements

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 22 Dec 2019 01:10:57 +0000 (17:10 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoRemove notary additions temporarily
miketout [Sun, 22 Dec 2019 01:10:02 +0000 (17:10 -0800)]
Remove notary additions temporarily

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sat, 21 Dec 2019 22:11:26 +0000 (14:11 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoMark wallet dirty to update balances on revoke and recover that are cached
miketout [Sat, 21 Dec 2019 22:10:47 +0000 (14:10 -0800)]
Mark wallet dirty to update balances on revoke and recover that are cached

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sat, 21 Dec 2019 22:06:23 +0000 (14:06 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoRefuse to disconnect notarized tip
miketout [Sat, 21 Dec 2019 18:01:51 +0000 (10:01 -0800)]
Refuse to disconnect notarized tip

5 years agoUpdate version
Asher [Sat, 21 Dec 2019 09:03:01 +0000 (01:03 -0800)]
Update version

5 years agoDo not enable crypto-condition staking until next fork
miketout [Sat, 21 Dec 2019 00:19:29 +0000 (16:19 -0800)]
Do not enable crypto-condition staking until next fork

5 years agoDon't delete transactions from wallet in range loop
miketout [Fri, 20 Dec 2019 23:40:54 +0000 (15:40 -0800)]
Don't delete transactions from wallet in range loop

5 years agoUpdate staking for IDs and streamline ID add/remove to wallet
miketout [Fri, 20 Dec 2019 14:30:06 +0000 (06:30 -0800)]
Update staking for IDs and streamline ID add/remove to wallet

5 years agoMerge pull request #60 from VerusCoin/dev
miketout [Thu, 19 Dec 2019 22:49:43 +0000 (14:49 -0800)]
Merge pull request #60 from VerusCoin/dev

DeckerSU gcc8 fixes

5 years agoMerge pull request #261 from DeckerSU/patch-vrsc-gcc8
miketout [Thu, 19 Dec 2019 22:38:06 +0000 (14:38 -0800)]
Merge pull request #261 from DeckerSU/patch-vrsc-gcc8

Patch #2 vrsc gcc8

5 years agomultiple fix of return-type for stubs and real methods in pbaas
DeckerSU [Thu, 19 Dec 2019 22:12:30 +0000 (01:12 +0300)]
multiple fix of return-type for stubs and real methods in pbaas

5 years agocrosschainproof return-type fix
DeckerSU [Thu, 19 Dec 2019 22:02:25 +0000 (01:02 +0300)]
crosschainproof return-type fix

5 years agocomment unused GatewaysAddQueue
DeckerSU [Thu, 19 Dec 2019 21:58:39 +0000 (00:58 +0300)]
comment unused GatewaysAddQueue

if it will be used later it should return non-void value or
have void return-type.

5 years agokomodo_segids return-type fix
DeckerSU [Thu, 19 Dec 2019 21:49:57 +0000 (00:49 +0300)]
komodo_segids return-type fix

5 years agoCCheatList::Add return-type fix
DeckerSU [Thu, 19 Dec 2019 21:47:10 +0000 (00:47 +0300)]
CCheatList::Add return-type fix

5 years agoEnsure staking on IDs, return hash on getidentity and throw error if identity not...
miketout [Wed, 18 Dec 2019 19:13:46 +0000 (11:13 -0800)]
Ensure staking on IDs, return hash on getidentity and throw error if identity not found

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Wed, 18 Dec 2019 02:02:22 +0000 (18:02 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix check for valid name commitment
miketout [Wed, 18 Dec 2019 01:31:50 +0000 (17:31 -0800)]
Fix check for valid name commitment

5 years agoMore logging info
miketout [Wed, 18 Dec 2019 00:41:30 +0000 (16:41 -0800)]
More logging info

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Tue, 17 Dec 2019 23:55:22 +0000 (15:55 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoBuild again
miketout [Tue, 17 Dec 2019 23:54:31 +0000 (15:54 -0800)]
Build again

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Tue, 17 Dec 2019 23:47:14 +0000 (15:47 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoBuild fix
miketout [Tue, 17 Dec 2019 23:45:08 +0000 (15:45 -0800)]
Build fix

5 years agoUpdate version and deprecation height
Asher [Tue, 17 Dec 2019 23:21:46 +0000 (15:21 -0800)]
Update version and deprecation height

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Tue, 17 Dec 2019 23:18:23 +0000 (15:18 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoLookup identity input with gettransaction vs. coinsview cache, to succeed even when...
miketout [Tue, 17 Dec 2019 23:15:50 +0000 (15:15 -0800)]
Lookup identity input with gettransaction vs. coinsview cache, to succeed even when spent in precheck

5 years agoUpdate version and deprecation height
Asher [Tue, 17 Dec 2019 18:39:16 +0000 (10:39 -0800)]
Update version and deprecation height

5 years agoMerge main fixes
miketout [Tue, 17 Dec 2019 11:12:54 +0000 (03:12 -0800)]
Merge main fixes

Merge branch 'dev' of https://github.com/miketout/veruscoin into dev

5 years agoFix bug rejecting identity on orphan block
miketout [Tue, 17 Dec 2019 09:48:44 +0000 (01:48 -0800)]
Fix bug rejecting identity on orphan block

5 years agoMerge pull request #59 from VerusCoin/dev
miketout [Tue, 17 Dec 2019 08:51:33 +0000 (00:51 -0800)]
Merge pull request #59 from VerusCoin/dev

Sync trees

5 years agoAdditional changes to further reduce banning behavior
miketout [Tue, 17 Dec 2019 08:37:16 +0000 (00:37 -0800)]
Additional changes to further reduce banning behavior

5 years agoMerge remote-tracking branch 'origin/dev' into dev
Asher [Mon, 16 Dec 2019 22:31:29 +0000 (14:31 -0800)]
Merge remote-tracking branch 'origin/dev' into dev

5 years agobump boost
Asher [Mon, 16 Dec 2019 22:31:11 +0000 (14:31 -0800)]
bump boost

5 years agoMerge pull request #255 from DeckerSU/patch-vrsc-gcc8
miketout [Mon, 16 Dec 2019 22:24:47 +0000 (14:24 -0800)]
Merge pull request #255 from DeckerSU/patch-vrsc-gcc8

fix segfaults after build with gcc-8

5 years agofix segfaults after build with gcc-8
DeckerSU [Mon, 16 Dec 2019 20:14:55 +0000 (23:14 +0300)]
fix segfaults after build with gcc-8

fix segfaults of ./verusd and ./verus with gcc-8 build.
build with fix tested on Debian 10 and Ubuntu 19 which
have gcc-8 by default.

5 years agoUpdate deprecation height and version
Asher [Mon, 16 Dec 2019 01:40:12 +0000 (17:40 -0800)]
Update deprecation height and version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 16 Dec 2019 01:37:15 +0000 (17:37 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoDo not ban immediately on identity conflicts
miketout [Mon, 16 Dec 2019 01:30:54 +0000 (17:30 -0800)]
Do not ban immediately on identity conflicts

5 years agoAdd cansign and canspend to getidentity
miketout [Sun, 15 Dec 2019 09:28:14 +0000 (01:28 -0800)]
Add cansign and canspend to getidentity

5 years agoMisc fixes and small cleanup
miketout [Sun, 15 Dec 2019 01:59:31 +0000 (17:59 -0800)]
Misc fixes and small cleanup

5 years agoRetain const on cast that was causing compiler issue in ccminer
miketout [Sat, 14 Dec 2019 22:19:14 +0000 (14:19 -0800)]
Retain const on cast that was causing compiler issue in ccminer

5 years agodisplay filters
miketout [Sat, 14 Dec 2019 21:43:33 +0000 (13:43 -0800)]
display filters

5 years agoUpdate deprecation height and version
Asher [Sat, 14 Dec 2019 05:35:56 +0000 (21:35 -0800)]
Update deprecation height and version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sat, 14 Dec 2019 05:03:04 +0000 (21:03 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoThird time's a charm :)
miketout [Sat, 14 Dec 2019 03:40:07 +0000 (19:40 -0800)]
Third time's a charm :)

5 years agomore coinbase height check fix
miketout [Sat, 14 Dec 2019 03:06:32 +0000 (19:06 -0800)]
more coinbase height check fix

5 years agoBuild fix
miketout [Sat, 14 Dec 2019 02:18:01 +0000 (18:18 -0800)]
Build fix

5 years agoMerge branch 'dev' of https://github.com/miketout/veruscoin into dev
miketout [Sat, 14 Dec 2019 02:07:05 +0000 (18:07 -0800)]
Merge branch 'dev' of https://github.com/miketout/veruscoin into dev

5 years agoFix coinbase height check to support optimized small numbers
miketout [Sat, 14 Dec 2019 02:06:42 +0000 (18:06 -0800)]
Fix coinbase height check to support optimized small numbers

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Fri, 13 Dec 2019 05:23:03 +0000 (21:23 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoRemove debug printf
miketout [Fri, 13 Dec 2019 05:22:34 +0000 (21:22 -0800)]
Remove debug printf

5 years agoMake it possible to explicitly specify the VRSC or VRSCTEST chains as parent with...
miketout [Fri, 13 Dec 2019 04:48:45 +0000 (20:48 -0800)]
Make it possible to explicitly specify the VRSC or VRSCTEST chains as parent with bob.vrsc@

5 years agoAdd solution to getblocktemplate
miketout [Thu, 12 Dec 2019 21:53:00 +0000 (13:53 -0800)]
Add solution to getblocktemplate

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Thu, 12 Dec 2019 02:26:48 +0000 (18:26 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix mac issue with not returning identities sometimes when present
miketout [Thu, 12 Dec 2019 02:21:25 +0000 (18:21 -0800)]
Fix mac issue with not returning identities sometimes when present

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 8 Dec 2019 07:11:44 +0000 (23:11 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFull fix for incorrect solution
miketout [Sun, 8 Dec 2019 06:47:51 +0000 (22:47 -0800)]
Full fix for incorrect solution

5 years agoUpdate deprecation height and version
Asher [Sun, 8 Dec 2019 06:37:38 +0000 (22:37 -0800)]
Update deprecation height and version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 8 Dec 2019 06:34:44 +0000 (22:34 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix skipping of solution check for hash update
miketout [Sun, 8 Dec 2019 06:29:53 +0000 (22:29 -0800)]
Fix skipping of solution check for hash update

5 years agoUpdate version
Asher [Fri, 6 Dec 2019 21:07:22 +0000 (13:07 -0800)]
Update version

5 years agoUpdate deprecation height
Asher [Fri, 6 Dec 2019 21:06:16 +0000 (13:06 -0800)]
Update deprecation height

5 years agoBump version
Asher [Fri, 6 Dec 2019 06:55:56 +0000 (22:55 -0800)]
Bump version

This page took 0.059742 seconds and 4 git commands to generate.