]> Git Repo - VerusCoin.git/log
VerusCoin.git
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 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 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 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 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 agoFix direct revocation
miketout [Mon, 18 Nov 2019 05:44:31 +0000 (21:44 -0800)]
Fix direct revocation

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 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 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 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 agoDummy signature creator signing fixes
miketout [Sun, 17 Nov 2019 23:03:03 +0000 (15:03 -0800)]
Dummy signature creator signing fixes

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 agoFix false positive IsMine
miketout [Sun, 17 Nov 2019 06:55:12 +0000 (22:55 -0800)]
Fix false positive IsMine

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 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 agoMultisig fix
miketout [Fri, 15 Nov 2019 07:16:27 +0000 (23:16 -0800)]
Multisig fix

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

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 agoEliminate additional false positive error
miketout [Fri, 15 Nov 2019 05:43:28 +0000 (21:43 -0800)]
Eliminate additional false positive error

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 agoFix identity transaction constructor
miketout [Fri, 15 Nov 2019 04:44:45 +0000 (20:44 -0800)]
Fix identity transaction constructor

5 years agoRemove white space
miketout [Fri, 15 Nov 2019 03:47:57 +0000 (19:47 -0800)]
Remove white space

5 years agoBuild
miketout [Fri, 15 Nov 2019 03:25:49 +0000 (19:25 -0800)]
Build

5 years agoEnsure name has size > 0
miketout [Fri, 15 Nov 2019 03:03:14 +0000 (19:03 -0800)]
Ensure name has size > 0

5 years agoValidation
miketout [Fri, 15 Nov 2019 02:49:38 +0000 (18:49 -0800)]
Validation

5 years agoRemove debug out
miketout [Fri, 15 Nov 2019 02:20:44 +0000 (18:20 -0800)]
Remove debug out

5 years agoSpend from identity source fix
miketout [Fri, 15 Nov 2019 01:45:01 +0000 (17:45 -0800)]
Spend from identity source fix

5 years agoReject transactions sent to invalid IDs on the current blockchain
miketout [Thu, 14 Nov 2019 23:29:21 +0000 (15:29 -0800)]
Reject transactions sent to invalid IDs on the current blockchain

5 years agoCorrectly process reserve transaction descriptors before PBaaS reserve chains
miketout [Thu, 14 Nov 2019 21:54:56 +0000 (13:54 -0800)]
Correctly process reserve transaction descriptors before PBaaS reserve chains

5 years agoFix compiler warning for CPU check
miketout [Thu, 14 Nov 2019 08:05:48 +0000 (00:05 -0800)]
Fix compiler warning for CPU check

5 years agoMove all solution PBaaS and protocol extensions to post Identity activation
miketout [Thu, 14 Nov 2019 07:44:56 +0000 (23:44 -0800)]
Move all solution PBaaS and protocol extensions to post Identity activation

5 years agoEnable mining requires peers and default VRSCTEST nodes
miketout [Thu, 14 Nov 2019 07:05:39 +0000 (23:05 -0800)]
Enable mining requires peers and default VRSCTEST nodes

5 years agoSet new testnet port
miketout [Thu, 14 Nov 2019 05:58:08 +0000 (21:58 -0800)]
Set new testnet port

5 years agoIntegrate ChainID and ID root
miketout [Thu, 14 Nov 2019 05:46:07 +0000 (21:46 -0800)]
Integrate ChainID and ID root

5 years agoSet ID root to Verus, make chain IDs case insensitive to prepare for PBaaS/ID compati...
miketout [Thu, 14 Nov 2019 02:22:29 +0000 (18:22 -0800)]
Set ID root to Verus, make chain IDs case insensitive to prepare for PBaaS/ID compatibility

5 years agoIntegrate CValidationState error checking with identity validate functions
miketout [Thu, 14 Nov 2019 00:05:21 +0000 (16:05 -0800)]
Integrate CValidationState error checking with identity validate functions

5 years agoIdentity reservation validation fix
miketout [Wed, 13 Nov 2019 08:49:50 +0000 (00:49 -0800)]
Identity reservation validation fix

5 years agoReferral fixes
miketout [Wed, 13 Nov 2019 06:41:18 +0000 (22:41 -0800)]
Referral fixes

5 years agoIdentity related wallet and signing fixes
miketout [Wed, 13 Nov 2019 05:32:38 +0000 (21:32 -0800)]
Identity related wallet and signing fixes

5 years agoDisable testnet node entries
miketout [Wed, 13 Nov 2019 00:06:56 +0000 (16:06 -0800)]
Disable testnet node entries

5 years agoIdentity smart transaction fixes
miketout [Tue, 12 Nov 2019 23:38:04 +0000 (15:38 -0800)]
Identity smart transaction fixes

5 years agoMerge pull request #56 from monkins1010/mike_dev_arm
miketout [Tue, 12 Nov 2019 20:28:00 +0000 (12:28 -0800)]
Merge pull request #56 from monkins1010/mike_dev_arm

Add dependency for ARM builds

5 years agoRename PBaaS APIs to "multichain" and "identity", test fork activation
miketout [Tue, 12 Nov 2019 20:19:34 +0000 (12:19 -0800)]
Rename PBaaS APIs to "multichain" and "identity", test fork activation

5 years agoMerkle tree building for pre-fork and API updates
miketout [Tue, 12 Nov 2019 20:03:28 +0000 (12:03 -0800)]
Merkle tree building for pre-fork and API updates

5 years agoPrepare for Komodo notary forking
miketout [Tue, 12 Nov 2019 07:09:19 +0000 (23:09 -0800)]
Prepare for Komodo notary forking

5 years agoBuild
miketout [Mon, 11 Nov 2019 07:30:00 +0000 (23:30 -0800)]
Build

5 years agoAdd field level authorization to revocation and recovery authorities
miketout [Mon, 11 Nov 2019 07:26:02 +0000 (23:26 -0800)]
Add field level authorization to revocation and recovery authorities

5 years agoAlways use the latest ID for authorization when spending the ID itself
miketout [Mon, 11 Nov 2019 05:42:12 +0000 (21:42 -0800)]
Always use the latest ID for authorization when spending the ID itself

5 years agoPopulate keys for new smart transactions
miketout [Sat, 9 Nov 2019 00:51:07 +0000 (16:51 -0800)]
Populate keys for new smart transactions

5 years agoMake fee offer an optional parameter to exceed minimum and fix calculation
miketout [Fri, 8 Nov 2019 06:36:23 +0000 (22:36 -0800)]
Make fee offer an optional parameter to exceed minimum and fix calculation

5 years agoActivate referrals on Verus and VerusTest
miketout [Fri, 8 Nov 2019 03:51:50 +0000 (19:51 -0800)]
Activate referrals on Verus and VerusTest

5 years agoAdd fulfilled parameter to eval validations, complete identity validations
miketout [Fri, 8 Nov 2019 03:18:50 +0000 (19:18 -0800)]
Add fulfilled parameter to eval validations, complete identity validations

5 years agoBuild
miketout [Thu, 7 Nov 2019 19:30:01 +0000 (11:30 -0800)]
Build

5 years agoImplement identity revocation and recovery
miketout [Thu, 7 Nov 2019 19:19:13 +0000 (11:19 -0800)]
Implement identity revocation and recovery

5 years agoAdjust fee offer correctly according to referral rules
miketout [Thu, 7 Nov 2019 07:31:42 +0000 (23:31 -0800)]
Adjust fee offer correctly according to referral rules

5 years agoAdd smart transaction prechecks to ContextualCheckTransaction
miketout [Thu, 7 Nov 2019 07:23:15 +0000 (23:23 -0800)]
Add smart transaction prechecks to ContextualCheckTransaction

5 years agoMake and check referrals fully - not integrated into check pipeline yet
miketout [Thu, 7 Nov 2019 01:29:52 +0000 (17:29 -0800)]
Make and check referrals fully - not integrated into check pipeline yet

5 years agoAdd full, yet to be integrated CC script prechecks, including ID validity pre-check
miketout [Wed, 6 Nov 2019 20:58:32 +0000 (12:58 -0800)]
Add full, yet to be integrated CC script prechecks, including ID validity pre-check

5 years agofile
Chris [Wed, 6 Nov 2019 10:52:58 +0000 (10:52 +0000)]
file

5 years agoMerge pull request #55 from monkins1010/mike_dev_arm
miketout [Wed, 6 Nov 2019 06:34:08 +0000 (22:34 -0800)]
Merge pull request #55 from monkins1010/mike_dev_arm

Mike dev arm

5 years agoadded arm instrinsics for hashing
Monkins1010 [Mon, 4 Nov 2019 20:23:36 +0000 (20:23 +0000)]
added arm instrinsics for hashing

5 years agoImprove support for ID address differentiation and begin referral validation
miketout [Mon, 4 Nov 2019 05:41:41 +0000 (21:41 -0800)]
Improve support for ID address differentiation and begin referral validation

5 years agosyntax fixes
Monkins1010 [Sat, 2 Nov 2019 23:48:40 +0000 (23:48 +0000)]
syntax fixes

5 years agoSupport more advanced crypto condition structures and new listidentities API
miketout [Sat, 2 Nov 2019 22:23:05 +0000 (15:23 -0700)]
Support more advanced crypto condition structures and new listidentities API

5 years agoupdate
Monkins1010 [Sat, 2 Nov 2019 22:13:46 +0000 (22:13 +0000)]
update

5 years agoupdate
Chris [Sat, 2 Nov 2019 22:05:03 +0000 (22:05 +0000)]
update

5 years agoMake more advanced identity spends work with z_sendmany and transaction builder
miketout [Fri, 1 Nov 2019 20:02:52 +0000 (13:02 -0700)]
Make more advanced identity spends work with z_sendmany and transaction builder

5 years agoWorking identities with only basic testing
miketout [Fri, 1 Nov 2019 05:32:13 +0000 (22:32 -0700)]
Working identities with only basic testing

5 years agoMore identity wallet synchronization improvements and some testing
miketout [Thu, 31 Oct 2019 02:57:20 +0000 (19:57 -0700)]
More identity wallet synchronization improvements and some testing

5 years agoIdentity transaction indexing and auto removal of UTXOs when removed from ID
miketout [Wed, 30 Oct 2019 07:29:16 +0000 (00:29 -0700)]
Identity transaction indexing and auto removal of UTXOs when removed from ID

5 years agoSupport full identity history and manual hold for automatic transaction sync
miketout [Mon, 28 Oct 2019 16:56:31 +0000 (09:56 -0700)]
Support full identity history and manual hold for automatic transaction sync

5 years agoUpdate wallet identity storage
miketout [Fri, 25 Oct 2019 07:28:00 +0000 (00:28 -0700)]
Update wallet identity storage

5 years agoAdd comment for future opportunity
miketout [Thu, 24 Oct 2019 21:50:04 +0000 (14:50 -0700)]
Add comment for future opportunity

5 years agoFinish identity support in "i" bitcoin addresses and prepare for broader use of CCs...
miketout [Thu, 24 Oct 2019 21:04:50 +0000 (14:04 -0700)]
Finish identity support in "i" bitcoin addresses and prepare for broader use of CCs in normal txes

5 years agoAdd support for new identity "i" address as CtxDestination, which can specify global...
miketout [Thu, 24 Oct 2019 20:16:26 +0000 (13:16 -0700)]
Add support for new identity "i" address as CtxDestination, which can specify global identities as well as addresses

5 years agoRemove unused function
miketout [Tue, 22 Oct 2019 21:22:55 +0000 (14:22 -0700)]
Remove unused function

5 years agoMore identity updates and stubs for wallet synchronization
miketout [Tue, 22 Oct 2019 21:15:05 +0000 (14:15 -0700)]
More identity updates and stubs for wallet synchronization

5 years agoMerge with Veruscoin
miketout [Sun, 20 Oct 2019 19:53:29 +0000 (12:53 -0700)]
Merge with Veruscoin

5 years agoSupport for identities, identity APIs and new signing model - breaking change with...
miketout [Sun, 20 Oct 2019 19:49:54 +0000 (12:49 -0700)]
Support for identities, identity APIs and new signing model - breaking change with testnet

5 years agoFix raw transaction parsing of addresses
miketout [Mon, 14 Oct 2019 23:54:42 +0000 (16:54 -0700)]
Fix raw transaction parsing of addresses

5 years agoSupport extended characters from the command line
miketout [Sat, 12 Oct 2019 00:41:23 +0000 (17:41 -0700)]
Support extended characters from the command line

5 years agoMerge pull request #53 from VerusCoin/dev
miketout [Fri, 11 Oct 2019 21:11:47 +0000 (14:11 -0700)]
Merge pull request #53 from VerusCoin/dev

libsodium update

5 years agoUpdate deprecation height
Asher [Fri, 11 Oct 2019 21:02:00 +0000 (14:02 -0700)]
Update deprecation height

5 years agoOpen chains
Asher [Fri, 11 Oct 2019 21:01:16 +0000 (14:01 -0700)]
Open chains

5 years agoClose chains
Asher [Fri, 11 Oct 2019 04:34:05 +0000 (21:34 -0700)]
Close chains

5 years agoEncapsulate variable to treat it as a single string
Asher [Thu, 10 Oct 2019 04:38:29 +0000 (21:38 -0700)]
Encapsulate variable to treat it as a single string

5 years agoMerge branch 'dev' of github.com:VerusCoin/VerusCoin into dev
Asher [Thu, 10 Oct 2019 02:21:03 +0000 (19:21 -0700)]
Merge branch 'dev' of github.com:VerusCoin/VerusCoin into dev

5 years agoUpdate version
Asher [Thu, 10 Oct 2019 02:20:34 +0000 (19:20 -0700)]
Update version

5 years agoUpdate libsodium
Asher [Thu, 10 Oct 2019 02:19:32 +0000 (19:19 -0700)]
Update libsodium

5 years agoClose more chains
miketout [Thu, 10 Oct 2019 02:05:57 +0000 (19:05 -0700)]
Close more chains

5 years agoAdd closed chain list
miketout [Thu, 10 Oct 2019 01:49:18 +0000 (18:49 -0700)]
Add closed chain list

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