]> Git Repo - VerusCoin.git/log
VerusCoin.git
4 years agoImport/export and MMR improvements and fixes
miketout [Mon, 1 Jun 2020 20:55:02 +0000 (13:55 -0700)]
Import/export and MMR improvements and fixes

4 years agoInterim reserves progress and build error (will not build)
miketout [Sat, 30 May 2020 23:04:46 +0000 (16:04 -0700)]
Interim reserves progress and build error (will not build)

4 years agoAdditional fix to prevent reindex on upgrade
miketout [Sun, 24 May 2020 02:27:57 +0000 (19:27 -0700)]
Additional fix to prevent reindex on upgrade

4 years agoRefactor notarization finalization, remove identity export, add export finalization...
miketout [Sun, 24 May 2020 02:08:32 +0000 (19:08 -0700)]
Refactor notarization finalization, remove identity export, add export finalization for scaling

4 years agoPrevent reindex from last version on default switch settings
miketout [Sat, 23 May 2020 22:21:32 +0000 (15:21 -0700)]
Prevent reindex from last version on default switch settings

4 years agoRefactoring and more reserve token support
miketout [Sat, 23 May 2020 17:55:18 +0000 (10:55 -0700)]
Refactoring and more reserve token support

4 years agoConvert IsReserve() to IsFractional() on currencies and remove exception for commitments
miketout [Wed, 20 May 2020 04:25:00 +0000 (21:25 -0700)]
Convert IsReserve() to IsFractional() on currencies and remove exception for commitments

4 years agoRemove debugging output, fix height check in commitment height
miketout [Wed, 20 May 2020 02:26:32 +0000 (19:26 -0700)]
Remove debugging output, fix height check in commitment height

4 years agoUse eval state variable in returning validation error
miketout [Tue, 19 May 2020 23:59:11 +0000 (16:59 -0700)]
Use eval state variable in returning validation error

4 years agoMove all checks on commitment height to validation, not precheck
miketout [Tue, 19 May 2020 21:01:58 +0000 (14:01 -0700)]
Move all checks on commitment height to validation, not precheck

4 years agoFix potential seg fault if mapBlockIndex is being updated during search
miketout [Tue, 19 May 2020 20:14:39 +0000 (13:14 -0700)]
Fix potential seg fault if mapBlockIndex is being updated during search

4 years agoFix getsaplingtree API
miketout [Tue, 19 May 2020 01:52:01 +0000 (18:52 -0700)]
Fix getsaplingtree API

4 years agoUpdate testnet ac_halving + remove PBaaS version check for getsaplingtree
miketout [Mon, 18 May 2020 21:00:02 +0000 (14:00 -0700)]
Update testnet ac_halving + remove PBaaS version check for getsaplingtree

4 years agoMove locking to eliminate deadlock
miketout [Mon, 18 May 2020 18:54:02 +0000 (11:54 -0700)]
Move locking to eliminate deadlock

4 years agoStart on lock refactoring
miketout [Mon, 18 May 2020 11:18:43 +0000 (04:18 -0700)]
Start on lock refactoring

4 years agoBuild sapling tree API
miketout [Mon, 18 May 2020 11:05:32 +0000 (04:05 -0700)]
Build sapling tree API

4 years agoRemove CC locks for eval, since CC's don't use the data they protect in Verus
miketout [Mon, 18 May 2020 10:08:45 +0000 (03:08 -0700)]
Remove CC locks for eval, since CC's don't use the data they protect in Verus

4 years agoMove lock outside function
miketout [Mon, 18 May 2020 09:30:37 +0000 (02:30 -0700)]
Move lock outside function

4 years agoAdjust testnet height activations and locks
miketout [Mon, 18 May 2020 08:55:18 +0000 (01:55 -0700)]
Adjust testnet height activations and locks

4 years agoCheat list pruning fix
miketout [Mon, 18 May 2020 05:36:11 +0000 (22:36 -0700)]
Cheat list pruning fix

4 years agoExtended staking updates and misc for ID and currency staking
miketout [Mon, 18 May 2020 02:23:53 +0000 (19:23 -0700)]
Extended staking updates and misc for ID and currency staking

4 years agoRemove messages
miketout [Sat, 16 May 2020 09:00:41 +0000 (02:00 -0700)]
Remove messages

4 years agoMainnet compatibility
miketout [Sat, 16 May 2020 08:10:27 +0000 (01:10 -0700)]
Mainnet compatibility

4 years agoMerge pull request #76 from VerusCoin/dev
miketout [Thu, 14 May 2020 22:04:50 +0000 (15:04 -0700)]
Merge pull request #76 from VerusCoin/dev

Sync dev branch

4 years agoRemove duplicate entry
Asher Dawes [Thu, 14 May 2020 22:01:16 +0000 (15:01 -0700)]
Remove duplicate entry

4 years agoMerge pull request #73 from monkins1010/falcon
miketout [Thu, 14 May 2020 21:56:36 +0000 (14:56 -0700)]
Merge pull request #73 from monkins1010/falcon

Added falcon512conditions

4 years agoReorganize params, add "-defaultzaddr", "-privatechange", prepare for their use
miketout [Thu, 14 May 2020 21:54:22 +0000 (14:54 -0700)]
Reorganize params, add "-defaultzaddr", "-privatechange", prepare for their use

4 years agoFix stakeguard validation
miketout [Thu, 14 May 2020 06:38:59 +0000 (23:38 -0700)]
Fix stakeguard validation

4 years agofix test eval
Asher Dawes [Mon, 11 May 2020 20:16:41 +0000 (13:16 -0700)]
fix test eval

4 years agoUpdate version
Asher Dawes [Sun, 10 May 2020 20:58:42 +0000 (13:58 -0700)]
Update version

4 years agoMerge remote-tracking branch 'mike/dev' into dev
Asher Dawes [Sun, 10 May 2020 05:56:45 +0000 (22:56 -0700)]
Merge remote-tracking branch 'mike/dev' into dev

4 years agoUpdate support for new eval types
miketout [Sun, 10 May 2020 05:30:48 +0000 (22:30 -0700)]
Update support for new eval types

4 years agoCheck for creation of invalid staking transaction
miketout [Fri, 8 May 2020 23:55:32 +0000 (16:55 -0700)]
Check for creation of invalid staking transaction

4 years agoMerge remote-tracking branch 'mike/dev' into dev
Asher Dawes [Fri, 8 May 2020 21:21:05 +0000 (14:21 -0700)]
Merge remote-tracking branch 'mike/dev' into dev

4 years agoUpdate default protocol version
miketout [Fri, 8 May 2020 21:18:03 +0000 (14:18 -0700)]
Update default protocol version

4 years agoUpdate version
Asher Dawes [Fri, 8 May 2020 19:08:04 +0000 (12:08 -0700)]
Update version

4 years agoMerge remote-tracking branch 'mike/dev' into dev
Asher Dawes [Fri, 8 May 2020 18:04:21 +0000 (11:04 -0700)]
Merge remote-tracking branch 'mike/dev' into dev

4 years agoCommit to sync and connect to testnet
miketout [Fri, 8 May 2020 17:09:30 +0000 (10:09 -0700)]
Commit to sync and connect to testnet

4 years agoImport/export fix
miketout [Fri, 8 May 2020 07:22:20 +0000 (00:22 -0700)]
Import/export fix

4 years agoUse transaction hash vs. proof for lookup
miketout [Fri, 8 May 2020 03:03:02 +0000 (20:03 -0700)]
Use transaction hash vs. proof for lookup

4 years agoBuild fix
miketout [Fri, 8 May 2020 01:13:48 +0000 (18:13 -0700)]
Build fix

4 years agoCleanup error message
miketout [Fri, 8 May 2020 00:59:47 +0000 (17:59 -0700)]
Cleanup error message

4 years agoFee calculation fix
miketout [Fri, 8 May 2020 00:51:17 +0000 (17:51 -0700)]
Fee calculation fix

4 years agoAnother minting fix
miketout [Thu, 7 May 2020 23:11:47 +0000 (16:11 -0700)]
Another minting fix

4 years agoEnsure no addition of currency input from min or preallocation
miketout [Thu, 7 May 2020 23:03:44 +0000 (16:03 -0700)]
Ensure no addition of currency input from min or preallocation

4 years agoDon't add preallocation or minted currency to input requirements
miketout [Thu, 7 May 2020 22:57:45 +0000 (15:57 -0700)]
Don't add preallocation or minted currency to input requirements

4 years agoComment out debugging
miketout [Thu, 7 May 2020 22:49:53 +0000 (15:49 -0700)]
Comment out debugging

4 years agoImprove RPC API error returns
miketout [Thu, 7 May 2020 22:43:10 +0000 (15:43 -0700)]
Improve RPC API error returns

4 years agoClean up and reconcile preallocation and minting
miketout [Thu, 7 May 2020 22:27:19 +0000 (15:27 -0700)]
Clean up and reconcile preallocation and minting

4 years agoFix currency minting exports
miketout [Thu, 7 May 2020 21:15:58 +0000 (14:15 -0700)]
Fix currency minting exports

4 years agoMint currency fix
miketout [Thu, 7 May 2020 19:48:49 +0000 (12:48 -0700)]
Mint currency fix

4 years agoFixes for minting and preallocation
miketout [Thu, 7 May 2020 09:14:26 +0000 (02:14 -0700)]
Fixes for minting and preallocation

4 years agoMinting currency
miketout [Thu, 7 May 2020 07:32:25 +0000 (00:32 -0700)]
Minting currency

4 years agoEquals operators for copying
miketout [Thu, 7 May 2020 05:11:10 +0000 (22:11 -0700)]
Equals operators for copying

4 years agoEquals operator for copying proofs
miketout [Thu, 7 May 2020 04:57:26 +0000 (21:57 -0700)]
Equals operator for copying proofs

4 years agoCopy constructors
miketout [Thu, 7 May 2020 02:37:35 +0000 (19:37 -0700)]
Copy constructors

4 years agoCopy constructor for CPartialTransactionProof
miketout [Thu, 7 May 2020 02:29:20 +0000 (19:29 -0700)]
Copy constructor for CPartialTransactionProof

4 years agoRefund fix
miketout [Thu, 7 May 2020 02:05:34 +0000 (19:05 -0700)]
Refund fix

4 years agoRefund fix
miketout [Thu, 7 May 2020 01:41:49 +0000 (18:41 -0700)]
Refund fix

4 years agoRefund fix
miketout [Thu, 7 May 2020 01:30:35 +0000 (18:30 -0700)]
Refund fix

4 years agoRefund fix
miketout [Thu, 7 May 2020 00:54:19 +0000 (17:54 -0700)]
Refund fix

4 years agoRefund fix
miketout [Thu, 7 May 2020 00:17:58 +0000 (17:17 -0700)]
Refund fix

4 years agoSet to testnet and refund fix
miketout [Wed, 6 May 2020 23:26:34 +0000 (16:26 -0700)]
Set to testnet and refund fix

4 years agoRefund fix
miketout [Wed, 6 May 2020 22:43:39 +0000 (15:43 -0700)]
Refund fix

4 years agoRefund fix
miketout [Wed, 6 May 2020 20:38:34 +0000 (13:38 -0700)]
Refund fix

4 years agoImport/export fixes
miketout [Wed, 6 May 2020 20:34:53 +0000 (13:34 -0700)]
Import/export fixes

4 years agoRemove printfs
miketout [Wed, 6 May 2020 07:13:03 +0000 (00:13 -0700)]
Remove printfs

4 years agoTransaction proof fixes
miketout [Wed, 6 May 2020 06:57:42 +0000 (23:57 -0700)]
Transaction proof fixes

4 years agoMore launch and initial currency state fixes
miketout [Wed, 6 May 2020 05:41:56 +0000 (22:41 -0700)]
More launch and initial currency state fixes

4 years agoToken refund and launch fixes
miketout [Wed, 6 May 2020 03:07:35 +0000 (20:07 -0700)]
Token refund and launch fixes

4 years agoToken launch notarization and auto-refund fixes
miketout [Tue, 5 May 2020 22:48:00 +0000 (15:48 -0700)]
Token launch notarization and auto-refund fixes

4 years agoMulti-currency launch fix
miketout [Tue, 5 May 2020 06:10:30 +0000 (23:10 -0700)]
Multi-currency launch fix

4 years agoBuild fix for wallet_utility
miketout [Tue, 5 May 2020 02:59:34 +0000 (19:59 -0700)]
Build fix for wallet_utility

4 years agoRearrange CCurrencyValueMap class files
miketout [Tue, 5 May 2020 02:33:06 +0000 (19:33 -0700)]
Rearrange CCurrencyValueMap class files

4 years agoMove CCurrencyValueMap to the lighter weight, crosschainrpc module
miketout [Mon, 4 May 2020 21:40:00 +0000 (14:40 -0700)]
Move CCurrencyValueMap to the lighter weight, crosschainrpc module

4 years agoEnable centralized tokens to have buy in before launch
miketout [Mon, 4 May 2020 21:09:34 +0000 (14:09 -0700)]
Enable centralized tokens to have buy in before launch

4 years agoImport/export fix
miketout [Mon, 4 May 2020 20:33:20 +0000 (13:33 -0700)]
Import/export fix

4 years agoFix EVAL_RESERVE_DEPOSIT reserve output calculation
miketout [Mon, 4 May 2020 17:53:27 +0000 (10:53 -0700)]
Fix EVAL_RESERVE_DEPOSIT reserve output calculation

4 years agoFix for minting currency
miketout [Mon, 4 May 2020 07:00:55 +0000 (00:00 -0700)]
Fix for minting currency

4 years agoCurrency transfer updates and debug outputs
miketout [Mon, 4 May 2020 06:03:26 +0000 (23:03 -0700)]
Currency transfer updates and debug outputs

4 years agoFix multi-currency token launches
miketout [Mon, 4 May 2020 03:03:35 +0000 (20:03 -0700)]
Fix multi-currency token launches

4 years agoPrepare for smart transactions
miketout [Sun, 3 May 2020 06:56:23 +0000 (23:56 -0700)]
Prepare for smart transactions

4 years agoImport export changes
miketout [Sun, 3 May 2020 06:04:00 +0000 (23:04 -0700)]
Import export changes

4 years agoFix auto-aggregation of UTXO inputs and calculation of multi-reserve change
miketout [Sat, 2 May 2020 05:20:22 +0000 (22:20 -0700)]
Fix auto-aggregation of UTXO inputs and calculation of multi-reserve change

4 years agoFixes for token launch, import, and export
miketout [Fri, 1 May 2020 05:44:15 +0000 (22:44 -0700)]
Fixes for token launch, import, and export

4 years agoExport/import and transaction calculation fixes
miketout [Fri, 1 May 2020 01:10:14 +0000 (18:10 -0700)]
Export/import and transaction calculation fixes

4 years agoFix export / import bootstrap
miketout [Thu, 30 Apr 2020 04:22:32 +0000 (21:22 -0700)]
Fix export / import bootstrap

4 years agoMisc fixes
miketout [Thu, 30 Apr 2020 02:30:23 +0000 (19:30 -0700)]
Misc fixes

4 years agoUpdate POS entropy
miketout [Wed, 29 Apr 2020 23:28:06 +0000 (16:28 -0700)]
Update POS entropy

4 years agoImport/Export fixes
miketout [Wed, 29 Apr 2020 18:39:56 +0000 (11:39 -0700)]
Import/Export fixes

4 years agoAdditional fixes for currency launch
miketout [Wed, 29 Apr 2020 03:14:10 +0000 (20:14 -0700)]
Additional fixes for currency launch

4 years agoCurrency launch fixes and better algorithm for selecting multi-reserve inputs
miketout [Tue, 28 Apr 2020 04:39:47 +0000 (21:39 -0700)]
Currency launch fixes and better algorithm for selecting multi-reserve inputs

4 years agoFix dust issue when sending tokens
miketout [Sun, 26 Apr 2020 17:50:02 +0000 (10:50 -0700)]
Fix dust issue when sending tokens

4 years agoClean up and display coin names on balances
miketout [Sun, 26 Apr 2020 05:14:00 +0000 (22:14 -0700)]
Clean up and display coin names on balances

4 years agoEnable token launches
miketout [Sun, 26 Apr 2020 02:49:31 +0000 (19:49 -0700)]
Enable token launches

4 years agoCurrency launch and chain import/export updates
miketout [Wed, 22 Apr 2020 06:44:58 +0000 (23:44 -0700)]
Currency launch and chain import/export updates

4 years agoCurrency launch, import, export, and refund fixes
miketout [Sat, 18 Apr 2020 00:48:12 +0000 (17:48 -0700)]
Currency launch, import, export, and refund fixes

4 years agoFix getdefinedchains
miketout [Wed, 15 Apr 2020 22:51:22 +0000 (15:51 -0700)]
Fix getdefinedchains

4 years agoToken definition and launch fixes
miketout [Wed, 15 Apr 2020 18:50:30 +0000 (11:50 -0700)]
Token definition and launch fixes

4 years agoFix for getting coins for CreateReserveTransaction
miketout [Wed, 15 Apr 2020 04:39:45 +0000 (21:39 -0700)]
Fix for getting coins for CreateReserveTransaction

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