Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trending Posts in SteemJ #219

Closed
wants to merge 69 commits into from
Closed

Trending Posts in SteemJ #219

wants to merge 69 commits into from

Conversation

abhi3700
Copy link

Hello,
Can u please help me in getting the 'trending posts' from steem blockchain by tags ?
E.g.
getTrendingPosts(tag:"bitcoin"); // shows all the trending posts under the tag 'bitcoin'
&
getTrendingPosts(); // shows all the trending posts irrespective of a tag

Please, help me folks.....

Thanks!!..
Happy Coding ...

neutralleiter and others added 30 commits January 6, 2018 21:42
Should use string and not double or float when constructing a BigDecimal to prevent floating point errors from getting introduced.
Or use a long or int combined with a decimal shift operation: new BigDecimal("1.001") or new BigDecimal(1001).movePointLeft(3);
Should use String or Int for BigDecimal value
…er on when all *Api classes are working correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants