peerplays_migrated/libraries
serkixenos 24670d7c5c Remove std::to_string(double), due to fixed conversion precision
- 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 wil ltrim zeros), eg 1 to "1", 1.2 to "1.2"
2020-12-02 01:23:07 +01:00
..
app Build optimizations (#403) 2020-11-12 19:38:25 +05:30
chain Build optimizations (#403) 2020-11-12 19:38:25 +05:30
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 point develop branch to latest fc commits 2020-10-27 17:46:04 -03:00
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 added missing libraries/time 2017-07-17 22:16:23 +02:00
utilities [SON-271] Merge recent develop branch changes(both GPOS and graphene updates) into SONs branch (#322) 2020-03-27 18:46:30 +01:00
wallet Remove std::to_string(double), due to fixed conversion precision 2020-12-02 01:23:07 +01:00
CMakeLists.txt Build optimizations (#403) 2020-11-12 19:38:25 +05:30