Commit Graph

16599 Commits

Author SHA1 Message Date
Daira Hopwood
b4353db5d6 pyflakes cleanups to RPC tests after Overwinter PRs.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2018-03-12 14:15:25 +00:00
Scott Sadler
a8acafb354 test suite for replacementPool 2018-03-12 01:57:35 -03:00
Scott Sadler
346eb4ae25 small refactor 2018-03-09 09:40:31 -03:00
Jack Grigg
a6ae8f55ae Split declaration and definition of SPROUT_BRANCH_ID constant
Fixes an initialization-order-fiasco error detected by ASan:
https://ci.z.cash/#/builders/7/builds/149
2018-03-09 09:42:20 +00:00
Scott Sadler
1fe68cf52a process orphan transactions after processing replacements 2018-03-08 23:01:00 -03:00
jl777
137a67c987 Merge pull request #537 from jl777/dev
Dev
2018-03-08 22:46:51 +02:00
Scott Sadler
e102037e61 cleanup transaction replacement return codes 2018-03-08 16:35:39 -03:00
Scott Sadler
2b2c75de29 basic implementation of transaction replacement. requires cleanup and testing 2018-03-08 15:15:01 -03:00
Scott Sadler
b21d2e0f9d gitignore binaries 2018-03-08 13:08:37 -03:00
jl777
80c9f9983c Merge pull request #536 from jl777/oot
OOT coin s01e01
2018-03-08 18:03:01 +02:00
Mihail Fedorov
14a73f0388 OOT coin 2018-03-08 19:00:32 +03:00
Homu
d88a12262c Auto merge of #3050 - bitcartel:cleanup_define_X, r=daira
Code clean up. Remove use of X macro.

Closes #3049
2018-03-08 03:19:29 -08:00
jl777
bc61f3a7a3 Merge pull request #535 from jl777/dev
Dev
2018-03-08 11:19:21 +02:00
jl777
8bf7255043 Merge pull request #534 from jl777/jl777
Jl777
2018-03-08 11:18:38 +02:00
jl777
f233f9b156 Revert 2018-03-08 05:46:26 +02:00
jl777
ca65f7ab1e Test 2018-03-08 05:40:10 +02:00
jl777
b9ed58da29 Merge pull request #533 from jl777/jl777
Change IsInitialBlockDownload for asset chains to match KMD
2018-03-08 05:31:17 +02:00
jl777
1931844a9c Change IsInitialBlockDownload for asset chains to match KMD 2018-03-08 05:30:26 +02:00
jl777
34a077d8a3 Merge pull request #532 from jl777/jl777
Jl777
2018-03-08 03:21:24 +02:00
jl777
4e0d20786b Test 2018-03-08 02:37:17 +02:00
jl777
6dc496fb3d Test 2018-03-08 01:47:56 +02:00
jl777
2c5af2cd09 -print 2018-03-08 01:47:06 +02:00
jl777
a36a3726cf Mark failed blocks due to changed state 2018-03-08 01:28:39 +02:00
jl777
3ecbf90134 Test already existing block 2018-03-08 01:15:08 +02:00
jl777
beb911ecb4 Prints 2018-03-08 00:30:41 +02:00
jl777
cc07ad72d7 Test 2018-03-07 20:50:07 +02:00
jl777
e2c2f297d1 Accept pre-notarization block that matches 2018-03-07 20:32:08 +02:00
Brad Miller
e882e3c06f Clean up 2018-03-07 09:33:55 -07:00
jl777
63998b6634 revert 2018-03-07 00:58:36 +02:00
jl777
17abd35a71 Dont write rpcport into .conf 2018-03-07 00:57:48 +02:00
Homu
b3a656cf53 Auto merge of #3048 - str4d:analysis-tools, r=str4d
Add configure flags for enabling ASan/UBSan and TSan

Also adds an environment variable for setting configure flags in `./zcutil/build.sh`.
2018-03-06 11:53:43 -08:00
Homu
99d9e1483f Auto merge of #2987 - leto:rpc-readme, r=bitcartel
Fix references to Bitcoin in RPC tests readme

This is a vintage documentation bug, which I just fixed in Hush as well.
2018-03-05 15:22:36 -08:00
Simon
7e9d662ef6 Code clean up. Remove use of X macro. 2018-03-05 15:00:33 -08:00
Homu
796ea3815e Auto merge of #2965 - rofl0r:patch-1, r=str4d
fix build error due to usage of obsolete boost_system-mt

closes #2304 for real
2018-03-05 06:25:56 -08:00
jl777
2d731fb2d8 Merge pull request #531 from jl777/jl777
Jl777
2018-03-05 10:24:02 +02:00
jl777
47ca6eb3c2 Remove -Werror to allow compile on more OS variants 2018-03-05 10:23:01 +02:00
jl777
ff0e23d17e Test 2018-03-04 10:39:54 +02:00
jl777
2458b054ec Test 2018-03-04 10:36:35 +02:00
jl777
7fbab03f73 Test 2018-03-04 10:23:36 +02:00
jl777
7c5999c9f0 Prints 2018-03-04 10:21:33 +02:00
jl777
f8f7a4d4cd Test 2018-03-04 10:11:12 +02:00
jl777
b9dddf15c4 Test 2018-03-04 10:07:57 +02:00
jl777
ff4e7f8672 Test 2018-03-04 10:03:55 +02:00
jl777
67a9ed29ae Test 2018-03-04 10:03:13 +02:00
jl777
fbdd7dde33 Test 2018-03-04 10:02:44 +02:00
jl777
5968c21549 Test 2018-03-04 10:01:29 +02:00
jl777
0df0ed0c68 CLTV fprintf 2018-03-04 09:59:21 +02:00
jl777
117ce4fc32 Merge pull request #530 from letolabs/docs
Documentation improvements
Thanks duke!!
2018-03-04 09:15:53 +02:00
Duke Leto
70df47b78b Correct ports in manpages 2018-03-04 06:43:17 +00:00
Jonathan "Duke" Leto
1785f62bbb Fix rpc help ports 2018-03-03 20:51:46 -08:00