steem
steem copied to clipboard
The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
from what I understand from the API documentation i should be able to get the feed just like its possible to get the blog from either condenser API or follow_api...
As this system is now managed and controlled by a single entity, a lot of the bloat can be removed. No need for redundancy of post longevity, resistance to censorship,...
Resolves #3593.
start with: `/home/steem/bin/steemd-0.22.x --replay --set-benchmark-interval 100000 --advanced-benchmark --memory-replay` Replay is done, sync is done, getting blocks for quite some time, but still keeps taken for in memory replay: ``` ps...
When you start `cli_wallet` without explicitly stating `-s` a.k.a. `--server-rpc-endpoint` which supposed to have default value ( `[=arg(=ws://127.0.0.1:8090)]` ) you get a confusing error while trying to use any remote...
Closes #3589 #3605
[debug for all threads.txt](https://github.com/steemit/steem/files/4105422/debug.for.all.threads.txt) A highly used, non-mira "full node" API deadlocked with the included backtrace. The main thread is stuck as follows: ``` #0 futex_wait_cancelable (private=, expected=0, futex_word=0x3281228) at...
With the recent changes to the RC plugin (#3589) RC accounts are being created with 0 max RC and then being updated to full without a triggering op, resulting in...