RE: PSA: Testnet reset

You are viewing a single comment's thread from:

PSA: Testnet reset

in steem •  6 years ago  (edited)

Just in case anyone else is using this very useful setup, to use the JSONRPC method, you need to drop the **condenser_api ** aspect so

curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_discussions_by_created", "params":[{"tag":"steem","limit":1}], "id":1}' https://testnet.steem.vc

becomes

curl -s --data '{"jsonrpc":"2.0", "method":"get_discussions_by_created", "params":[{"tag":"steem","limit":1}], "id":1}' https://testnet.steem.vc

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

It seems to me this testnet node is using rather aged software.