]> Git Repo - VerusCoin.git/log
VerusCoin.git
8 years agotest
jl777 [Mon, 12 Dec 2016 11:33:24 +0000 (13:33 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 11:29:33 +0000 (13:29 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 11:25:14 +0000 (13:25 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 11:22:20 +0000 (13:22 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 11:17:24 +0000 (13:17 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 11:13:05 +0000 (13:13 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 11:07:50 +0000 (13:07 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 10:59:20 +0000 (12:59 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 10:53:54 +0000 (12:53 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 10:51:30 +0000 (12:51 +0200)]
test

8 years agoMerge remote-tracking branch 'zcash/master' into rebase
jl777 [Mon, 12 Dec 2016 10:19:13 +0000 (12:19 +0200)]
Merge remote-tracking branch 'zcash/master' into rebase

# Conflicts:
# README.md
# src/Makefile.gtest.include
# src/chainparams.cpp
# src/init.cpp
# src/miner.cpp
# src/wallet/wallet.cpp

8 years agotest
jl777 [Mon, 12 Dec 2016 08:37:59 +0000 (10:37 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 07:28:23 +0000 (09:28 +0200)]
test

8 years agotest
jl777 [Mon, 12 Dec 2016 07:23:45 +0000 (09:23 +0200)]
test

8 years agosuppress gateway for non-fiat
jl777 [Mon, 12 Dec 2016 07:15:20 +0000 (09:15 +0200)]
suppress gateway for non-fiat

8 years agotest
jl777 [Sun, 11 Dec 2016 08:01:23 +0000 (10:01 +0200)]
test

8 years agotest
jl777 [Sun, 11 Dec 2016 07:38:08 +0000 (09:38 +0200)]
test

8 years agotest
jl777 [Sat, 10 Dec 2016 20:15:46 +0000 (22:15 +0200)]
test

8 years agoAuto merge of #1904 - str4d:1749-write-witness-cache-with-best-block, r=ebfull
zkbot [Fri, 9 Dec 2016 21:11:15 +0000 (21:11 +0000)]
Auto merge of #1904 - str4d:1749-write-witness-cache-with-best-block, r=ebfull

Write witness caches when writing the best block

For steady-state operation, this reduces the average time between wallet disk
writes from once per block to once per hour.

On -rescan, witness caches are only written out at the end along with the best
block, increasing speed while ensuring that on-disk state is kept consistent.

Witness caches are now never recreated during a -reindex, on the assumption that
the blocks themselves are not changing (the chain is just being reconstructed),
and so the witnesses will remain valid.

Part of #1749.

8 years agomining fix, interests alloc fix, paxwithdraw mining
jl777 [Fri, 9 Dec 2016 15:10:12 +0000 (17:10 +0200)]
mining fix, interests alloc fix, paxwithdraw mining

8 years agotest
jl777 [Fri, 9 Dec 2016 14:50:04 +0000 (16:50 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 14:43:18 +0000 (16:43 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 14:06:50 +0000 (16:06 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 14:05:21 +0000 (16:05 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 13:11:56 +0000 (15:11 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 13:08:10 +0000 (15:08 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 13:04:42 +0000 (15:04 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 12:59:04 +0000 (14:59 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 12:02:03 +0000 (14:02 +0200)]
test

8 years agoMake the test pass by fixing the bug!
Jack Grigg [Fri, 9 Dec 2016 11:56:32 +0000 (00:56 +1300)]
Make the test pass by fixing the bug!

8 years agoAdd a reindex test that fails because of a bug in decrementing witness caches
Jack Grigg [Fri, 9 Dec 2016 11:51:32 +0000 (00:51 +1300)]
Add a reindex test that fails because of a bug in decrementing witness caches

Ref: https://github.com/zcash/zcash/pull/1904#issuecomment-265992988

8 years agotest
jl777 [Fri, 9 Dec 2016 11:23:01 +0000 (13:23 +0200)]
test

8 years agoAuto merge of #1930 - arcalinea:revise-release-note-generation, r=str4d
zkbot [Fri, 9 Dec 2016 10:42:33 +0000 (10:42 +0000)]
Auto merge of #1930 - arcalinea:revise-release-note-generation, r=str4d

Gather release notes from previous release to HEAD

Release-notes.py used to depend on release already being tagged--now gathers release notes from previous tagged release up to current HEAD.

8 years agoGather release notes from previous release to HEAD
Jay Graber [Wed, 7 Dec 2016 18:56:09 +0000 (10:56 -0800)]
Gather release notes from previous release to HEAD

Also update release-process.md to replace git shortlog command with
release-notes.py script.

8 years agotest
jl777 [Fri, 9 Dec 2016 10:37:12 +0000 (12:37 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 10:35:25 +0000 (12:35 +0200)]
test

8 years agotes
jl777 [Fri, 9 Dec 2016 10:33:57 +0000 (12:33 +0200)]
tes

8 years agotest
jl777 [Fri, 9 Dec 2016 10:20:56 +0000 (12:20 +0200)]
test

8 years agotest
jl777 [Fri, 9 Dec 2016 10:17:58 +0000 (12:17 +0200)]
test

8 years agoAuto merge of #1918 - bitcartel:timeout_cpu_throttling, r=str4d
zkbot [Fri, 9 Dec 2016 09:03:37 +0000 (09:03 +0000)]
Auto merge of #1918 - bitcartel:timeout_cpu_throttling, r=str4d

Increase timeout as laptops on battery power have cpu throttling.

Merge this last as other PRs also update the test file `wallet_protectcoinbase.py`.

8 years agoAuto merge of #1895 - bitcartel:1857_tx_priority, r=str4d
zkbot [Fri, 9 Dec 2016 08:10:21 +0000 (08:10 +0000)]
Auto merge of #1895 - bitcartel:1857_tx_priority, r=str4d

Closes #1857. Fixes bug where a transaction sending from a zaddr would have a priority of zero.

Transactions sent from a zaddr should now be mined sooner as they no longer have a priority of zero

8 years agoAuto merge of #1870 - str4d:1749-benchmark-rescanning, r=str4d
zkbot [Fri, 9 Dec 2016 07:12:22 +0000 (07:12 +0000)]
Auto merge of #1870 - str4d:1749-benchmark-rescanning, r=str4d

Add benchmarks for rescan components

Part of #1749.

8 years agoAuto merge of #1919 - ebfull:abstract-verification, r=str4d
zkbot [Fri, 9 Dec 2016 06:22:53 +0000 (06:22 +0000)]
Auto merge of #1919 - ebfull:abstract-verification, r=str4d

Isolate verification to a ProofVerifier context object that allows verification behavior to be tuned by the caller.

This is an alternative foundation for #1892, i.e., #1892 will have to be changed if this PR is accepted.

I think this is a safer approach because it allows us to isolate verification behavior to a single object. This will come in handy when @arielgabizon finishes the batching code.

8 years agoASSERT_TRUE -> ASSERT_FALSE
Sean Bowe [Fri, 9 Dec 2016 06:14:23 +0000 (23:14 -0700)]
ASSERT_TRUE -> ASSERT_FALSE

8 years agoAdd JS to second block to ensure witnesses are incremented
Jack Grigg [Fri, 9 Dec 2016 03:55:55 +0000 (16:55 +1300)]
Add JS to second block to ensure witnesses are incremented

8 years agoGenerate JS for trydecryptnotes, make number of addresses a variable
Jack Grigg [Fri, 9 Dec 2016 03:55:01 +0000 (16:55 +1300)]
Generate JS for trydecryptnotes, make number of addresses a variable

8 years agoFix indentation
Jack Grigg [Wed, 7 Dec 2016 04:36:48 +0000 (17:36 +1300)]
Fix indentation

8 years agoAuto merge of #1642 - str4d:add-solver-rate-to-getmininginfo, r=str4d
zkbot [Fri, 9 Dec 2016 03:18:23 +0000 (03:18 +0000)]
Auto merge of #1642 - str4d:add-solver-rate-to-getmininginfo, r=str4d

Add getlocalsolps and getnetworksolps RPC calls, show them in getmininginfo

8 years agoAuto merge of #1902 - bitcartel:1901_increase_default_settings_block_priority, r...
zkbot [Fri, 9 Dec 2016 00:33:01 +0000 (00:33 +0000)]
Auto merge of #1902 - bitcartel:1901_increase_default_settings_block_priority, r=str4d

Closes #1901. Increase default settings for max block size and space for priority transactions.

ref #1901

8 years agoAuto merge of #1928 - ebfull:fix-anchor-cache-bug, r=str4d
zkbot [Thu, 8 Dec 2016 21:22:23 +0000 (21:22 +0000)]
Auto merge of #1928 - ebfull:fix-anchor-cache-bug, r=str4d

Fix anchor cache bug

Fixes #1912.

If an anchor is removed from the cache, but didn't exist in it beforehand, it will insert a blank tree. If it's reinserted in a child cache, when the child cache flushes it will mark the treestate as entered but won't bring the valid tree with it.

Thankfully, we assert when connecting blocks so that this inconsistency won't cause us to build on a blank tree after a reorg.

8 years agoAdd more tests for ProofVerifier.
Sean Bowe [Thu, 8 Dec 2016 19:47:41 +0000 (12:47 -0700)]
Add more tests for ProofVerifier.

8 years agoRename Dummy to Disabled.
Sean Bowe [Thu, 8 Dec 2016 19:32:39 +0000 (12:32 -0700)]
Rename Dummy to Disabled.

8 years agotest
jl777 [Thu, 8 Dec 2016 17:03:39 +0000 (19:03 +0200)]
test

8 years agotest
jl777 [Thu, 8 Dec 2016 16:57:48 +0000 (18:57 +0200)]
test

8 years agotest
jl777 [Thu, 8 Dec 2016 16:50:21 +0000 (18:50 +0200)]
test

8 years agotest
jl777 [Thu, 8 Dec 2016 16:47:19 +0000 (18:47 +0200)]
test

8 years agotest
jl777 [Thu, 8 Dec 2016 16:42:41 +0000 (18:42 +0200)]
test

8 years agoAuto merge of #1911 - bitcartel:1823_witness_does_not_have_same_anchor_as_change_inpu...
zkbot [Thu, 8 Dec 2016 01:23:40 +0000 (01:23 +0000)]
Auto merge of #1911 - bitcartel:1823_witness_does_not_have_same_anchor_as_change_input, r=str4d

With chained joinsplits, witness anchors for input notes no longer cross block boundaries

Closes #1823

8 years agoAuto merge of #1909 - str4d:bash-completion, r=str4d
zkbot [Thu, 8 Dec 2016 00:43:41 +0000 (00:43 +0000)]
Auto merge of #1909 - str4d:bash-completion, r=str4d

Bash completion

This PR pulls in bitcoin/bitcoin#8289, updates the bash completion files for use with Zcash, and bundles them into the Debian package.

8 years agoAuto merge of #1906 - str4d:1835-solaris-miniupnpc-patches, r=str4d
zkbot [Thu, 8 Dec 2016 00:04:39 +0000 (00:04 +0000)]
Auto merge of #1906 - str4d:1835-solaris-miniupnpc-patches, r=str4d

Apply MiniUPnP patches to enable compilation on Solaris 11

These can be removed after the next MiniUPnP release.

Closes #1835.

8 years agoAuto merge of #1878 - str4d:1875-non-tty-metrics-usability, r=str4d
zkbot [Wed, 7 Dec 2016 23:19:47 +0000 (23:19 +0000)]
Auto merge of #1878 - str4d:1875-non-tty-metrics-usability, r=str4d

Improve non-TTY metrics usability

Closes #1875.

8 years agoAuto merge of #1905 - str4d:1831-build-script-overrides, r=str4d
zkbot [Wed, 7 Dec 2016 22:31:56 +0000 (22:31 +0000)]
Auto merge of #1905 - str4d:1831-build-script-overrides, r=str4d

Add porter dev overrides for CC, CXX, MAKE, BUILD, HOST

Replaces #1839. Closes #1831.

8 years agoWitnessAnchorData only needs to store one witness per JSOutPoint.
Simon [Wed, 7 Dec 2016 20:05:29 +0000 (12:05 -0800)]
WitnessAnchorData only needs to store one witness per JSOutPoint.

8 years agoAuto merge of #1907 - bitcartel:1903_z_sendmany_fee_parameter, r=ebfull
zkbot [Wed, 7 Dec 2016 16:58:26 +0000 (16:58 +0000)]
Auto merge of #1907 - bitcartel:1903_z_sendmany_fee_parameter, r=ebfull

Closes #1903. Add fee parameter to z_sendmany.

8 years agotest
jl777 [Wed, 7 Dec 2016 13:59:02 +0000 (15:59 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 13:58:07 +0000 (15:58 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 13:55:48 +0000 (15:55 +0200)]
test

8 years agoRevert "test"
jl777 [Wed, 7 Dec 2016 10:46:58 +0000 (12:46 +0200)]
Revert "test"

This reverts commit 5dd7d1d193eb4962084d7d68a6ed9e08702bbcbd.

8 years agoRevert "test"
jl777 [Wed, 7 Dec 2016 10:46:39 +0000 (12:46 +0200)]
Revert "test"

This reverts commit 16b911e0bf7ea2d0399c11321822b643c255cb10.

8 years agoRevert "test"
jl777 [Wed, 7 Dec 2016 10:46:33 +0000 (12:46 +0200)]
Revert "test"

This reverts commit 2510135c3d0cf681ababf688e0abe906bed24d8c.

8 years agotest
jl777 [Wed, 7 Dec 2016 10:35:12 +0000 (12:35 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 10:27:39 +0000 (12:27 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 10:18:23 +0000 (12:18 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 10:11:11 +0000 (12:11 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 10:05:26 +0000 (12:05 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 10:00:35 +0000 (12:00 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 09:45:47 +0000 (11:45 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 09:40:38 +0000 (11:40 +0200)]
test

8 years agotest
jl777 [Wed, 7 Dec 2016 09:36:20 +0000 (11:36 +0200)]
test

8 years agoDocument behaviour of CWallet::SetBestChain
Jack Grigg [Wed, 7 Dec 2016 06:30:30 +0000 (19:30 +1300)]
Document behaviour of CWallet::SetBestChain

8 years agoEnsure ProofVerifier cannot be accidentally copied.
Sean Bowe [Wed, 7 Dec 2016 01:42:31 +0000 (18:42 -0700)]
Ensure ProofVerifier cannot be accidentally copied.

8 years agoEnsure cache contains valid entry when anchor is popped.
Sean Bowe [Mon, 5 Dec 2016 20:42:30 +0000 (13:42 -0700)]
Ensure cache contains valid entry when anchor is popped.

8 years agoRegression test.
Sean Bowe [Mon, 5 Dec 2016 20:41:50 +0000 (13:41 -0700)]
Regression test.

8 years agoIsolate verification to a `ProofVerifier` context object that allows verification...
Sean Bowe [Thu, 24 Nov 2016 07:03:12 +0000 (00:03 -0700)]
Isolate verification to a `ProofVerifier` context object that allows verification behavior to be tuned by the caller.

8 years agotest
jl777 [Mon, 5 Dec 2016 18:58:45 +0000 (20:58 +0200)]
test

8 years agotest
jl777 [Mon, 5 Dec 2016 18:51:58 +0000 (20:51 +0200)]
test

8 years agoIncrease timeout as laptops on battery power have cpu throttling.
Simon [Mon, 5 Dec 2016 18:46:12 +0000 (10:46 -0800)]
Increase timeout as laptops on battery power have cpu throttling.

8 years agoEdit for grammar: "block chain"
Bitcoin Error Log [Sun, 4 Dec 2016 17:02:39 +0000 (12:02 -0500)]
Edit for grammar: "block chain"

At this point, I believe it is universally accepted that "blockchain" is one word, and should not be separated into two.

8 years agoMerge pull request #78 from jl777/dPoW
jl777 [Sun, 4 Dec 2016 10:21:07 +0000 (07:21 -0300)]
Merge pull request #78 from jl777/dPoW

DPoW

8 years agoMerge pull request #77 from jl777/acspeed
jl777 [Sun, 4 Dec 2016 10:14:35 +0000 (07:14 -0300)]
Merge pull request #77 from jl777/acspeed

Acspeed

8 years agotest
jl777 [Sun, 4 Dec 2016 09:59:32 +0000 (06:59 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 23:13:20 +0000 (20:13 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 23:03:28 +0000 (20:03 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 22:25:33 +0000 (19:25 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 21:57:03 +0000 (18:57 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 18:30:00 +0000 (15:30 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 18:25:54 +0000 (15:25 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 18:01:51 +0000 (15:01 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 17:58:35 +0000 (14:58 -0300)]
test

8 years agotest
jl777 [Sat, 3 Dec 2016 17:39:28 +0000 (14:39 -0300)]
test

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