Commit Graph

10594 Commits

Author SHA1 Message Date
jl777
62b751ab2c test 2016-10-25 18:13:50 -03:00
jl777
46ff751344 test 2016-10-25 18:09:30 -03:00
Paige Peterson
7ac57982d6 add zcash.config 2016-10-25 16:24:01 -04:00
zkbot
489f1d38ee Auto merge of #1629 - bitcartel:1616_wallet_disallow_coinbase_change, r=daira
Add z_sendmany rule that when coinbase utxos must be spent in their entirety, with no change

See #1616 - coinbase utxos must be consumed entirely, without any change, since there
is currently no way to specify a change address in z_sendmany.
2016-10-25 15:40:36 -04:00
jl777
c0160cc377 test 2016-10-25 16:11:13 -03:00
zkbot
a1f81867f0 Auto merge of #1620 - bitcartel:1616_z_sendmany_need_0_message_bug, r=bitcartel
Fix incorrect error message in z_sendmany

Fixes one of the problems in #1616.
2016-10-25 15:02:29 -04:00
Daira Hopwood
c5b9bd9cad util: Update tinyformat
Updates `tinyformat.h` to commit
3a33bbf654 upstream.

Makes sure that our local changes are kept:

- #3767 1b8fd35aad Make tinyformat errors raise an exception instead of assert()ing
- #4735 9b6d4c5cdc Move strprintf define to tinyformat.h
- #4748 6e5fd003e0 include stdexcept (for std::exception)
- #8000 9eaa0afa6ec5d3dd01e4d01121314ef51f2bc305 force USE_VARIADIC_TEMPLATES
- Add `std::string format(const std::string &fmt...` added this
  at the time, as we want to be able to do `strprintf(_(...), ...)`

Inspired by #8264.
2016-10-25 19:48:38 +01:00
jl777
4556286725 test 2016-10-25 15:44:25 -03:00
jl777
e78fb5d338 test 2016-10-25 15:34:23 -03:00
jl777
4d4aa3ec21 test 2016-10-25 15:30:17 -03:00
jl777
d15d37d20b test 2016-10-25 15:26:20 -03:00
Simon
ad0ba9467d Add assert to AsyncRPCOperation_sendmany 2016-10-25 11:25:05 -07:00
jl777
5ae7efc18b test 2016-10-25 15:22:01 -03:00
jl777
ea3631c602 test 2016-10-25 15:21:03 -03:00
jl777
83c2d095e7 test 2016-10-25 15:19:28 -03:00
jl777
a7798b0d98 test 2016-10-25 15:15:00 -03:00
jl777
365378b529 test 2016-10-25 15:09:14 -03:00
jl777
978a39245e test 2016-10-25 15:05:39 -03:00
jl777
46beb55e21 test 2016-10-25 15:04:07 -03:00
jl777
d84012ad44 test 2016-10-25 15:02:20 -03:00
jl777
2c36c760e5 test 2016-10-25 14:57:31 -03:00
jl777
51d5c72a2b test 2016-10-25 14:56:00 -03:00
jl777
fd1799a631 test 2016-10-25 14:54:51 -03:00
jl777
189d9dee6c test 2016-10-25 14:32:58 -03:00
jl777
da00f2ddcb test 2016-10-25 14:28:56 -03:00
jl777
6663a06db8 test 2016-10-25 14:14:27 -03:00
jl777
0ac1f6fc8f test 2016-10-25 14:09:52 -03:00
jl777
484f87773a test 2016-10-25 14:08:41 -03:00
jl777
1e2b1c77a6 test 2016-10-25 13:40:08 -03:00
jl777
9efac2fe27 test 2016-10-25 13:33:15 -03:00
jl777
438d3f359f test 2016-10-25 13:25:07 -03:00
jl777
b5f08ccf9c test 2016-10-25 12:58:23 -03:00
jl777
09019cdcf2 test 2016-10-25 12:47:58 -03:00
jl777
d9e9d8da10 test 2016-10-25 12:46:59 -03:00
jl777
7637aa7fb7 test 2016-10-25 12:44:59 -03:00
zkbot
511c5ec1d0 Auto merge of #1615 - arithmetric:1612.fix-floating-point-exception, r=daira
Fixing floating point exception in non-TTY environments

As reported in #1612, a floating point exception occurs when zcashd is started with `showmetrics` enabled in environments without a TTY, such as when started as a service or piped to a file.

The root cause is that the metrics code attempts to get the screen width and uses this as a divisor in calculations. For non-TTY environments, this value is 0, leading to a division by zero error.

This PR adds a default screen width of 80 and uses the actual screen width only if the width can be fetched (and in a TTY environment).
2016-10-25 11:43:28 -04:00
jl777
ba8f30436f test 2016-10-25 12:36:22 -03:00
jl777
6fbbb4cd5f test 2016-10-25 12:35:06 -03:00
jl777
09cc09abcb test 2016-10-25 12:26:15 -03:00
jl777
8859397696 test 2016-10-25 12:24:14 -03:00
Daira Hopwood
9cb7abafb5 Changes to upgrade bdb to 6.2.23
ref #1255
2016-10-25 16:18:19 +01:00
jl777
e9595d76d6 test 2016-10-25 12:18:07 -03:00
Daira Hopwood
86b671eae0 Fix licensing to comply with OpenSSL and Berkeley DB licenses.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-25 16:18:06 +01:00
Daira Hopwood
666a401f42 Refactor README docs to avoid duplication.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-25 16:14:38 +01:00
jl777
cc686fe52d test 2016-10-25 12:08:22 -03:00
jl777
05d3d5ff31 test 2016-10-25 12:02:16 -03:00
jl777
b858fa74b4 test 2016-10-25 12:01:19 -03:00
jl777
9b0e1808f3 test 2016-10-25 11:59:33 -03:00
jl777
4aa2c64e7b test 2016-10-25 10:51:04 -03:00
jl777
e30a267f36 test 2016-10-25 10:42:43 -03:00