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
Hello,
I tried connecting chainlens to a private geth network running POA clique v1.13.14 and seeing this weird error.
Any idea what I could look into?
This log comes from the ingestion process.
Caused by: java.lang.NumberFormatException: Conversion to Decimal128 would require inexact rounding of 899999999989999996999.94388034539486037
at org.bson.types.Decimal128.ensureExactRounding(Decimal128.java:250) ~[bson-4.9.1.jar!/:na]
at org.bson.types.Decimal128.clampAndRound(Decimal128.java:239) ~[bson-4.9.1.jar!/:na]
at org.bson.types.Decimal128.<init>(Decimal128.java:175) ~[bson-4.9.1.jar!/:na]
at org.bson.types.Decimal128.<init>(Decimal128.java:162) ~[bson-4.9.1.jar!/:na]
at io.epirus.explorer.ingestion.transactions.processors.TransactionAccountsProcessor.getEntityUpdate(TransactionAccountsProcessor.kt:94) ~[classes!/:3.3.10]
at io.epirus.explorer.ingestion.transactions.processors.TransactionAccountsProcessor.process$lambda$10(TransactionAccountsProcessor.kt:43) ~[classes!/:3.3.10]
at java.base/java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1375) ~[na:na]
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[na:na]
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[na:na]
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[na:na]
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[na:na]
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[na:na]"```
The text was updated successfully, but these errors were encountered:
lesaux
changed the title
inexact rounding
Conversion to decimal128 would require inexact rounding
Mar 15, 2024
Hello,
I tried connecting chainlens to a private geth network running POA clique v1.13.14 and seeing this weird error.
Any idea what I could look into?
This log comes from the ingestion process.
The text was updated successfully, but these errors were encountered: