EOSIO / eosjs-fcbuffer

Serialization library geared towards immutable data storage such as blockchains.
27 stars 18 forks source link

Add additional float sizes #5

Open jcalfee opened 6 years ago

jcalfee commented 6 years ago

In addition to float64: float32 and float128 are needed.

https://github.com/EOSIO/eos/blob/e5654dde05135eecb49c5cf974ed02969d606a78/libraries/chain/abi_serializer.cpp#L72-L74

jcalfee commented 6 years ago

Probably going to need a big float library for float128 ..