This exception is happening because the SQL decimal type will map to the C# decimal type, and the default Parse behavior for decimal doesn't allow scientific notation. I'm reluctant to change that ...
/// Extension trait for `BigDecimal` to provide additional functionality specific to Proof of SQL. /// Attempts to convert the decimal to `BigInt` while adjusting it ...