roadscape.
roadscape.
`get_active_votes` seems to be affected by the same bug; ``` curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_active_votes", "params":["emrebeyler", "witness-update-new-infrastructure-projects-and-statement-regarding-recent-incidents"], "id":1}' https://api.steemit.com ``` `{"id":1,"jsonrpc":"2.0","result":[{"voter":"eric-boucher","weight":20819,"rshares":"174640542812","percent":5000,"reputation":0,"time":"2019-01-19T15:18:51"},{...` But `get_accounts` works fine: ``` curl -s --data '{"jsonrpc":"2.0",...
Gandalf's OP: > ## [HF21 Testnet] Blog posts are missing > > Well, not sure if that's anything testnet related (out of scope of HF21) it just appeared during operations...
Documented here: https://github.com/steemit/steem/issues/3052
How else do you get the status of a transaction or find which block it's in? Exchanges rely on this method through block explorers such as steemd.com; they use it...
An exchange also reported an account history `op_in_trx` inconsistency. `condenser_api.get_account_history` returned an operation with `"op_in_trx": 0`, while `get_transaction` reveals `op_in_trx` should be `90`. ---- `condenser_api.get_account_history` response: ```{ "jsonrpc": "2.0", "result":...
Ok it sounds like they are using the non-rocksdb account history.
FYI: This call on api.steemit.com is now powered by https://github.com/steemit/hivemind which is not affected by this bug.
I would love to see support for relative paths as well. It would be great to be able to do something like: ```img-gallery path: ./screenshots/ type: vertical ```
Thank you for the report! We had not been aware there are additional restrictions for accounts beyond what's allowed for `account_name` type; IIRC, we used https://github.com/EOSIO/eos/issues/955 as a reference. Confirming...
- Evaluate using plaintext download - Keeping secrets server side creates coercion risk - Download could be optional - Solution may involve getting rid of master password and educating user...