You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data is encoded to and from floating points deterministically if pulled from RocksDB. However, floats and decimals retain their Python object equivalent if they are in the cache.
Currently, there is a small shim that just checks if an object is a Decimal and casts it to a ContractingDecimal that is restricted and deterministic. This might not be the best way to do things.
Discuss alternatives later...
The text was updated successfully, but these errors were encountered:
Data is encoded to and from floating points deterministically if pulled from RocksDB. However, floats and decimals retain their Python object equivalent if they are in the cache.
Currently, there is a small shim that just checks if an object is a Decimal and casts it to a ContractingDecimal that is restricted and deterministic. This might not be the best way to do things.
Discuss alternatives later...
The text was updated successfully, but these errors were encountered: