Homu
e797c7bdb1
Auto merge of #2586 - str4d:release-script-build-progress, r=str4d
...
Add build progress to the release script if progressbar module is available
Install progressbar2 in your Python path to see the build progress.
2017-09-19 14:43:11 -07:00
Jack Grigg
53e1e64d44
List dependencies for release script in release process doc
2017-09-19 22:32:59 +01:00
Homu
17cb84a63f
Auto merge of #2582 - arielgabizon:apitweak, r=daira
...
add examples to z_getoperationresult
Add examples of usage in payment-api.md
2017-09-19 13:37:58 -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
Homu
2dfc8842ae
Auto merge of #2618 - str4d:2596-user-guide-t9n, r=str4d
...
Update user guide translations as part of release process
Part of #2596 .
2017-09-18 18:21:19 -07:00
Homu
151932d478
Auto merge of #2600 - str4d:2497-hotfix-release, r=str4d
...
Implement process for hotfix releases
Closes #2497 .
2017-09-18 16:02:26 -07:00
jl777
5d7e988543
Merge pull request #471 from jl777/dev
...
Dev
2017-09-18 23:30:50 +02:00
jl777
2552250d89
Merge pull request #470 from SuperNETorg/dev
...
checksum fix
2017-09-18 23:30:11 +02:00
ca333
b206e182a7
checksum fix
2017-09-18 23:01:12 +02:00
Ariel Gabizon
2e8aefdce1
add load-wallet benchmark
2017-09-18 21:54:53 +02:00
ca333
638b0adb96
Merge pull request #53 from jl777/dev
...
dev update
2017-09-18 21:38:41 +02:00
ca333
4dfa986774
Merge pull request #46 from jl777/beta
...
beta update
2017-09-18 21:34:42 +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
388d963ac4
Merge pull request #469 from jl777/dev
...
Test
2017-09-18 18:36:59 +02:00
jl777
8ab425f8b2
Test
2017-09-18 18:34:43 +02:00
jl777
0d73bf050f
Merge pull request #468 from jl777/dev
...
Dev
2017-09-18 17:43:19 +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
Jack Grigg
fd5724eca7
make-release.py: Send stderr to stdout
2017-09-18 10:45:03 +01:00
Jack Grigg
200ef16950
Update user guide translations as part of release process
...
Part of #2596 .
2017-09-18 08:34:34 +01: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
3e92c028ce
Add a new requirement that importprivkey API is idempotent.
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
Nathan Wilcox
63cdea4233
Add a new rpc-test-specified requirement: importprivkey outputs the associated address. (Test fails.)
2017-09-18 15:30:42 +09:00
Nathan Wilcox
d29b6b042f
key_import_export rpc-test: verify that UTXO view co-evolves for nodes sharing a key.
2017-09-18 15:30:42 +09:00
Jack Grigg
de3e143461
Clarify branching and force-building operations in hotfix process
2017-09-15 10:52:51 +01: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
Homu
3d2122d5b5
Auto merge of #2609 - str4d:2262-github-release-notes, r=str4d
...
Add GitHub release notes to release process
Closes #2262 .
2017-09-13 13:53:28 -07:00
Jack Grigg
99b7cfb3a2
Add GitHub release notes to release process
...
Closes #2262 .
2017-09-12 12:05:02 +01:00
Jack Grigg
e719bf75d4
Adjust instructions for UTXO dataset creation
...
--nocleanup is sufficient to leave the data directories behind. --noshutdown is
only useful if you want to inspect the nodes afterwards, and you'd need to
manually shut down both nodes before copying the data directories.
2017-09-11 21:53:35 +01:00
ca333
3f1494b573
Merge pull request #43 from jl777/beta
...
beta update
2017-09-07 22:00:29 +02:00
jl777
c4a12d9618
Merge pull request #466 from jl777/dev
...
Dev
2017-09-07 12:54:38 +02: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
Jack Grigg
d669871e8b
Fix bug in benchmark data generation script
2017-09-06 19:52:35 +01:00