]> Git Repo - VerusCoin.git/log
VerusCoin.git
5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 1 Dec 2019 21:18:47 +0000 (13:18 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoCondition on proper activation test
miketout [Sun, 1 Dec 2019 19:43:42 +0000 (11:43 -0800)]
Condition on proper activation test

5 years agobump version
Asher [Sun, 1 Dec 2019 19:41:42 +0000 (11:41 -0800)]
bump version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 1 Dec 2019 19:40:59 +0000 (11:40 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix issue creating new identities with >1 minsig
miketout [Sun, 1 Dec 2019 19:35:28 +0000 (11:35 -0800)]
Fix issue creating new identities with >1 minsig

5 years agobump version
Asher [Sun, 1 Dec 2019 08:20:40 +0000 (00:20 -0800)]
bump version

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

5 years agoSet the new activation height and time
miketout [Sun, 1 Dec 2019 08:05:38 +0000 (00:05 -0800)]
Set the new activation height and time

5 years agoFix IsValid() check
miketout [Sun, 1 Dec 2019 07:46:13 +0000 (23:46 -0800)]
Fix IsValid() check

5 years agoupdate version
Asher [Sun, 1 Dec 2019 06:31:18 +0000 (22:31 -0800)]
update version

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

5 years agoOptimized signing fix
miketout [Sun, 1 Dec 2019 06:02:28 +0000 (22:02 -0800)]
Optimized signing fix

5 years agobump version
Asher [Sun, 1 Dec 2019 02:51:44 +0000 (18:51 -0800)]
bump version

5 years agoMining requires peers
Asher [Sun, 1 Dec 2019 02:49:39 +0000 (18:49 -0800)]
Mining requires peers

5 years agoUpdate version
Asher [Sun, 1 Dec 2019 01:59:42 +0000 (17:59 -0800)]
Update version

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

5 years agoCheck preimage fulfillment
miketout [Sun, 1 Dec 2019 01:49:21 +0000 (17:49 -0800)]
Check preimage fulfillment

5 years agoMerge branch 'dev' of https://github.com/miketout/komodo into dev
miketout [Sun, 1 Dec 2019 01:47:12 +0000 (17:47 -0800)]
Merge branch 'dev' of https://github.com/miketout/komodo into dev

5 years agoOptimize smart transaction signature fulfillments
miketout [Sun, 1 Dec 2019 01:42:38 +0000 (17:42 -0800)]
Optimize smart transaction signature fulfillments

5 years agoMerge pull request #58 from Asherda/dev
miketout [Sat, 30 Nov 2019 17:29:49 +0000 (09:29 -0800)]
Merge pull request #58 from Asherda/dev

Fix of CVE-2017-18350

5 years agoCast uint8* in InterruptibleRecv to char* for recv
Jack Grigg [Mon, 11 Nov 2019 09:47:38 +0000 (09:47 +0000)]
Cast uint8* in InterruptibleRecv to char* for recv

Fixes a Windows-specific compile bug introduced in #4212.
Closes #4214.

5 years agoFix of CVE-2017-18350
Sean Bowe [Fri, 8 Nov 2019 16:16:50 +0000 (09:16 -0700)]
Fix of CVE-2017-18350

Adapted from bitcoin/bitcoin#11397 by Wladimir J. van der Laan.

Co-Authored-By: Jack Grigg <[email protected]>
Co-Authored-By: Daira Hopwood <[email protected]>
5 years agoSet primary address limit per identity at 10
miketout [Fri, 29 Nov 2019 08:34:42 +0000 (00:34 -0800)]
Set primary address limit per identity at 10

5 years agoUpdate version
Asher [Thu, 28 Nov 2019 23:41:50 +0000 (15:41 -0800)]
Update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Thu, 28 Nov 2019 23:39:29 +0000 (15:39 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoBuild fix
miketout [Thu, 28 Nov 2019 23:34:40 +0000 (15:34 -0800)]
Build fix

5 years agoBuild fix
miketout [Thu, 28 Nov 2019 23:19:58 +0000 (15:19 -0800)]
Build fix

5 years agoUpdate version
Asher [Thu, 28 Nov 2019 23:11:53 +0000 (15:11 -0800)]
Update version

5 years agoSet sysroot to host's sdk path.
Asher [Thu, 28 Nov 2019 23:11:42 +0000 (15:11 -0800)]
Set sysroot to host's sdk path.

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Thu, 28 Nov 2019 23:00:43 +0000 (15:00 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoSmart transaction improvements and multisig signing / validation fixes, activation...
miketout [Thu, 28 Nov 2019 22:51:18 +0000 (14:51 -0800)]
Smart transaction improvements and multisig signing / validation fixes, activation of larger script elements

5 years agoUpdate version
Asher [Wed, 27 Nov 2019 04:09:59 +0000 (20:09 -0800)]
Update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Wed, 27 Nov 2019 04:09:18 +0000 (20:09 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix crash on invalid CC and build issue on Windows
miketout [Wed, 27 Nov 2019 03:54:13 +0000 (19:54 -0800)]
Fix crash on invalid CC and build issue on Windows

5 years agoUpdate version
Asher [Tue, 26 Nov 2019 23:47:36 +0000 (15:47 -0800)]
Update version

5 years agoMerge remote-tracking branch 'mike/dev' into dev
Asher [Tue, 26 Nov 2019 23:24:52 +0000 (15:24 -0800)]
Merge remote-tracking branch 'mike/dev' into dev

5 years agoFinal testnet port updates and require peers
miketout [Tue, 26 Nov 2019 23:13:07 +0000 (15:13 -0800)]
Final testnet port updates and require peers

5 years agoFinalize new hash algorithm, set final activation block/date, improve CC validation
miketout [Tue, 26 Nov 2019 20:42:41 +0000 (12:42 -0800)]
Finalize new hash algorithm, set final activation block/date, improve CC validation

5 years agoNew hash algorithm and optimized tx fulfillments
miketout [Tue, 26 Nov 2019 09:24:07 +0000 (01:24 -0800)]
New hash algorithm and optimized tx fulfillments

5 years agoPrepare for new hash algorithm changes and removing coinbase shielding requirements
miketout [Sun, 24 Nov 2019 22:23:26 +0000 (14:23 -0800)]
Prepare for new hash algorithm changes and removing coinbase shielding requirements

5 years agoAdditional validation of indentity output spend conditions
miketout [Thu, 21 Nov 2019 01:17:38 +0000 (17:17 -0800)]
Additional validation of indentity output spend conditions

5 years agoupdate version
Asher [Mon, 18 Nov 2019 23:00:02 +0000 (15:00 -0800)]
update version

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

5 years agoCheck pre-existing function that may return -1 against 1, not true or false
miketout [Mon, 18 Nov 2019 21:42:17 +0000 (13:42 -0800)]
Check pre-existing function that may return -1 against 1, not true or false

5 years agoFix error with unconfirmed txes
miketout [Mon, 18 Nov 2019 21:16:59 +0000 (13:16 -0800)]
Fix error with unconfirmed txes

5 years agoupdate version
Asher [Mon, 18 Nov 2019 19:30:03 +0000 (11:30 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 19:29:06 +0000 (11:29 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoAdd validation to ensure that identities have both primary addresses and minsigs
miketout [Mon, 18 Nov 2019 19:26:48 +0000 (11:26 -0800)]
Add validation to ensure that identities have both primary addresses and minsigs

5 years agoupdate version
Asher [Mon, 18 Nov 2019 08:14:18 +0000 (00:14 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 08:13:45 +0000 (00:13 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoMark transactions dirty that may remain in the wallet, but be rendered unspendable...
miketout [Mon, 18 Nov 2019 08:10:24 +0000 (00:10 -0800)]
Mark transactions dirty that may remain in the wallet, but be rendered unspendable on change of ID

5 years agoupdate version
Asher [Mon, 18 Nov 2019 05:58:15 +0000 (21:58 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 05:54:52 +0000 (21:54 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoFix direct revocation
miketout [Mon, 18 Nov 2019 05:44:31 +0000 (21:44 -0800)]
Fix direct revocation

5 years agoupdate version
Asher [Mon, 18 Nov 2019 04:30:50 +0000 (20:30 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 04:30:08 +0000 (20:30 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoProperly respect revocation when determining authority over an ID
miketout [Mon, 18 Nov 2019 04:27:55 +0000 (20:27 -0800)]
Properly respect revocation when determining authority over an ID

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 04:16:57 +0000 (20:16 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoProperly update wallet on ID transfers
miketout [Mon, 18 Nov 2019 04:14:52 +0000 (20:14 -0800)]
Properly update wallet on ID transfers

5 years agoAdd identities to GetAddressFromIndex
miketout [Mon, 18 Nov 2019 02:31:31 +0000 (18:31 -0800)]
Add identities to GetAddressFromIndex

5 years agobump version
Asher [Mon, 18 Nov 2019 01:46:00 +0000 (17:46 -0800)]
bump version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 01:44:39 +0000 (17:44 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoInitialize default state of indexes before checking
miketout [Mon, 18 Nov 2019 01:42:32 +0000 (17:42 -0800)]
Initialize default state of indexes before checking

5 years agoupdate version
Asher [Mon, 18 Nov 2019 00:08:20 +0000 (16:08 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Mon, 18 Nov 2019 00:00:07 +0000 (16:00 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoEnable support for cryptoconditions in dummy signature creator
miketout [Sun, 17 Nov 2019 23:57:00 +0000 (15:57 -0800)]
Enable support for cryptoconditions in dummy signature creator

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

5 years agoDummy signature creator signing fixes
miketout [Sun, 17 Nov 2019 23:03:03 +0000 (15:03 -0800)]
Dummy signature creator signing fixes

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

5 years agoExclude zero value outputs for coin input selection
miketout [Sun, 17 Nov 2019 08:05:39 +0000 (00:05 -0800)]
Exclude zero value outputs for coin input selection

5 years agoupdate version
Asher [Sun, 17 Nov 2019 07:00:52 +0000 (23:00 -0800)]
update version

5 years agobump libcurl version
Asher [Sun, 17 Nov 2019 06:59:50 +0000 (22:59 -0800)]
bump libcurl version

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

5 years agoFix false positive IsMine
miketout [Sun, 17 Nov 2019 06:55:12 +0000 (22:55 -0800)]
Fix false positive IsMine

5 years agoupdate version
Asher [Sun, 17 Nov 2019 04:50:39 +0000 (20:50 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sun, 17 Nov 2019 04:47:23 +0000 (20:47 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoProperly optimize old style CC signatures
miketout [Sun, 17 Nov 2019 04:45:27 +0000 (20:45 -0800)]
Properly optimize old style CC signatures

5 years agoAdd zero or multiple z-addresses to identities - forking change for existing testnet
miketout [Sun, 17 Nov 2019 01:27:27 +0000 (17:27 -0800)]
Add zero or multiple z-addresses to identities - forking change for existing testnet

5 years agoupdate version
Asher [Sat, 16 Nov 2019 18:00:15 +0000 (10:00 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Sat, 16 Nov 2019 17:33:04 +0000 (09:33 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoEnsure all EVALs are included in multisig validation
miketout [Sat, 16 Nov 2019 09:17:54 +0000 (01:17 -0800)]
Ensure all EVALs are included in multisig validation

5 years agoEnable partial fulfillments for easier multisig
miketout [Sat, 16 Nov 2019 08:09:58 +0000 (00:09 -0800)]
Enable partial fulfillments for easier multisig

5 years agoupdate version
Asher [Fri, 15 Nov 2019 07:24:57 +0000 (23:24 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Fri, 15 Nov 2019 07:24:13 +0000 (23:24 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoMultisig fix
miketout [Fri, 15 Nov 2019 07:16:27 +0000 (23:16 -0800)]
Multisig fix

5 years agoupdate version
Asher [Fri, 15 Nov 2019 06:27:22 +0000 (22:27 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Fri, 15 Nov 2019 06:26:52 +0000 (22:26 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoBuild fix
miketout [Fri, 15 Nov 2019 06:26:05 +0000 (22:26 -0800)]
Build fix

5 years agoupdate version
Asher [Fri, 15 Nov 2019 06:23:04 +0000 (22:23 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Fri, 15 Nov 2019 06:22:19 +0000 (22:22 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoIdentity parent encode / decode
miketout [Fri, 15 Nov 2019 06:19:41 +0000 (22:19 -0800)]
Identity parent encode / decode

5 years agoSet activation date/time to Dec 1, 6:30AM GMT
miketout [Fri, 15 Nov 2019 06:03:43 +0000 (22:03 -0800)]
Set activation date/time to Dec 1, 6:30AM GMT

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Fri, 15 Nov 2019 05:44:07 +0000 (21:44 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoEliminate additional false positive error
miketout [Fri, 15 Nov 2019 05:43:28 +0000 (21:43 -0800)]
Eliminate additional false positive error

5 years agoupdate version
Asher [Fri, 15 Nov 2019 05:35:03 +0000 (21:35 -0800)]
update version

5 years agoMerge branch 'dev' of https://github.com/miketout/VerusCoin into dev
Asher [Fri, 15 Nov 2019 05:34:02 +0000 (21:34 -0800)]
Merge branch 'dev' of https://github.com/miketout/VerusCoin into dev

5 years agoEliminate false positive error check
miketout [Fri, 15 Nov 2019 05:32:37 +0000 (21:32 -0800)]
Eliminate false positive error check

5 years agoupdate version
Asher [Fri, 15 Nov 2019 05:08:38 +0000 (21:08 -0800)]
update version

5 years agoMerge pull request #248 from miketout/dev
Asher Dawes [Fri, 15 Nov 2019 05:05:30 +0000 (21:05 -0800)]
Merge pull request #248 from miketout/dev

Fix identity transaction constructor

5 years agoFix identity transaction constructor
miketout [Fri, 15 Nov 2019 04:44:45 +0000 (20:44 -0800)]
Fix identity transaction constructor

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