decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

rpc: add methods #58

Closed JoeGruffins closed 4 years ago

JoeGruffins commented 4 years ago
 - existsaddress
 - existsaddresses
 - existsexpiredtickets (not a great test)
 - existsliveticket
 - existslivetickets
 - existsmempooltxs
 - existsmissedtickets
 - generate (no test)
 - getaddednodeinfo (basically no test)
 - getbestblockhash
 - getblock
JoeGruffins commented 4 years ago

Also moved all the reused and big constants to the top of the test_rpc file.

JoeGruffins commented 4 years ago

I realize there are a lot of return values that should be ByteArrays, but I'd like to do that in my next pr.