[Tips] Make sure you have set correctly when you use `account-history-rocksdb` plugin
Recently when we read the source code of Steem, we found that we have a wrong setting instruction about tracking account history.
As we know, the account history data requires to enable account_history
or account_history_rocksdb
plugin.
We should be care that these two plugins have similar configurations. They are not use same configurations.
Like this configuration:
account-history-track-account-range = ["from", "to"] # This is used under account_history plugin
account-history-rocksdb-track-account-range = ["from", "to"] # This is used under account_history_rocksdb plugin
Thank you for reading. I'm a witness. You could find more on my site https://steem.fans
I would really appreciate your witness vote! You can vote by AuthSteem. Or open https://steemitwallet.com/~witnesses page, input ety001 to vote.
Thank you!
This post has been featured in the latest edition of Steem News...
Hi @ety001 , I have made some adjustments on the Sync service of steemdb , sent a pull request. Please spare some time to Review this as i think this helps a lot with synchronizing blockchain, Helping Developers Sync Fast. I achieved some amazing improvements as well
https://github.com/steemit/steemdb/pull/13
Thanks !!!