]> Git Repo - VerusCoin.git/log
VerusCoin.git
8 years agoAuto merge of #1980 - bitcartel:fix_z_sendmany_logging_bug_txid, r=ebfull
zkbot [Wed, 18 Jan 2017 05:10:18 +0000 (05:10 +0000)]
Auto merge of #1980 - bitcartel:fix_z_sendmany_logging_bug_txid, r=ebfull

Fix bug where z_sendmany logged incorrect txid fragment when sending from taddr

Closes #1987.

8 years agoAuto merge of #1977 - bitcartel:1967_z_sendmany_debug_age_of_notes, r=ebfull
zkbot [Wed, 18 Jan 2017 04:29:06 +0000 (04:29 +0000)]
Auto merge of #1977 - bitcartel:1967_z_sendmany_debug_age_of_notes, r=ebfull

Fixes #1967 by adding age of note to z_sendmany logging.

8 years agoAuto merge of #1976 - bitcartel:1964_z_sendmany_exception_handling, r=ebfull
zkbot [Wed, 18 Jan 2017 03:48:12 +0000 (03:48 +0000)]
Auto merge of #1976 - bitcartel:1964_z_sendmany_exception_handling, r=ebfull

Fixes #1964 to catch general exception in z_sendmany and catch exceptions as reference-to-const.

8 years agoAuto merge of #1974 - str4d:1948-debian-lint, r=ebfull
zkbot [Wed, 18 Jan 2017 03:07:07 +0000 (03:07 +0000)]
Auto merge of #1974 - str4d:1948-debian-lint, r=ebfull

Fix Debian lintian warnings

Closes #1948.

8 years agoAuto merge of #1973 - str4d:1943-remove-extraneous-bins-from-dist, r=ebfull
zkbot [Wed, 18 Jan 2017 02:26:12 +0000 (02:26 +0000)]
Auto merge of #1973 - str4d:1943-remove-extraneous-bins-from-dist, r=ebfull

Exclude test binaries from make install

Closes #1943.

8 years agoAuto merge of #1972 - str4d:1950-ensure-messages-are-rendered, r=ebfull
zkbot [Wed, 18 Jan 2017 01:45:04 +0000 (01:45 +0000)]
Auto merge of #1972 - str4d:1950-ensure-messages-are-rendered, r=ebfull

Ensure messages are rendered in the metrics UI

Part of #1950.

8 years agoAuto merge of #1942 - str4d:1940-threaded-createjoinsplit, r=ebfull
zkbot [Wed, 18 Jan 2017 01:04:05 +0000 (01:04 +0000)]
Auto merge of #1942 - str4d:1940-threaded-createjoinsplit, r=ebfull

Extend createjoinsplit to benchmark parallel JoinSplits

Closes #1940

8 years agoAuto merge of #1935 - arcalinea:1934_user_followup_in_release_process, r=ebfull
zkbot [Wed, 18 Jan 2017 00:20:57 +0000 (00:20 +0000)]
Auto merge of #1935 - arcalinea:1934_user_followup_in_release_process, r=ebfull

Update release process to check in with users who opened resolved issues

Updates release-process.md to include a step to check in with users who opened `user support` issues resolved in the release.
Resolves #1934.

8 years agoAuto merge of #1991 - bitcartel:1960_z_getoperation_include_call_details, r=ebfull
zkbot [Tue, 17 Jan 2017 19:24:07 +0000 (19:24 +0000)]
Auto merge of #1991 - bitcartel:1960_z_getoperation_include_call_details, r=ebfull

Fixes #1960: z_getoperationstatus/result now includes operation details.

8 years agoAuto merge of #2016 - ioptio:issue-template, r=str4d
zkbot [Tue, 17 Jan 2017 13:37:29 +0000 (13:37 +0000)]
Auto merge of #2016 - ioptio:issue-template, r=str4d

Create ISSUE_TEMPLATE.md

8 years agoAuto merge of #2023 - str4d:create-config-file-in-perf-tests, r=str4d
zkbot [Tue, 17 Jan 2017 12:23:49 +0000 (12:23 +0000)]
Auto merge of #2023 - str4d:create-config-file-in-perf-tests, r=str4d

Create empty zcash.conf during performance measurements

Fixes benchmarking regression caused by #2013.

8 years agoCreate empty zcash.conf during performance measurements
Jack Grigg [Tue, 17 Jan 2017 12:19:49 +0000 (13:19 +0100)]
Create empty zcash.conf during performance measurements

8 years agoAuto merge of #2015 - bitcartel:1780_sort_getoperationstatus, r=ebfull
zkbot [Tue, 17 Jan 2017 04:06:28 +0000 (04:06 +0000)]
Auto merge of #2015 - bitcartel:1780_sort_getoperationstatus, r=ebfull

Closes #1780. Result of z_getoperationstatus now sorted by operation's creation time.

8 years agoGenerate Debian control file to fix shlibs lint
Jack Grigg [Tue, 3 Jan 2017 15:17:21 +0000 (16:17 +0100)]
Generate Debian control file to fix shlibs lint

8 years agoDebian package lint
Jack Grigg [Tue, 3 Jan 2017 12:11:55 +0000 (13:11 +0100)]
Debian package lint

- Tweak description synopsis to make Debian happy
- Put bash completion files in correct directory
- Add a manpage for zcash-fetch-params

8 years agoFixes #1960: z_getoperationstatus/result now includes operation details.
Simon [Sat, 7 Jan 2017 15:41:42 +0000 (07:41 -0800)]
Fixes #1960: z_getoperationstatus/result now includes operation details.

8 years agoAuto merge of #2013 - str4d:2002-require-zcash-conf, r=ebfull
zkbot [Mon, 16 Jan 2017 23:09:38 +0000 (23:09 +0000)]
Auto merge of #2013 - str4d:2002-require-zcash-conf, r=ebfull

Require zcash.conf to start zcashd

Closes #2002.

8 years agoAuto merge of #2021 - str4d:1539-fix-test-ordering-again, r=ebfull
zkbot [Mon, 16 Jan 2017 20:30:22 +0000 (20:30 +0000)]
Auto merge of #2021 - str4d:1539-fix-test-ordering-again, r=ebfull

Fix gtest ordering broken by #1949

Part of #1539

8 years agoFix gtest ordering broken by #1949
Jack Grigg [Mon, 16 Jan 2017 19:16:29 +0000 (20:16 +0100)]
Fix gtest ordering broken by #1949

Part of #1539

8 years agoAuto merge of #2019 - bitcartel:remove-bom, r=ebfull
zkbot [Mon, 16 Jan 2017 17:02:35 +0000 (17:02 +0000)]
Auto merge of #2019 - bitcartel:remove-bom, r=ebfull

Remove UTF-8 BOM 0xefbbbf from zcash.conf to avoid problems with command line tools

Closes #2018

8 years agoRemove UTF-8 BOM efbbbf from zcash.conf to avoid problems with command line tools
Simon [Fri, 13 Jan 2017 02:26:20 +0000 (18:26 -0800)]
Remove UTF-8 BOM efbbbf from zcash.conf to avoid problems with command line tools

8 years agomove template to subdirectory, fix typo, include prompt under describing issue sectio...
Paige Peterson [Thu, 12 Jan 2017 21:42:19 +0000 (16:42 -0500)]
move template to subdirectory, fix typo, include prompt under describing issue section, include uploading file directly to github ticket as option for sharing logs

8 years agoCreate ISSUE_TEMPLATE.md
Paige Peterson [Wed, 11 Jan 2017 21:55:29 +0000 (16:55 -0500)]
Create ISSUE_TEMPLATE.md

8 years agoCloses #1780. Result of z_getoperationstatus now sorted by creation time of operation
Simon [Wed, 11 Jan 2017 19:49:10 +0000 (11:49 -0800)]
Closes #1780. Result of z_getoperationstatus now sorted by creation time of operation

8 years agoShow a friendly message explaining why zcashd needs a zcash.conf
Jack Grigg [Wed, 11 Jan 2017 11:55:35 +0000 (12:55 +0100)]
Show a friendly message explaining why zcashd needs a zcash.conf

8 years agoThrow an error if zcash.conf is missing
Jack Grigg [Tue, 10 Jan 2017 15:33:41 +0000 (16:33 +0100)]
Throw an error if zcash.conf is missing

An empty zcash.conf is sufficient to bypass this error.

8 years agoAuto merge of #2009 - bitcartel:2008_update_copyright_to_2017, r=str4d
zkbot [Tue, 10 Jan 2017 11:17:13 +0000 (11:17 +0000)]
Auto merge of #2009 - bitcartel:2008_update_copyright_to_2017, r=str4d

Bump COPYRIGHT_YEAR from 2016 to 2017.

Closes #2008

8 years agoBump COPYRIGHT_YEAR from 2016 to 2017.
Simon [Tue, 10 Jan 2017 07:23:36 +0000 (23:23 -0800)]
Bump COPYRIGHT_YEAR from 2016 to 2017.

8 years agoAuto merge of #1949 - str4d:1810-fix-disablewallet, r=str4d
zkbot [Mon, 9 Jan 2017 17:36:41 +0000 (17:36 +0000)]
Auto merge of #1949 - str4d:1810-fix-disablewallet, r=str4d

Fix --disablewallet

Closes #1810.

8 years agoAuto merge of #1986 - tromer:createjoinsplit-startprofiling, r=ebfull
zkbot [Thu, 5 Jan 2017 18:07:53 +0000 (18:07 +0000)]
Auto merge of #1986 - tromer:createjoinsplit-startprofiling, r=ebfull

CreateJoinSplit: add start_profiling() call

This solves the problem of profiling output from the CreteJoinSplit benchmarking binary displaying nonsensical large time values.

8 years agoCreateJoinSplit: add start_profiling() call
Eran Tromer [Thu, 5 Jan 2017 16:25:41 +0000 (11:25 -0500)]
CreateJoinSplit: add start_profiling() call

This solves the problem of profiling output displaying nonsensical large time values.

8 years agoAuto merge of #1981 - ebfull:fixing-homu-merge, r=ebfull
zkbot [Thu, 5 Jan 2017 07:42:12 +0000 (07:42 +0000)]
Auto merge of #1981 - ebfull:fixing-homu-merge, r=ebfull

Add 'CreateJoinSplit' standalone utility to gitignore.

Closes #1926 (I'm going to use this little change to test the homu code change.)

8 years agoHandle newlines in UI messages
Jack Grigg [Thu, 5 Jan 2017 07:38:35 +0000 (08:38 +0100)]
Handle newlines in UI messages

8 years agoAdd 'CreateJoinSplit' standalone utility to gitignore.
Sean Bowe [Thu, 5 Jan 2017 07:31:22 +0000 (00:31 -0700)]
Add 'CreateJoinSplit' standalone utility to gitignore.

8 years agoStrip out the SECURE flag in metrics UI so message style is detected
Jack Grigg [Tue, 3 Jan 2017 09:26:49 +0000 (10:26 +0100)]
Strip out the SECURE flag in metrics UI so message style is detected

8 years agoTrigger metrics UI refresh on new messages
Jack Grigg [Tue, 3 Jan 2017 09:21:00 +0000 (10:21 +0100)]
Trigger metrics UI refresh on new messages

8 years agoFixes a bug where the unsigned transaction was logged by z_sendmany
Simon [Wed, 4 Jan 2017 20:17:23 +0000 (12:17 -0800)]
Fixes a bug where the unsigned transaction was logged by z_sendmany
after a successful sign and send, meaning that the logged hash fragment
would be different from the txid logged by "AddToWallet".  This issue
occured when sending from transparent addresses, as utxo inputs must be
signed.  It did not occur when sending from shielded addresses.

8 years agoFixes #1967 by adding age of note to z_sendmany logging.
Simon [Wed, 4 Jan 2017 07:57:11 +0000 (23:57 -0800)]
Fixes #1967 by adding age of note to z_sendmany logging.

8 years agoFixes #1964 to catch general exception in z_sendmany and catch
Simon [Tue, 3 Jan 2017 20:50:19 +0000 (12:50 -0800)]
Fixes #1964 to catch general exception in z_sendmany and catch
exceptions as reference-to-const.

8 years agoExclude test binaries from make install
Jack Grigg [Tue, 3 Jan 2017 10:23:21 +0000 (11:23 +0100)]
Exclude test binaries from make install

Closes #1943.

8 years agoAuto merge of #1946 - str4d:blockchain-stats-num-commitments, r=ebfull
zkbot [Fri, 16 Dec 2016 21:47:53 +0000 (21:47 +0000)]
Auto merge of #1946 - str4d:blockchain-stats-num-commitments, r=ebfull

Add total number of commitments to getblockchaininfo

8 years agoAdd test for IncrementalMerkleTree::size().
Sean Bowe [Fri, 16 Dec 2016 20:50:55 +0000 (13:50 -0700)]
Add test for IncrementalMerkleTree::size().

8 years agoAdd a tool for profiling the creation of JoinSplits
Jack Grigg [Fri, 16 Dec 2016 13:39:35 +0000 (02:39 +1300)]
Add a tool for profiling the creation of JoinSplits

8 years agoOnly run wallet tests when wallet is enabled
Jack Grigg [Thu, 15 Dec 2016 21:52:00 +0000 (10:52 +1300)]
Only run wallet tests when wallet is enabled

8 years agoOnly enable getblocktemplate when wallet is enabled
Jack Grigg [Thu, 15 Dec 2016 21:44:04 +0000 (10:44 +1300)]
Only enable getblocktemplate when wallet is enabled

8 years agoRelease notes, authors, changelog
Jack Grigg [Thu, 15 Dec 2016 03:47:49 +0000 (16:47 +1300)]
Release notes, authors, changelog

8 years agoUpdate man pages
Jack Grigg [Thu, 15 Dec 2016 03:45:18 +0000 (16:45 +1300)]
Update man pages

8 years agoUpdate version to 1.0.4
Jack Grigg [Thu, 15 Dec 2016 03:33:09 +0000 (16:33 +1300)]
Update version to 1.0.4

8 years agoAdd total number of commitments to getblockchaininfo
Jack Grigg [Thu, 15 Dec 2016 02:50:26 +0000 (15:50 +1300)]
Add total number of commitments to getblockchaininfo

8 years agoAuto merge of #1939 - str4d:1933-fix-bug, r=str4d
zkbot [Thu, 15 Dec 2016 01:32:30 +0000 (01:32 +0000)]
Auto merge of #1939 - str4d:1933-fix-bug, r=str4d

Only increment new notes on reindex

Addresses another issue in #1904.

When an existing one of our notes was found again, its cache was reset and it was re-witnessed. This would cause encountered notes to get out-of-sync with the otherwise-ignored newer notes, which could be a problem if the wallet data happens to be written out during a reindex.

8 years agoUpdate payment API docs to recommend -rescan for fixing witness errors
Jack Grigg [Thu, 15 Dec 2016 01:30:40 +0000 (14:30 +1300)]
Update payment API docs to recommend -rescan for fixing witness errors

8 years agoExtend createjoinsplit to benchmark parallel JoinSplits
Jack Grigg [Wed, 14 Dec 2016 02:26:02 +0000 (15:26 +1300)]
Extend createjoinsplit to benchmark parallel JoinSplits

Closes #1940

8 years agoAuto merge of #1938 - ebfull:g2-subgroup-check, r=str4d
zkbot [Tue, 13 Dec 2016 11:26:23 +0000 (11:26 +0000)]
Auto merge of #1938 - ebfull:g2-subgroup-check, r=str4d

Additional well-formedness check for G2 elements

libsnark currently checks that G<sub>1</sub> and G<sub>2</sub> elements are well-formed by ensuring that they satisfy their respective curve equations, and although this is enough for G<sub>1</sub> (which is instantiated as an order r curve E/F<sub>p</sub>: y^2 = x^3 + b), G<sub>2</sub> is the order r *subgroup* of the composite order r(2q-r) curve E'/Fp<sup>2</sup>: y^2 = x^3 + b/e constructed via a sextic twisting isomorphism. This means we need to ensure these points are order r as well.

None of the proofs on the Zcash blockchain violate this check, and it may not even be possible for them to violate this check (bilinearity is not preserved). Let's be cautious and do it anyway.

8 years agoAuto merge of #1892 - str4d:1749-disable-js-verification-before-checkpoints, r=str4d
zkbot [Tue, 13 Dec 2016 10:36:48 +0000 (10:36 +0000)]
Auto merge of #1892 - str4d:1749-disable-js-verification-before-checkpoints, r=str4d

Skip JoinSplit verification before the last checkpoint

Part of #1749

8 years agoFix bug in IncrementNoteWitness()
Jack Grigg [Tue, 13 Dec 2016 09:53:52 +0000 (22:53 +1300)]
Fix bug in IncrementNoteWitness()

8 years agoRewrite reindex test to check beyond the max witness cache size
Jack Grigg [Tue, 13 Dec 2016 09:53:29 +0000 (22:53 +1300)]
Rewrite reindex test to check beyond the max witness cache size

8 years agoExtract block-generation wallet test code into a function
Jack Grigg [Tue, 13 Dec 2016 09:53:11 +0000 (22:53 +1300)]
Extract block-generation wallet test code into a function

8 years agoFix bug in wallet tests
Jack Grigg [Tue, 13 Dec 2016 09:49:29 +0000 (22:49 +1300)]
Fix bug in wallet tests

8 years agoCheck that E' points are actually in G2 by ensuring they are of order r.
Sean Bowe [Tue, 13 Dec 2016 02:14:42 +0000 (19:14 -0700)]
Check that E' points are actually in G2 by ensuring they are of order r.

8 years agoUpdate release process to check in with users who opened resolved issues
Jay Graber [Mon, 12 Dec 2016 21:28:00 +0000 (13:28 -0800)]
Update release process to check in with users who opened resolved issues

8 years agoOnly check cache validity for witnesses being incremented or decremented
Jack Grigg [Sat, 10 Dec 2016 01:33:43 +0000 (14:33 +1300)]
Only check cache validity for witnesses being incremented or decremented

Fixes the bug resulting from #1904.

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 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 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 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 agoSkip JoinSplit verification before the last checkpoint
Jack Grigg [Wed, 23 Nov 2016 04:04:20 +0000 (17:04 +1300)]
Skip JoinSplit verification before the last checkpoint

Part of #1749

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 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 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 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 agoFixes #1823. Witness anchors for input notes no longer cross block boundaries.
Simon [Sat, 3 Dec 2016 08:22:42 +0000 (00:22 -0800)]
Fixes #1823. Witness anchors for input notes no longer cross block boundaries.

8 years agoAdd Zcash RPC commands to CLI argument completion
Jack Grigg [Fri, 2 Dec 2016 04:41:37 +0000 (17:41 +1300)]
Add Zcash RPC commands to CLI argument completion

8 years agoAlways bash-complete the default account
Jack Grigg [Fri, 2 Dec 2016 04:26:57 +0000 (17:26 +1300)]
Always bash-complete the default account

8 years agoAdd bash completion files to Debian package
Jack Grigg [Fri, 2 Dec 2016 04:12:38 +0000 (17:12 +1300)]
Add bash completion files to Debian package

8 years agoChange function names to not clash with Bitcoin, apply to correct binaries
Jack Grigg [Fri, 2 Dec 2016 04:09:44 +0000 (17:09 +1300)]
Change function names to not clash with Bitcoin, apply to correct binaries

8 years agobash-completion: Adapt for 0.12 and 0.13
Christian von Roques [Sun, 26 Jun 2016 20:20:12 +0000 (16:20 -0400)]
bash-completion: Adapt for 0.12 and 0.13

 * separate completion for bitcoind and bitcoin-cli
 * remove RPC support from bitcoind completion
 * add completion for bitcoin-tx and bitcoin-qt
 * rely on autoloading of completions

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