Commit Graph

26570 Commits

Author SHA1 Message Date
blackjok3r
56afde8d17 move block print 2018-10-25 16:52:38 +08:00
blackjok3r
2b21b2e94d fix 2018-10-25 16:44:01 +08:00
blackjok3r
8cec48894b more error checks 2018-10-25 16:39:17 +08:00
blackjok3r
900f9fc8ec try to print block hash 2018-10-25 16:08:39 +08:00
blackjok3r
ce5bf4b081 fix 2018-10-25 14:59:02 +08:00
blackjok3r
71ee7345e5 try again 2018-10-25 14:58:22 +08:00
blackjok3r
abddda8830 try 2018-10-25 14:54:50 +08:00
blackjok3r
a3b7331773 try 2018-10-25 14:52:23 +08:00
blackjok3r
1dd2a13d7c fixed 2018-10-25 14:29:13 +08:00
blackjok3r
9b3cd72603 wtf 2018-10-25 14:23:26 +08:00
blackjok3r
806a8e93aa fix? 2018-10-25 14:15:12 +08:00
Homu
186874bb83 Auto merge of #3622 - Eirik0:rpc-assert-message, r=daira
Fix potentially misleading test failures

This is in response to https://github.com/zcash/zcash/pull/3590#discussion_r224677644

Currently statements such as:

```assert_equal("Embarassment", "Embarrassment", "Misspelling detected")```

Will produce essentially the following error:
```
Assertion failed: Misspelling detected; expected: <Embarassment> but was: <Embarrassment>
  File "/home/eirik/Development/zcash/qa/rpc-tests/test_framework/test_framework.py", line 121, in main
    self.run_test()
  File "/home/eirik/Development/zcash/qa/rpc-tests/test_spelling.py", line 13, in run_test
```
Which is misleading because the item on the left is not what is actually expected.

This PR changes the assertion failure to be displayed as:
```
Assertion failed: (left == right); Misspelling detected
  left: <Embarassment>
 right: <Embarrassment>
  File "/home/eirik/Development/zcash/qa/rpc-tests/test_framework/test_framework.py", line 121, in main
    self.run_test()
  File "/home/eirik/Development/zcash/qa/rpc-tests/test_spelling.py", line 13, in run_test
```
2018-10-24 23:14:19 -07:00
blackjok3r
a5c9904686 fix 2018-10-25 14:11:33 +08:00
blackjok3r
1ec39b2b97 try 2 arg as str 2018-10-25 14:09:51 +08:00
blackjok3r
ed7c037303 try 2018-10-25 13:26:17 +08:00
blackjok3r
d32cdefe7b test 2018-10-25 13:18:23 +08:00
blackjok3r
07f2fa7b1f hex 2018-10-25 13:00:29 +08:00
blackjok3r
ee7e3de254 fix 2018-10-25 12:57:07 +08:00
blackjok3r
6ac869140f ? 2018-10-25 12:53:05 +08:00
blackjok3r
e8cd54ea2f ? 2018-10-25 12:02:58 +08:00
blackjok3r
c4434400d1 try 2018-10-25 11:55:29 +08:00
blackjok3r
95992d4492 add t/f flag for data 2018-10-25 11:50:47 +08:00
blackjok3r
5489c976f0 fix 2018-10-25 11:37:54 +08:00
blackjok3r
e8caddfca3 include decode hex 2018-10-25 11:31:20 +08:00
blackjok3r
1e8cd9ff69 ? 2018-10-25 11:28:28 +08:00
blackjok3r
5d5c1bd473 try 2018-10-25 11:25:40 +08:00
blackjok3r
89f6e171de again 2018-10-25 11:17:16 +08:00
blackjok3r
5b11f256aa fix 2018-10-25 11:15:07 +08:00
blackjok3r
2630e93a16 ? 2018-10-25 11:11:42 +08:00
blackjok3r
7768292e18 ? 2018-10-25 11:08:15 +08:00
blackjok3r
a1141951ca try 2018-10-25 11:05:53 +08:00
blackjok3r
5e0dd924c6 try 2018-10-25 10:51:28 +08:00
blackjok3r
aae6bbcdf2 fix some 2018-10-25 10:35:51 +08:00
blackjok3r
be21e25e56 fix 2018-10-25 10:32:55 +08:00
blackjok3r
e42dcb0474 more stuff 2018-10-25 10:24:19 +08:00
miketout
ada0f5a496 Merge pull request #32 from VerusCoin/dev
Adding missing batch scripts
2018-10-24 16:09:40 -07:00
Asher Dawes
6954882ce3 Adding missing batch scripts 2018-10-24 16:03:24 -07:00
Homu
e88a069627 Auto merge of #3620 - Eirik0:fix-sendmany-errmsg, r=bitcartel
Fix error message

This error should never happen, but it may as well reference the method it is thrown from.
2018-10-24 14:12:05 -07:00
Eirik Ogilvie-Wigley
882a4f577f Fix potentially misleading test failures 2018-10-24 13:53:25 -06:00
Eirik Ogilvie-Wigley
81005fb214 Fix error message 2018-10-24 12:05:48 -06:00
blackjok3r
81ae02e649 oops 2018-10-25 01:14:47 +08:00
blackjok3r
3d29921a25 fix 2018-10-25 01:13:43 +08:00
blackjok3r
426015aa75 WOW! it works 2018-10-25 01:09:19 +08:00
blackjok3r
659f97c027 fix? 2018-10-25 01:02:19 +08:00
blackjok3r
11eccfa80b fix 2018-10-25 00:56:24 +08:00
blackjok3r
61cbc5257f fix 2018-10-25 00:55:30 +08:00
blackjok3r
04278865dc fix 2018-10-25 00:54:28 +08:00
blackjok3r
d640ffcea7 fix 2018-10-25 00:54:11 +08:00
blackjok3r
b52da6b921 try 2018-10-25 00:52:33 +08:00
blackjok3r
f8dbd08dc8 ? 2018-10-25 00:24:20 +08:00