@nomiclabs/ethereumjs-vm

v4.2.2
An Ethereum VM implementation
ethereum VM

build

ethereumjs-config-build

prepublishOnly

npm run lint && npm run build && npm run test:buildIntegrity

coverage

nyc npm run coverage:test && nyc report --reporter=lcov

coverage:test

npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist

docs:build

typedoc lib

test:vm

node ./tests/tester --vm

test:state

ts-node ./tests/tester --state

test:state:allForks

npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier

test:state:selectedForks

npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier

test:state:slow

npm run test:state -- --runSkipped=slow

test:buildIntegrity

npm run test:state -- --test='stackOverflow'

test:blockchain

node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain

test:API

npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'

test:API:browser

npm run build && karma start karma.conf.js

test

echo "[INFO] Generic test cmd not used. See package.json for more specific test run cmds."

tslint

ethereumjs-config-tslint

tslint:fix

ethereumjs-config-tslint-fix

lint

ethereumjs-config-lint

lint:fix

ethereumjs-config-lint-fix

format

ethereumjs-config-format

format:fix

ethereumjs-config-format-fix

formatTest

node ./scripts/formatTest

tsc

ethereumjs-config-tsc
npm i @nomiclabs/ethereumjs-vm

Metadata

  • MPL-2.0
  • Whatever
  • mjbecze
  • released 2/11/2021

Downloads