Commit Graph

24162 Commits

Author SHA1 Message Date
Mihailo Milenkovic
f29445f03e Fix 2018-10-26 21:45:52 +02:00
blackjok3r
8d50000c49 try send in chunks 2018-10-27 01:34:24 +08:00
blackjok3r
99196bfb15 fix 2018-10-27 00:35:18 +08:00
Asher Dawes
95b8f04f77 Updating version 2018-10-26 09:29:57 -07:00
blackjok3r
baa6c49084 try this 2018-10-27 00:29:21 +08:00
Asher Dawes
395f18f556 Merge pull request #146 from miketout/dev
Dev
2018-10-26 09:21:53 -07:00
blackjok3r
fd8fe7b404 try 2018-10-27 00:13:26 +08:00
Mihailo Milenkovic
07660bb098 Fix 2018-10-26 18:08:39 +02:00
blackjok3r
5e786e2e4c fix 2018-10-27 00:07:45 +08:00
blackjok3r
b1727e55cb try 2018-10-27 00:01:24 +08:00
Mihailo Milenkovic
b18631ae2b Fix 2018-10-26 17:49:21 +02:00
blackjok3r
db0fa8d71c try? 2018-10-26 23:41:49 +08:00
blackjok3r
8c552c067c debug 2018-10-26 23:23:49 +08:00
blackjok3r
7700741e46 try? 2018-10-26 23:08:26 +08:00
Mihailo Milenkovic
32572846de Fix 2018-10-26 16:55:36 +02:00
Mihailo Milenkovic
4dbfd427b7 Fix 2018-10-26 16:40:58 +02:00
Mihailo Milenkovic
2fd999a2f6 Multisig withdraw fix 2018-10-26 13:00:16 +02:00
miketout
a12f70bf55 Ensure that only valid staking transactions are synced with wallets 2018-10-26 01:04:07 -07:00
miketout
846b64df6f Merge branch 'dev' of https://github.com/miketout/komodo into dev 2018-10-25 23:25:55 -07:00
miketout
4c8293dc76 Fixed issue #145, should fix stake synching with wallets 2018-10-25 23:25:31 -07:00
Alrighttt
9fbf73b632 comment out spamming addoracleeinputs print 2018-10-26 01:08:26 +02:00
blackjok3r
c3a4829ba5 try fix for calling getdata out of order 2018-10-25 17:46:09 +08:00
jl777
3ba3090468 syntax 2018-10-24 22:18:54 -11:00
jl777
c83d68baaa Allow z_sendmany to notaryaddr 2018-10-24 22:16:45 -11:00
blackjok3r
8c0de51c08 fix 2018-10-25 17:00:35 +08:00
blackjok3r
d647a00ba7 ready for a new chain 2018-10-25 16:59:24 +08:00
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