peerplays_migrated/libraries
serkixenos d81fb834b9
Remove std::to_string(double), due to fixed conversion precision (#405)
- std::to_string(double) converts double to precision 6, eg 1 to "1.000000"
- stringstream conversion from double to string will keep minimal
  number of decimals (eg, it will trim zeros), eg 1 to "1", 1.2 to "1.2"
2020-12-18 14:20:46 +01:00
..
app Merge branch 'beatrice' into develop 2020-12-16 11:57:51 +01:00
chain Merge branch 'beatrice' into develop 2020-12-16 11:57:51 +01:00
db Hotfix/remove smart ref (#396) 2020-10-22 23:33:46 +05:30
egenesis Build optimizations (#403) 2020-11-12 19:38:25 +05:30
fc@0e9259486c Merge Beatrice to Master (#408) 2020-12-14 19:40:27 +05:30
net Build optimizations (#403) 2020-11-12 19:38:25 +05:30
plugins Build optimizations (#403) 2020-11-12 19:38:25 +05:30
time [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
utilities Merge pull request #1201 from oxarbitrage/elasticsearch_tests2 2019-12-31 00:03:25 +03:00
wallet Remove std::to_string(double), due to fixed conversion precision (#405) 2020-12-18 14:20:46 +01:00
CMakeLists.txt Build optimizations (#403) 2020-11-12 19:38:25 +05:30