Implement new graph-node host API for BigDecimal exponentiation (#467)

* Implement host API for BigDecimal pow

* Handle FEVM future block error in rpc-eth-client getFullBlocks

* Handle future block error in rpc-eth-client getBlockWithTransactions

* Upgrade package versions
This commit is contained in:
2023-11-13 12:22:23 +05:30
committed by GitHub
parent 66d613767e
commit 7b5fbf3d13
15 changed files with 132 additions and 87 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.2.69",
"version": "0.2.70",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {