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
vm2@3.9.18 introduced a breaking change(PR#519, commit), that will leads to the following error.
<BlockDispatcherService> ERROR failed to index block at height 41204847 handleTransfer(TypeError: this.pathResolve is not a function
at CustomResolver.loadJS (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/resolver.js:209:19)
at CustomResolver.loadJS (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/resolver-compat.js:63:65)
at /usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/resolver.js:84:14
at VM2 Wrapper.apply (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/bridge.js:485:11)
at Module._extensions.<computed> (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/setup-node-sandbox.js:150:48)
at requireImpl (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/setup-node-sandbox.js:123:3)
at require (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/setup-node-sandbox.js:171:10)
at /app/sandbox:1:88
at VM2 Wrapper.apply (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/bridge.js:485:11)
at IndexerSandbox.run (/usr/local/lib/node_modules/@subql/node-ethereum/node_modules/vm2/lib/nodevm.js:497:23)) TypeError: this.pathResolve is not a function
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
Details
Indexer Version: subql-node-ethereum:v2.1.3-3
The text was updated successfully, but these errors were encountered:
Description
vm2@3.9.18 introduced a breaking change(PR#519, commit), that will leads to the following error.
Details
Indexer Version: subql-node-ethereum:v2.1.3-3
The text was updated successfully, but these errors were encountered: