steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

add public testnet support #161

Closed lrita closed 6 years ago

lrita commented 6 years ago

add public testnet support

  1. add a local configure default_prefix, which support the different prefix of public net and testnet
  2. fixes some error in testnet.
cyon1c commented 6 years ago

@lrita As @shawnpringle mentioned, if you could break out each piece of functionality proposed into individual PR's, it will be much easier to address. Also, please ensure you address any merge conflicts that have arisen since this pr was opened.

lrita commented 6 years ago

Thanks for your reply. I will close this one and push another one later.

At first, this PR only has one functional cmd changed. I push some modifications to the fork repo to share with my friends later, and those modifications auto be merged into this RP...