]>
Git Repo - VerusCoin.git/log
miketout [Fri, 27 Sep 2019 22:03:33 +0000 (15:03 -0700)]
Update Komodo notaries and change test ports
miketout [Fri, 27 Sep 2019 01:57:17 +0000 (18:57 -0700)]
Signing and validation updates
miketout [Fri, 27 Sep 2019 01:13:52 +0000 (18:13 -0700)]
Incorporate all Zcash updates through 2.0.7-3 in addition to PBaaS, reserves, etc.
Daira Hopwood [Tue, 24 Sep 2019 20:18:53 +0000 (21:18 +0100)]
Merge pull request #21 from zcash/release-v2.0.7-3
Release v2.0.7-3
Daira Hopwood [Tue, 24 Sep 2019 20:04:45 +0000 (21:04 +0100)]
Set Debian changelog urgency to critical.
Signed-off-by: Daira Hopwood <[email protected]>
Daira Hopwood [Tue, 24 Sep 2019 20:01:13 +0000 (21:01 +0100)]
make-release.py: Updated release notes and changelog for 2.0.7-3.
Daira Hopwood [Tue, 24 Sep 2019 20:01:13 +0000 (21:01 +0100)]
make-release.py: Updated manpages for 2.0.7-3.
Daira Hopwood [Tue, 24 Sep 2019 19:58:26 +0000 (20:58 +0100)]
make-release.py: Versioning changes for 2.0.7-3.
Daira Hopwood [Tue, 24 Sep 2019 19:55:14 +0000 (20:55 +0100)]
Make a note of the shorter service period in the release notes.
Signed-off-by: Daira Hopwood <[email protected]>
Daira Hopwood [Tue, 24 Sep 2019 18:24:36 +0000 (19:24 +0100)]
Merge pull request #19 from zcash/release-notes
Add hotfix release notes.
Daira Hopwood [Mon, 23 Sep 2019 21:18:40 +0000 (22:18 +0100)]
Add hotfix release notes.
Signed-off-by: Daira Hopwood <[email protected]>
Daira Hopwood [Tue, 24 Sep 2019 18:22:08 +0000 (19:22 +0100)]
Merge pull request #18 from zcash/mempool-txnotify-thread
Move mempool SyncWithWallets call into its own thread
Daira Hopwood [Tue, 24 Sep 2019 18:21:34 +0000 (19:21 +0100)]
Merge pull request #17 from zcash/exception-handling
Ignore exceptions when deserializing note plaintexts
Daira Hopwood [Tue, 24 Sep 2019 18:21:07 +0000 (19:21 +0100)]
Merge pull request #16 from zcash/disable-log-shrinking
Disable -shrinkdebugfile command
miketout [Mon, 23 Sep 2019 04:18:42 +0000 (21:18 -0700)]
Continue attempting to notarize after running out of notary rewards
miketout [Mon, 23 Sep 2019 01:38:25 +0000 (18:38 -0700)]
Print chain name on failure to notarize
miketout [Mon, 23 Sep 2019 00:53:50 +0000 (17:53 -0700)]
Properly distribute initial contributions on non-reserve chains
Jack Grigg [Fri, 20 Sep 2019 20:41:49 +0000 (21:41 +0100)]
Enable RPC tests to wait on mempool notifications
Jack Grigg [Thu, 19 Sep 2019 20:30:05 +0000 (21:30 +0100)]
Move mempool SyncWithWallets call into its own thread
Jack Grigg [Thu, 19 Sep 2019 17:25:09 +0000 (18:25 +0100)]
Ignore exceptions when deserializing note plaintexts
Jack Grigg [Thu, 19 Sep 2019 19:59:05 +0000 (20:59 +0100)]
Remove cs_main lock requirement from CWallet::SyncTransaction
SetMerkleBranch was the only call underneath SyncTransaction that
required the cs_main lock.
Jack Grigg [Thu, 19 Sep 2019 19:57:39 +0000 (20:57 +0100)]
SetMerkleBranch: remove unused code, remove cs_main lock requirement
Includes equivalent changes to bitcoin/bitcoin#9446
Jack Grigg [Thu, 19 Sep 2019 17:05:56 +0000 (18:05 +0100)]
Disable -shrinkdebugfile command
miketout [Wed, 18 Sep 2019 07:46:38 +0000 (00:46 -0700)]
Fix getdefinedchains currency state
miketout [Wed, 18 Sep 2019 06:51:40 +0000 (23:51 -0700)]
Fix output, add nodes, parsing improvements
miketout [Wed, 18 Sep 2019 01:27:38 +0000 (18:27 -0700)]
New testnet ports
miketout [Wed, 18 Sep 2019 00:22:42 +0000 (17:22 -0700)]
Fix getdefinedchains and proper reserve output in listtransactions
miketout [Tue, 17 Sep 2019 23:59:39 +0000 (16:59 -0700)]
Assume valid on reserve transaction descriptor
miketout [Tue, 17 Sep 2019 23:18:21 +0000 (16:18 -0700)]
Fix false negative on validity check
miketout [Tue, 17 Sep 2019 20:04:40 +0000 (13:04 -0700)]
Dropped camel case in listtransactions
miketout [Tue, 17 Sep 2019 19:44:51 +0000 (12:44 -0700)]
Build fix
miketout [Tue, 17 Sep 2019 19:25:09 +0000 (12:25 -0700)]
Miscellaneous fixes to return more information and correct information from APIs
miketout [Sun, 15 Sep 2019 00:37:26 +0000 (17:37 -0700)]
Consume incorrect chain transfers to prevent DOS attacks through them
miketout [Fri, 13 Sep 2019 06:59:21 +0000 (23:59 -0700)]
Remove redundant member
miketout [Fri, 13 Sep 2019 06:49:05 +0000 (23:49 -0700)]
Don't print error message if fee is not paid due to improper format
miketout [Fri, 13 Sep 2019 06:39:29 +0000 (23:39 -0700)]
Fix fees bouncing back from a reserve send to Verus and allow exports to continue if done incorrectly
miketout [Thu, 12 Sep 2019 18:21:12 +0000 (11:21 -0700)]
Include currency state in chain definitions for both getchaindefinition and getdefinedchains
miketout [Thu, 12 Sep 2019 05:02:29 +0000 (22:02 -0700)]
Do refunds as imports from the refunding chain
miketout [Thu, 12 Sep 2019 04:52:13 +0000 (21:52 -0700)]
Include all reserve deposits immediately as input to the import thread on a refund
miketout [Thu, 12 Sep 2019 04:43:26 +0000 (21:43 -0700)]
Refund fix
miketout [Thu, 12 Sep 2019 04:38:39 +0000 (21:38 -0700)]
Finish refund processing and reserve transaction wallet scan
miketout [Wed, 11 Sep 2019 23:09:42 +0000 (16:09 -0700)]
Expose refundfailedlaunch API
miketout [Wed, 11 Sep 2019 07:54:59 +0000 (00:54 -0700)]
Add paynotarization rewards, chain launch failure refunds, and remove assert false when coins not available notarizing
miketout [Sun, 8 Sep 2019 21:26:08 +0000 (14:26 -0700)]
Build
miketout [Sun, 8 Sep 2019 21:21:22 +0000 (14:21 -0700)]
Incorporate minimum fee into CalculateAdditionalConversionFee
miketout [Sun, 8 Sep 2019 20:28:42 +0000 (13:28 -0700)]
Change check of fees on block 1 of PBaaS chain
miketout [Sun, 8 Sep 2019 07:08:05 +0000 (00:08 -0700)]
Ensure that whether we are connected to Verus or not, block 1 currency state check works the same
miketout [Sun, 8 Sep 2019 06:59:23 +0000 (23:59 -0700)]
Fix comparison
miketout [Sun, 8 Sep 2019 06:57:53 +0000 (23:57 -0700)]
Improve check
miketout [Sun, 8 Sep 2019 06:24:06 +0000 (23:24 -0700)]
Account for block 1 initial contribution in check
miketout [Sun, 8 Sep 2019 03:58:53 +0000 (20:58 -0700)]
50 million VRSCTEST premine
miketout [Sun, 8 Sep 2019 03:09:00 +0000 (20:09 -0700)]
Extend default confirmation time
miketout [Sun, 8 Sep 2019 01:35:59 +0000 (18:35 -0700)]
fMiningRequiresPeers
miketout [Sat, 7 Sep 2019 23:33:48 +0000 (16:33 -0700)]
Use both native and reserve in amounts, depending on the chain an import is being made for
miketout [Sat, 7 Sep 2019 21:39:51 +0000 (14:39 -0700)]
Build
miketout [Sat, 7 Sep 2019 21:32:19 +0000 (14:32 -0700)]
Keep track of all deposits during import
miketout [Sat, 7 Sep 2019 20:39:31 +0000 (13:39 -0700)]
Fix parameters for sending import transaction to reserve chain
miketout [Sat, 7 Sep 2019 19:36:54 +0000 (12:36 -0700)]
build
miketout [Sat, 7 Sep 2019 19:33:18 +0000 (12:33 -0700)]
Build fix
miketout [Sat, 7 Sep 2019 19:30:07 +0000 (12:30 -0700)]
Send import transaction to reserve chain fix
miketout [Sat, 7 Sep 2019 19:22:20 +0000 (12:22 -0700)]
Reserve chain import fix
miketout [Sat, 7 Sep 2019 07:48:54 +0000 (00:48 -0700)]
Accepted notarization fix
miketout [Sat, 7 Sep 2019 04:47:07 +0000 (21:47 -0700)]
Fix initial PBaaS export
miketout [Sat, 7 Sep 2019 04:08:41 +0000 (21:08 -0700)]
Reverse export import source destination on fee import
miketout [Sat, 7 Sep 2019 03:06:08 +0000 (20:06 -0700)]
Transfer fees back automatically fix
miketout [Sat, 7 Sep 2019 02:13:47 +0000 (19:13 -0700)]
Block 1 export thread output fix
miketout [Sat, 7 Sep 2019 01:16:12 +0000 (18:16 -0700)]
Validate notary chain before connection
miketout [Fri, 6 Sep 2019 23:51:03 +0000 (16:51 -0700)]
Reserve transfer parsing improvements
miketout [Fri, 6 Sep 2019 22:03:59 +0000 (15:03 -0700)]
Amount/fee calculation fix
miketout [Fri, 6 Sep 2019 19:53:09 +0000 (12:53 -0700)]
Cleanup reverse cross-chain path
miketout [Fri, 6 Sep 2019 07:14:47 +0000 (00:14 -0700)]
Incorporate conversion price in fee calculation when making reserve transactions
miketout [Fri, 6 Sep 2019 05:24:14 +0000 (22:24 -0700)]
Conversion calculation
miketout [Fri, 6 Sep 2019 04:21:20 +0000 (21:21 -0700)]
Pricing fix and build break
miketout [Fri, 6 Sep 2019 03:39:37 +0000 (20:39 -0700)]
Fix merge error
miketout [Fri, 6 Sep 2019 03:35:52 +0000 (20:35 -0700)]
Commit for merge
miketout [Fri, 6 Sep 2019 03:29:51 +0000 (20:29 -0700)]
Reserve transaction and conversion fix
miketout [Thu, 5 Sep 2019 23:51:05 +0000 (16:51 -0700)]
Reserve transaction and conversion fix
miketout [Thu, 5 Sep 2019 22:34:23 +0000 (15:34 -0700)]
CreateReserveTrasnsaction fix
miketout [Thu, 5 Sep 2019 22:03:41 +0000 (15:03 -0700)]
Improve CreateResrevetransaction error messages
miketout [Thu, 5 Sep 2019 21:45:32 +0000 (14:45 -0700)]
Cleanup currency univalue output
miketout [Thu, 5 Sep 2019 21:20:43 +0000 (14:20 -0700)]
Reduce maximum consecutive POS blocks at harfork from 8 to 4
miketout [Thu, 5 Sep 2019 21:08:45 +0000 (14:08 -0700)]
Check for max conversion during chain launch and support both buying and selling with sendreserve
miketout [Thu, 5 Sep 2019 19:56:25 +0000 (12:56 -0700)]
Fix for sending back of export fees
miketout [Thu, 5 Sep 2019 08:55:37 +0000 (01:55 -0700)]
Fixes for conversion to reserve on PBaaS chain
miketout [Thu, 5 Sep 2019 04:07:48 +0000 (21:07 -0700)]
Conversion calculation fix
miketout [Thu, 5 Sep 2019 03:21:48 +0000 (20:21 -0700)]
Fix sign issue in sell conversions
miketout [Wed, 4 Sep 2019 23:46:02 +0000 (16:46 -0700)]
Ensure ConversionFees are initialized in all cases for currencyState
miketout [Wed, 4 Sep 2019 23:24:56 +0000 (16:24 -0700)]
Fix bad check
miketout [Wed, 4 Sep 2019 23:10:24 +0000 (16:10 -0700)]
Cleanup
miketout [Wed, 4 Sep 2019 23:01:50 +0000 (16:01 -0700)]
Merge branch 'dev' of https://github.com/miketout/komodo into dev
miketout [Wed, 4 Sep 2019 23:01:21 +0000 (16:01 -0700)]
Fee calculation fixes
miketout [Wed, 4 Sep 2019 21:04:04 +0000 (14:04 -0700)]
Skip conversion fee on Verus and non-PBaaS chains
miketout [Wed, 4 Sep 2019 20:42:42 +0000 (13:42 -0700)]
Update fee cross checking in block
miketout [Wed, 4 Sep 2019 09:15:12 +0000 (02:15 -0700)]
Include conversion in coinbase out limit check
miketout [Wed, 4 Sep 2019 08:38:48 +0000 (01:38 -0700)]
Check for output send before rejecting reserve exchange
miketout [Wed, 4 Sep 2019 07:51:54 +0000 (00:51 -0700)]
Make sure we are creating the right reserve out for the destination chain on import
miketout [Wed, 4 Sep 2019 06:34:27 +0000 (23:34 -0700)]
Support either public keys or pk hashes on extracting from crypto conditions
miketout [Wed, 4 Sep 2019 05:33:46 +0000 (22:33 -0700)]
Streamline solver and extracting destination from 1ofn cc
miketout [Wed, 4 Sep 2019 05:32:44 +0000 (22:32 -0700)]
More blockreward validation
miketout [Wed, 4 Sep 2019 04:29:21 +0000 (21:29 -0700)]
Improve GetCurrencyState and return actual converted amount
This page took 0.059432 seconds and 4 git commands to generate.