Commit Graph

14241 Commits

Author SHA1 Message Date
Homu
f34c60de37 Auto merge of #2615 - bitcartel:2448_shield_coinbase, r=bitcartel
Add RPC command shield_coinbase #2448.

Shield transparent coinbase funds by sending to a shielded z address. Closes #2448.
2017-09-22 12:04:31 -07:00
Simon
06c19063bb Implement RPC shield_coinbase #2448. 2017-09-21 15:04:12 -07:00
Homu
8f16b27304 Auto merge of #2616 - nathan-at-least:importprivkey-shows-address.4, r=str4d
Importprivkey shows address

Scratching an itch: make `importprivkey` output the corresponding address.

Without this PR, `importprivkey` shows no output. Because we're moving towards an "address-based" RPC interface, rather than "account-based", there's a gap when using `importprivkey` because there's no way to assign it to a specific account, but also no easy way to determine the address. This change fixes that wart.
2017-09-21 14:29:03 -07:00
jl777
a74377a5bf Merge pull request #473 from jl777/dPoW
change download link from z.cash. no need to update if you already have built komodod
2017-09-20 19:12:10 +02:00
Homu
60b4a79000 Auto merge of #2620 - bitcartel:2583_watch_only_fspendable, r=str4d
Closes #2583. Exclude watch-only utxos from coin selection.
2017-09-20 04:49:48 -07:00
Simon
b17e1b4080 Closes #2583. Exclude watch-only utxos from z_sendmany coin selection. 2017-09-19 19:42:48 -07:00
Homu
6e9964ff70 Auto merge of #2613 - arielgabizon:load-wallet-benchmark, r=str4d
Add load-wallet benchmark

Closes #2518.
2017-09-19 01:52:22 -07:00
Ariel Gabizon
2e8aefdce1 add load-wallet benchmark 2017-09-18 21:54:53 +02:00
Homu
61d9c6745a Auto merge of #2545 - bhjortsberg:fixes-for-gcc-7, r=str4d
Fixes for gcc 7

This fixes a few issues when using a newer compiler (in my case gcc 7.1.1) available in for example Arch Linux.
Solves for example this issue: https://github.com/zcash/zcash/issues/2304

The first thing is an error when checking for boost_system and is solved by disabling that warning (wich is treated as an error and, hence, stops the build):

```
configure:22242: checking for exit in -lboost_system-mt
configure:22267: g++ -m64 -o conftest -std=c++11 -pipe -fPIC -O1 -fwrapv -fno-strict-aliasing -Werror -g  -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -fPIE ..<snip>... /x86_64-unknown-linux-gnu/share/../lib conftest.cpp -lboost_system-mt  -lanl  >&5
conftest.cpp:70:6: error: declaration of 'char exit()' conflicts with built-in declaration 'void exit(int)' [-Werror=builtin-declaration-mismatch]
 char exit ();
      ^~~~
cc1plus: all warnings being treated as errors

```

The second thing was to clean some code that is deprecated in C++11 which also lead to a warning treated as error. It could also be fixed with `-Wno-deprecated` but better to fix the issue in my opinion.
2017-09-18 11:45:24 -07:00
jl777
8ab425f8b2 Test 2017-09-18 18:34:43 +02:00
jl777
8dcf7f9449 Test 2017-09-18 17:32:48 +02:00
jl777
164bbe6c3b Test 2017-09-18 17:13:58 +02:00
jl777
4723d6acf5 Test 2017-09-18 16:59:22 +02:00
jl777
336a60cf9b Prevent duplicate headers 2017-09-18 16:57:31 +02:00
jl777
37782e4e3b Remove prints 2017-09-18 16:35:45 +02:00
jl777
1cf907bc75 Test 2017-09-18 16:13:32 +02:00
jl777
5f27c121a9 Test 2017-09-18 16:03:14 +02:00
jl777
e73a3943b3 Test 2017-09-18 15:57:40 +02:00
jl777
c2b0ec2e4e Test 2017-09-18 15:30:30 +02:00
jl777
5323cb13a6 Test 2017-09-18 15:16:49 +02:00
jl777
5fa9e2fe69 Test 2017-09-18 15:15:44 +02:00
jl777
b4123cf295 Test 2017-09-18 15:13:56 +02:00
jl777
74819673e6 Test 2017-09-18 15:12:16 +02:00
jl777
428690eefc Test 2017-09-18 15:10:57 +02:00
jl777
7e24efd429 Print sync messages 2017-09-18 15:09:53 +02:00
Homu
e0bef1de56 Auto merge of #2564 - str4d:2074-currency-units, r=str4d
Rationalize currency unit to "ZEC"

Cherry-picked from the upstream PR bitcoin/bitcoin#6504

Part of #2074
2017-09-18 00:07:52 -07:00
Nathan Wilcox
de422c066b [tests pass] Ensure importprivkey outputs the address in case key is already imported. 2017-09-18 15:30:42 +09:00
Nathan Wilcox
d187317083 [tests pass] Output address on new key import. 2017-09-18 15:30:42 +09:00
Homu
d1bba6f1b6 Auto merge of #2601 - str4d:2156-large-wallet-utxos, r=str4d
Benchmark time to call sendtoaddress with many UTXOs

Part of #2156.
2017-09-13 15:38:57 -07:00
jl777
e319fd1267 Test 2017-09-07 12:52:04 +02:00
jl777
923f51772f Komodo.conf for osx 2017-09-07 12:51:41 +02:00
jl777
b71b045a72 Remove win prints 2017-09-06 23:17:00 +02:00
jl777
c0c55cc83d Merge pull request #465 from jl777/dPoW
removes pax prints
2017-09-06 18:15:20 +02:00
jl777
9e602ac220 Remove pax prints 2017-09-06 18:09:39 +02:00
jl777
41492cf9b0 Merge pull request #462 from jl777/dPoW
paxprice fixes, no need to update if you dont run pax fiat assetchains
2017-09-01 11:53:48 +02:00
jl777
95d884b6af Test 2017-09-01 10:46:11 +02:00
jl777
5246c7edf8 Fix paxprice 2017-08-31 18:17:26 +02:00
jl777
a8256266cc Test 2017-08-31 17:48:14 +02:00
Jack Grigg
a76174b76b Benchmark time to call sendtoaddress with many UTXOs 2017-08-31 02:15:06 +01:00
jl777
f972c717da Test 2017-08-26 14:56:57 +02:00
jl777
bf75a6e772 Test 2017-08-26 14:43:30 +02:00
jl777
dc462b9cbb Test 2017-08-26 14:08:47 +02:00
jl777
b4810651af Test 2017-08-26 13:56:11 +02:00
jl777
520819e7f2 Test 2017-08-26 13:28:15 +02:00
jl777
298ca9e5de Test 2017-08-26 13:25:02 +02:00
jl777
a76936f95b Test 2017-08-26 12:51:32 +02:00
jl777
507b1a9511 Revert 2017-08-26 12:43:08 +02:00
jl777
7bf0b7a62a Fix btc overflow 2017-08-26 12:31:40 +02:00
jl777
768dccac67 Test 2017-08-26 11:04:47 +02:00
jl777
c2daacd692 Test 2017-08-26 10:56:13 +02:00