FredericH

Results 82 comments of FredericH

There is only one case, an asset with a decimal place parameter, a non-divisible asset is just a special case when the decimal place is 0. There is also the...

Setting the decimal place for all assets to 7 will lead to several issues. First of all, it will not be possible to issue BTC which has a precision of...

With the current javascript api and horizon, the user inputs amount in string which are then converted by horizon with a fixed 7 decimal place, so precision is lost unless...

7 decimal place is not a suggestion, it is hard coded in horizon when getting the order book for instance, e.g the PriceAsString function

I've noticed it too, a new release is on the way.

The version 6.0.5 should fix this issue, To update: `npm i -g @grucloud/core` Ensure the `package.json` contains the 6.0.5 version for the core and the provider.

Actually, try 6.0.6 as another bug has been squashed with `gc gencode`

Can you send the file `grucloud-debug.log` to [email protected]? Thanks in advance

In this case, please replace `gc new` with `npx @grucloud/core new` Once the boilerplate project has ben created, inside its directory, one can also use `./node_modules/.bin/gc`. A third method is...

Version 6.0.7 is out that should prevent this assertion. Please let me know. If something goes wrong again, it would be easier for me to get read-only access to your...