{"_id":"@ethereumjs/blockchain","_rev":"4642650","name":"@ethereumjs/blockchain","description":"A module to store and interact with blocks","dist-tags":{"alpha":"8.0.0-alpha.1","beta":"6.0.0-beta.3","latest":"10.1.1","nightly":"10.1.1-nightly.2","rc":"10.0.0-rc.1"},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"time":{"modified":"2026-04-10T20:04:32.000Z","created":"2020-10-22T10:24:24.424Z","10.1.1":"2026-01-28T13:34:25.652Z","10.1.1-nightly.2":"2026-01-19T12:34:43.004Z","10.1.1-nightly.1":"2025-12-04T10:52:32.371Z","10.1.0":"2025-11-06T17:24:14.644Z","10.0.0":"2025-04-29T09:26:17.372Z","10.0.0-rc.1":"2025-03-24T17:18:20.406Z","8.0.0-alpha.1":"2024-10-17T09:48:51.919Z","7.3.0":"2024-08-15T11:38:53.709Z","7.2.0":"2024-03-18T12:52:44.060Z","7.1.0":"2024-02-08T17:29:11.937Z","7.0.1":"2023-11-02T09:15:03.207Z","7.0.0":"2023-08-09T12:09:38.713Z","7.0.0-rc.1":"2023-07-17T15:15:04.157Z","6.3.0":"2023-06-20T11:24:31.556Z","6.2.2":"2023-04-24T08:34:13.634Z","6.2.1":"2023-02-27T14:14:24.037Z","6.2.0":"2023-02-24T10:13:51.087Z","6.1.0":"2022-12-15T16:22:32.834Z","6.0.2":"2022-10-25T12:40:00.409Z","6.0.1":"2022-10-19T10:03:58.979Z","6.0.0":"2022-09-06T10:46:46.597Z","6.0.0-rc.1":"2022-08-26T13:02:01.931Z","6.0.0-beta.3":"2022-08-11T15:47:23.984Z","6.0.0-beta.2":"2022-07-17T16:32:09.070Z","6.0.0-beta.1":"2022-06-30T10:21:26.502Z","5.5.3":"2022-06-03T20:15:42.498Z","5.5.2":"2022-03-23T12:36:59.980Z","5.5.1":"2021-11-16T08:58:31.704Z","5.5.0":"2021-11-09T09:03:45.903Z","5.4.2":"2021-09-28T20:25:21.206Z","5.4.1":"2021-09-27T10:28:51.262Z","5.4.0":"2021-07-08T09:55:24.578Z","5.3.1":"2021-06-28T08:28:07.282Z","5.3.0":"2021-05-27T07:58:32.218Z","5.2.1":"2021-03-26T20:38:46.245Z","5.2.0":"2021-03-23T16:14:07.059Z","5.1.0":"2021-02-23T08:41:37.118Z","5.0.0":"2020-11-25T09:37:14.823Z","5.0.0-rc.1":"2020-11-19T09:55:25.527Z","5.0.0-beta.2":"2020-11-12T08:45:08.717Z","5.0.0-beta.1":"2020-10-22T10:24:24.424Z"},"users":{},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"versions":{"10.1.1":{"name":"@ethereumjs/blockchain","version":"10.1.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"npm run biome && eslint --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^10.1.1","@ethereumjs/common":"^10.1.1","@ethereumjs/mpt":"^10.1.1","@ethereumjs/rlp":"^10.1.1","@ethereumjs/util":"^10.1.1","debug":"^4.4.0","eventemitter3":"^5.0.1","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/ethash":"^10.0.0","@types/debug":"^4.1.12"},"engines":{"node":">=20"},"gitHead":"dbbd61e07023ec8c867dd6c279c6990d43064ed9","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/blockchain@10.1.1","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"c5369c9e08528854d76cb225c527f8ce7fcc2e5a","size":131686,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-10.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-10.1.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockchain_10.1.1_1769607265464_0.8871256109620922"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-28T13:34:25.652Z","publish_time":1769607265652,"_source_registry_name":"default","_cnpm_publish_time":1769607265652},"10.1.1-nightly.2":{"name":"@ethereumjs/blockchain","version":"10.1.1-nightly.2","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"npm run biome && eslint --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^10.1.1-nightly.2","@ethereumjs/common":"^10.1.1-nightly.2","@ethereumjs/mpt":"^10.1.1-nightly.2","@ethereumjs/rlp":"^10.1.1-nightly.2","@ethereumjs/util":"^10.1.1-nightly.2","debug":"^4.4.0","eventemitter3":"^5.0.1","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/ethash":"^10.1.1-nightly.2","@types/debug":"^4.1.12"},"engines":{"node":">=20"},"readmeFilename":"README.md","gitHead":"91962440788d070d446f7c32154340d47d7fdc27","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/blockchain@10.1.1-nightly.2","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"591cf28b0165711f03ed587f6e5d8c87a55d441a","size":131694,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-10.1.1-nightly.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-10.1.1-nightly.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockchain_10.1.1-nightly.2_1768826082850_0.4981840283075709"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-19T12:34:43.004Z","publish_time":1768826083004,"_source_registry_name":"default","_cnpm_publish_time":1768826083004},"10.1.1-nightly.1":{"name":"@ethereumjs/blockchain","version":"10.1.1-nightly.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"npm run biome && eslint --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^10.1.1-nightly.1","@ethereumjs/common":"^10.1.1-nightly.1","@ethereumjs/mpt":"^10.1.1-nightly.1","@ethereumjs/rlp":"^10.1.1-nightly.1","@ethereumjs/util":"^10.1.1-nightly.1","debug":"^4.4.0","eventemitter3":"^5.0.1","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/ethash":"^10.1.1-nightly.1","@types/debug":"^4.1.12"},"engines":{"node":">=20"},"readmeFilename":"README.md","gitHead":"1e9e9d68277afe759592bccc08700c3e9ab2fbc8","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/blockchain@10.1.1-nightly.1","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"aef981f12ac893cc15f58d6bd6451f6f8929393c","size":131398,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-10.1.1-nightly.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-10.1.1-nightly.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockchain_10.1.1-nightly.1_1764845552227_0.11232811553890709"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T10:52:32.371Z","publish_time":1764845552371,"_source_registry_name":"default","_cnpm_publish_time":1764845552371},"10.1.0":{"name":"@ethereumjs/blockchain","version":"10.1.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"npm run biome && eslint --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^10.1.0","@ethereumjs/common":"^10.1.0","@ethereumjs/mpt":"^10.1.0","@ethereumjs/rlp":"^10.1.0","@ethereumjs/util":"^10.1.0","debug":"^4.4.0","eventemitter3":"^5.0.1","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/ethash":"^10.0.0","@types/debug":"^4.1.12"},"engines":{"node":">=18"},"gitHead":"7d5c1304a74002d3ad646cd2f7685b3f320e9a74","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/blockchain@10.1.0","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"72af2dccc65102a2033f697a206ae5e75419a212","size":132163,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-10.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-10.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockchain_10.1.0_1762449854428_0.7929462726446743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-06T17:24:14.644Z","publish_time":1762449854644,"_source_registry_name":"default","_cnpm_publish_time":1762449854644},"10.0.0":{"name":"@ethereumjs/blockchain","version":"10.0.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"npm run biome && eslint --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^10.0.0","@ethereumjs/common":"^10.0.0","@ethereumjs/mpt":"^10.0.0","@ethereumjs/rlp":"^10.0.0","@ethereumjs/util":"^10.0.0","debug":"^4.4.0","eventemitter3":"^5.0.1","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/ethash":"^10.0.0"},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@10.0.0","gitHead":"9e461f54312bf20c710b43ab73f7d3ad753f8765","types":"./dist/cjs/index.d.ts","_nodeVersion":"23.10.0","_npmVersion":"11.2.0","dist":{"shasum":"cf9bfc1da8659f6990bc3e5c4e64b1e678fd3a5a","size":132840,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-10.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-10.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockchain_10.0.0_1745918777194_0.9457707375082443"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T09:26:17.372Z","publish_time":1745918777372,"_source_registry_name":"default","_cnpm_publish_time":1745918777372},"10.0.0-rc.1":{"name":"@ethereumjs/blockchain","version":"10.0.0-rc.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"npm run biome && eslint --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^10.0.0-rc.1","@ethereumjs/common":"^10.0.0-rc.1","@ethereumjs/mpt":"^10.0.0-rc.1","@ethereumjs/rlp":"^10.0.0-rc.1","@ethereumjs/util":"^10.0.0-rc.1","debug":"^4.4.0","eventemitter3":"^5.0.1","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/ethash":"^10.0.0-rc.1"},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@10.0.0-rc.1","readmeFilename":"README.md","gitHead":"5672c104a2f236d1459533facaf2741dcda3ee14","types":"./dist/cjs/index.d.ts","_nodeVersion":"23.10.0","_npmVersion":"10.9.2","dist":{"shasum":"8dc3608bcb236e63dca95def99b188e773f1a3a9","size":132419,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-10.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-10.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/blockchain_10.0.0-rc.1_1742836700221_0.9464417845927269"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-24T17:18:20.406Z","publish_time":1742836700406,"_source_registry_name":"default","_cnpm_publish_time":1742836700406},"8.0.0-alpha.1":{"name":"@ethereumjs/blockchain","version":"8.0.0-alpha.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^6.0.0-alpha.1","@ethereumjs/common":"^5.0.0-alpha.1","@ethereumjs/rlp":"^6.0.0-alpha.1","@ethereumjs/mpt":"^7.0.0-alpha.1","@ethereumjs/util":"^10.0.0-alpha.1","debug":"^4.3.3","lru-cache":"10.1.0"},"devDependencies":{"@ethereumjs/ethash":"^3.0.3"},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@8.0.0-alpha.1","readmeFilename":"README.md","gitHead":"fb36fc6da231ac7ff9d8dc4f03b3020a3f990cbd","types":"./dist/cjs/index.d.ts","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"shasum":"74687cf54a7196597d2b9a9146f0d3cad62f3f5a","size":121830,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-8.0.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-8.0.0-alpha.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_8.0.0-alpha.1_1729158531731_0.26390414616896574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T09:48:51.919Z","publish_time":1729158531919,"_source_registry_name":"default","_cnpm_publish_time":1729158531919},"7.3.0":{"name":"@ethereumjs/blockchain","version":"7.3.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^5.3.0","@ethereumjs/common":"^4.4.0","@ethereumjs/ethash":"^3.0.4","@ethereumjs/rlp":"^5.0.2","@ethereumjs/trie":"^6.2.1","@ethereumjs/tx":"^5.4.0","@ethereumjs/util":"^9.1.0","debug":"^4.3.3","ethereum-cryptography":"^2.2.1","lru-cache":"10.1.0"},"devDependencies":{},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@7.3.0","gitHead":"ea5ad3a5bc22b76b70b86780df1815175c86ffa6","types":"./dist/cjs/index.d.ts","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"shasum":"87049c61b51a0870f3c23b5390b6ff9f3e3ae7f0","size":110280,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-7.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-7.3.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_7.3.0_1723721933552_0.7086719665802959"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-15T11:38:53.709Z","publish_time":1723721933709,"_source_registry_name":"default","_cnpm_publish_time":1723721933709},"7.2.0":{"name":"@ethereumjs/blockchain","version":"7.2.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --browser.name=webkit --browser.provider=playwright --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^5.2.0","@ethereumjs/common":"^4.3.0","@ethereumjs/ethash":"^3.0.3","@ethereumjs/rlp":"^5.0.2","@ethereumjs/trie":"^6.2.0","@ethereumjs/tx":"^5.3.0","@ethereumjs/util":"^9.0.3","debug":"^4.3.3","ethereum-cryptography":"^2.1.3","lru-cache":"10.1.0"},"devDependencies":{},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@7.2.0","gitHead":"dfe53ccafbcdccc13b8a05e2a7a75c93d9f108f7","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"11f03b12a18b9995d6c13431bfa92c4bf01d8a57","size":109586,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-7.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-7.2.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_7.2.0_1710766363889_0.2348524233754612"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-18T12:52:44.060Z","publish_time":1710766364060,"_source_registry_name":"default","_cnpm_publish_time":1710766364060},"7.1.0":{"name":"@ethereumjs/blockchain","version":"7.1.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- blockchain","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --browser.name=webkit --browser.provider=playwright --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^5.1.1","@ethereumjs/common":"^4.2.0","@ethereumjs/ethash":"^3.0.2","@ethereumjs/rlp":"^5.0.2","@ethereumjs/trie":"^6.1.1","@ethereumjs/tx":"^5.2.1","@ethereumjs/util":"^9.0.2","debug":"^4.3.3","ethereum-cryptography":"^2.1.3","lru-cache":"^10.0.0"},"devDependencies":{},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@7.1.0","gitHead":"ff43fc1908f960429fa55fb5e9eb69ad0ebd37fb","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"84806e86db787c6edd2acb21909c305aba1d0db5","size":109775,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-7.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-7.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_7.1.0_1707413351763_0.8615912948715292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-08T17:29:11.937Z","publish_time":1707413351937,"_source_registry_name":"default","_cnpm_publish_time":1707413351937},"7.0.1":{"name":"@ethereumjs/blockchain","version":"7.0.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"ts-node ../../scripts/examples-runner.ts -- blockchain","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --browser.name=webkit --browser.provider=playwright --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^5.0.1","@ethereumjs/common":"^4.1.0","@ethereumjs/ethash":"^3.0.1","@ethereumjs/rlp":"^5.0.1","@ethereumjs/trie":"^6.0.1","@ethereumjs/tx":"^5.1.0","@ethereumjs/util":"^9.0.1","debug":"^4.3.3","ethereum-cryptography":"^2.1.2","lru-cache":"^10.0.0"},"devDependencies":{},"engines":{"node":">=18"},"_id":"@ethereumjs/blockchain@7.0.1","gitHead":"c6d8b3998522612ea0f1a6c1c256fe5226c0fddf","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"0540b2dc06b9dd6b1b1a6a5d84f08a32c56f487b","size":102230,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-7.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-7.0.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_7.0.1_1698916503030_0.898179834731059"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-02T09:15:03.207Z","publish_time":1698916503207,"_source_registry_name":"default","_cnpm_publish_time":1698916503207},"7.0.0":{"name":"@ethereumjs/blockchain","version":"7.0.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"ts-node ../../scripts/examples-runner.ts -- blockchain","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --browser.name=webkit --browser.provider=playwright --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^5.0.0","@ethereumjs/common":"^4.0.0","@ethereumjs/ethash":"^3.0.0","@ethereumjs/rlp":"^5.0.0","@ethereumjs/trie":"^6.0.0","@ethereumjs/tx":"^5.0.0","@ethereumjs/util":"^9.0.0","debug":"^4.3.3","ethereum-cryptography":"^2.1.2","lru-cache":"^10.0.0"},"devDependencies":{},"engines":{"node":">=18"},"types":"./dist/cjs/index.d.ts","gitHead":"c47d2c7351f04f35744de0f2082c37d5f2d2afd0","_id":"@ethereumjs/blockchain@7.0.0","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"d624f8e12506c58b2dfc1a7b21a416b44a35413a","size":101099,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-7.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_7.0.0_1691582978520_0.08228739533764351"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-09T12:09:38.713Z","publish_time":1691582978713,"_source_registry_name":"default","_cnpm_publish_time":1691582978713},"7.0.0-rc.1":{"name":"@ethereumjs/blockchain","version":"7.0.0-rc.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"ts-node ../../scripts/examples-runner.ts -- blockchain","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --browser.name=webkit --browser.provider=playwright --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"5.0.0-rc.1","@ethereumjs/common":"4.0.0-rc.1","@ethereumjs/ethash":"3.0.0-rc.1","@ethereumjs/rlp":"5.0.0-rc.1","@ethereumjs/trie":"6.0.0-rc.1","@ethereumjs/tx":"5.0.0-rc.1","@ethereumjs/util":"9.0.0-rc.1","debug":"^4.3.3","ethereum-cryptography":"^2.1.2","lru-cache":"^10.0.0"},"devDependencies":{},"engines":{"node":">=18"},"types":"./dist/cjs/index.d.ts","readmeFilename":"README.md","gitHead":"66c98f386e4a7807978e3e8f0c19608d10849896","_id":"@ethereumjs/blockchain@7.0.0-rc.1","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"fc8e16aa3db8b9f02847296fec9f9a4dbbc9a2f2","size":101112,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-7.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-7.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_7.0.0-rc.1_1689606903932_0.5999430193374571"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-17T15:15:04.157Z","publish_time":1689606904157,"_source_registry_name":"default","_cnpm_publish_time":1689606904157},"6.3.0":{"name":"@ethereumjs/blockchain","version":"6.3.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.3.0","@ethereumjs/common":"^3.2.0","@ethereumjs/ethash":"^2.1.0","@ethereumjs/rlp":"^4.0.1","@ethereumjs/trie":"^5.1.0","@ethereumjs/tx":"^4.2.0","@ethereumjs/util":"^8.1.0","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^2.0.0","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"850860614ee1324863acdb2d3ff4255b8dab4553","_id":"@ethereumjs/blockchain@6.3.0","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"cbe95b5f8a2ea0449ec69e7e06d2aed6812ca717","size":604648,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.3.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.3.0_1687260271321_0.269348532306928"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-20T11:24:31.556Z","publish_time":1687260271556,"_source_registry_name":"default","_cnpm_publish_time":1687260271556},"6.2.2":{"name":"@ethereumjs/blockchain","version":"6.2.2","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.2.2","@ethereumjs/common":"^3.1.2","@ethereumjs/ethash":"^2.0.5","@ethereumjs/rlp":"^4.0.1","@ethereumjs/trie":"^5.0.5","@ethereumjs/tx":"^4.1.2","@ethereumjs/util":"^8.0.6","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^2.0.0","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"49c2d93b94e70887d4fafff123eec19ef6a35fec","_id":"@ethereumjs/blockchain@6.2.2","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"68897a802839b217967083958022601a12afa0ed","size":604875,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.2.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.2.2_1682325253343_0.5394617343816384"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-24T08:34:13.634Z","publish_time":1682325253634,"_cnpm_publish_time":1682325253634},"6.2.1":{"name":"@ethereumjs/blockchain","version":"6.2.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.2.1","@ethereumjs/common":"^3.1.1","@ethereumjs/ethash":"^2.0.4","@ethereumjs/rlp":"^4.0.1","@ethereumjs/trie":"^5.0.4","@ethereumjs/tx":"^4.1.1","@ethereumjs/util":"^8.0.5","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"295e5a3caa69c226e8f8edfad4ea72a843bc0b4f","_id":"@ethereumjs/blockchain@6.2.1","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"shasum":"9bda6b26dff7399a8f6f71efa86ae6dfe343f916","size":604839,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.2.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.2.1_1677507263811_0.14808752658887592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-27T14:14:24.037Z","publish_time":1677507264037,"_cnpm_publish_time":1677507264037},"6.2.0":{"name":"@ethereumjs/blockchain","version":"6.2.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.2.0","@ethereumjs/common":"^3.1.0","@ethereumjs/ethash":"^2.0.3","@ethereumjs/rlp":"^4.0.1","@ethereumjs/trie":"^5.0.3","@ethereumjs/tx":"^4.1.0","@ethereumjs/util":"^8.0.4","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"47c293da1f849f05000e7e70061d62d571ff3920","_id":"@ethereumjs/blockchain@6.2.0","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"shasum":"36c44456fb33b1377c77943735e9ba9a405b415f","size":604838,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.2.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.2.0_1677233630842_0.8363074353043349"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-24T10:13:51.087Z","publish_time":1677233631087,"_cnpm_publish_time":1677233631087},"6.1.0":{"name":"@ethereumjs/blockchain","version":"6.1.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.1.0","@ethereumjs/common":"^3.0.2","@ethereumjs/ethash":"^2.0.2","@ethereumjs/rlp":"^4.0.0","@ethereumjs/trie":"^5.0.2","@ethereumjs/util":"^8.0.3","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"696b36fe9091cd67f3e0a70bc696e41bd16e57a2","_id":"@ethereumjs/blockchain@6.1.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"90be9421b808d8495d74e11b2da8812f6a309cec","size":602163,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.1.0_1671121352517_0.7419730554994466"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-15T16:24:20.574Z","publish_time":1671121352834,"_cnpm_publish_time":1671121352834},"6.0.2":{"name":"@ethereumjs/blockchain","version":"6.0.2","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.0.1","@ethereumjs/common":"^3.0.1","@ethereumjs/ethash":"^2.0.1","@ethereumjs/rlp":"^4.0.0","@ethereumjs/trie":"^5.0.1","@ethereumjs/util":"^8.0.2","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"fee6f1992ff1365f29c865f48916ae3aefa46e59","_id":"@ethereumjs/blockchain@6.0.2","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"51f7b573dccc976077a699f08882276e54ab1fd8","size":601693,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.2_1666701600253_0.09496740917337898"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T12:53:11.734Z","publish_time":1666701600409,"_cnpm_publish_time":1666701600409},"6.0.1":{"name":"@ethereumjs/blockchain","version":"6.0.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.0.1","@ethereumjs/common":"^3.0.1","@ethereumjs/ethash":"^2.0.1","@ethereumjs/rlp":"^4.0.0","@ethereumjs/trie":"^5.0.1","@ethereumjs/util":"^8.0.0","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"ac16d71783dcc0a582245384c05433a40c3f654c","_id":"@ethereumjs/blockchain@6.0.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"cf96c50075831f8faab26f8317745236e938c858","size":601691,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.1_1666173838675_0.33758705018616064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-19T10:16:55.846Z","publish_time":1666173838979,"_cnpm_publish_time":1666173838979},"6.0.0":{"name":"@ethereumjs/blockchain","version":"6.0.0","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"^4.0.0","@ethereumjs/common":"^3.0.0","@ethereumjs/ethash":"^2.0.0","@ethereumjs/rlp":"^4.0.0","@ethereumjs/trie":"^5.0.0","@ethereumjs/util":"^8.0.0","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"gitHead":"1e0de28380e5e73e92be47895f6c79ffc90392c4","_id":"@ethereumjs/blockchain@6.0.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"652e6d3929f5008c3258dad473c65d18444152f2","size":601687,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.0_1662461206322_0.5760124735366499"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T11:41:55.835Z","publish_time":1662461206597,"_cnpm_publish_time":1662461206597},"6.0.0-rc.1":{"name":"@ethereumjs/blockchain","version":"6.0.0-rc.1","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"4.0.0-rc.1","@ethereumjs/common":"3.0.0-rc.1","@ethereumjs/ethash":"2.0.0-rc.1","@ethereumjs/rlp":"4.0.0-rc.1","@ethereumjs/trie":"5.0.0-rc.1","@ethereumjs/util":"8.0.0-rc.1","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0"},"engines":{"node":">=14"},"readmeFilename":"README.md","gitHead":"9bfb0749bb3d6c828ebca56f2fb44c135a92f6de","_id":"@ethereumjs/blockchain@6.0.0-rc.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"ec2ea8d93fbd708aacd08a000cb9500f47cb0982","size":601911,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.0-rc.1_1661518921656_0.7137325840216902"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-26T13:06:46.812Z","publish_time":1661518921931,"_cnpm_publish_time":1661518921931},"6.0.0-beta.3":{"name":"@ethereumjs/blockchain","version":"6.0.0-beta.3","description":"A module to store and interact with blocks","keywords":["ethereum","blockchain"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"npm run tape -- ./test/*.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/block":"4.0.0-beta.3","@ethereumjs/common":"3.0.0-beta.3","@ethereumjs/ethash":"2.0.0-beta.3","@ethereumjs/rlp":"4.0.0-beta.3","@ethereumjs/trie":"5.0.0-beta.3","@ethereumjs/util":"8.0.0-beta.3","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^8.0.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","nyc":"^15.1.0","tape":"^5.3.1","ts-node":"^10.2.1","typescript":"^4.4.2"},"readmeFilename":"README.md","gitHead":"8c1d34d43119819fcd4da4c44e07b7c2ca1f807b","_id":"@ethereumjs/blockchain@6.0.0-beta.3","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"bf170acc90d620bcc482279905c2a937e38d2fb4","size":600388,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.0-beta.3.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.0-beta.3_1660232843742_0.8530312877118058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-11T16:01:22.460Z","publish_time":1660232843984,"_cnpm_publish_time":1660232843984},"6.0.0-beta.2":{"name":"@ethereumjs/blockchain","version":"6.0.0-beta.2","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"../../config/cli/ts-build.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"4.0.0-beta.2","@ethereumjs/common":"3.0.0-beta.2","@ethereumjs/ethash":"2.0.0-beta.2","@ethereumjs/trie":"5.0.0-beta.2","@ethereumjs/util":"8.0.0-beta.2","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.1.2","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0","rlp":"4.0.0-beta.2","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","ts-node":"^10.2.1","typedoc":"^0.22.4","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"readmeFilename":"README.md","gitHead":"2dd63b91109188e5b4f5b251f47aae756f7e1841","_id":"@ethereumjs/blockchain@6.0.0-beta.2","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"3280f016071f742d5c765403bf301dbe37df5632","size":599802,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.0-beta.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.0-beta.2_1658075528859_0.8146818256808923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-17T16:32:16.401Z","publish_time":1658075529070,"_cnpm_publish_time":1658075529070},"6.0.0-beta.1":{"name":"@ethereumjs/blockchain","version":"6.0.0-beta.1","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"../../config/cli/ts-build.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"4.0.0-beta.1","@ethereumjs/common":"3.0.0-beta.1","@ethereumjs/ethash":"2.0.0-beta.1","@ethereumjs/trie":"5.0.0-beta.1","@ethereumjs/util":"8.0.0-beta.1","abstract-level":"^1.0.3","debug":"^4.3.3","ethereum-cryptography":"^1.0.3","level":"^8.0.0","lru-cache":"^5.1.1","memory-level":"^1.0.0","rlp":"4.0.0-beta.1","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/level-errors":"^3.0.0","@types/lru-cache":"^5.1.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","ts-node":"^10.2.1","typedoc":"^0.22.4","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"readmeFilename":"README.md","gitHead":"c5260ba9add32f57921380abb32c2c1f9dc21de6","_id":"@ethereumjs/blockchain@6.0.0-beta.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"b06a3805dec964538e7b09dd9b21d55d004466c0","size":597698,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-6.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-6.0.0-beta.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_6.0.0-beta.1_1656584486330_0.08460206269440174"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-30T16:08:41.972Z","publish_time":1656584486502,"_cnpm_publish_time":1656584486502},"5.5.3":{"name":"@ethereumjs/blockchain","version":"5.5.3","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.6.2","@ethereumjs/common":"^2.6.4","@ethereumjs/ethash":"^1.1.0","debug":"^4.3.3","ethereumjs-util":"^7.1.5","level-mem":"^5.0.1","lru-cache":"^5.1.1","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"gitHead":"9ebbb0ecbb940a6d9a9216f189ce5d8b922a89a4","_id":"@ethereumjs/blockchain@5.5.3","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"aa49a6a04789da6b66b5bcbb0d0b98efc369f640","size":81304,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.5.3.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.5.3_1654287342323_0.6090674822694646"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:15:16.075Z","publish_time":1654287342498,"_cnpm_publish_time":1654287342498},"5.5.2":{"name":"@ethereumjs/blockchain","version":"5.5.2","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.6.2","@ethereumjs/common":"^2.6.3","@ethereumjs/ethash":"^1.1.0","debug":"^4.3.3","ethereumjs-util":"^7.1.4","level-mem":"^5.0.1","lru-cache":"^5.1.1","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"gitHead":"7330c4ace495903748c606a47a8b993812504db8","_id":"@ethereumjs/blockchain@5.5.2","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"shasum":"1848abd9dc1ee56acf8cec4c84304d7f4667d027","size":81004,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.5.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.5.2_1648039019737_0.9694042842448416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-23T12:37:10.155Z","publish_time":1648039019980,"_cnpm_publish_time":1648039019980},"5.5.1":{"name":"@ethereumjs/blockchain","version":"5.5.1","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.6.0","@ethereumjs/common":"^2.6.0","@ethereumjs/ethash":"^1.1.0","debug":"^2.2.0","ethereumjs-util":"^7.1.3","level-mem":"^5.0.1","lru-cache":"^5.1.1","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.5.1","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"60f1f50592c06cc47e1704800b88b7d32f609742","size":80864,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.5.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.5.1_1637053111522_0.957955633068877"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:44.232Z","publish_time":1637053111704,"_cnpm_publish_time":1637053111704},"5.5.0":{"name":"@ethereumjs/blockchain","version":"5.5.0","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.6.0","@ethereumjs/common":"^2.6.0","@ethereumjs/ethash":"^1.1.0","debug":"^2.2.0","ethereumjs-util":"^7.1.3","level-mem":"^5.0.1","lru-cache":"^5.1.1","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.5.0","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"c07ed8a6a148ed0c5a112cec5bad6bdaa95ccc07","size":80817,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.5.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.5.0_1636448625735_0.7189648183816573"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:43.360Z","publish_time":1636448625903,"_cnpm_publish_time":1636448625903},"5.4.2":{"name":"@ethereumjs/blockchain","version":"5.4.2","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.5.1","@ethereumjs/common":"^2.5.0","@ethereumjs/ethash":"^1.1.0","debug":"^2.2.0","ethereumjs-util":"^7.1.1","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.4.2","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"5074e0a0157818762a5f5175ea0bd93c5455fe32","size":80411,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.4.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.4.2_1632860720939_0.5848661054078808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:42.481Z","publish_time":1632860721206,"_cnpm_publish_time":1632860721206},"5.4.1":{"name":"@ethereumjs/blockchain","version":"5.4.1","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"npm run tape -- ./test/*.spec.ts","test:browser":"karma start karma.conf.js"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.5.0","@ethereumjs/common":"^2.5.0","@ethereumjs/ethash":"^1.1.0","debug":"^2.2.0","ethereumjs-util":"^7.1.1","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.4.1","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"4a7aa291ec3eeb41719a5b6b2cc25ff1c6c6a440","size":80430,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.4.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.4.1_1632738531154_0.8876160489744809"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:41.586Z","publish_time":1632738531262,"_cnpm_publish_time":1632738531262},"5.4.0":{"name":"@ethereumjs/blockchain","version":"5.4.0","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","build":"../../config/cli/ts-build.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","test":"tape -r ts-node/register ./test/*.spec.ts"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.4.0","@ethereumjs/common":"^2.4.0","@ethereumjs/ethash":"^1.0.0","debug":"^2.2.0","ethereumjs-util":"^7.1.0","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","eslint":"^6.8.0","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","typedoc":"^0.20.34","typescript":"^3.9.3"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.4.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"28d712627d3442b2bb1f50dd5acba7cde1021993","size":86036,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.4.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.4.0_1625738124465_0.861446152180614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:40.711Z","publish_time":1625738124578,"_cnpm_publish_time":1625738124578},"5.3.1":{"name":"@ethereumjs/blockchain","version":"5.3.1","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","build":"../../config/cli/ts-build.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","test":"tape -r ts-node/register ./test/*.spec.ts"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.3.0","@ethereumjs/common":"^2.3.1","@ethereumjs/ethash":"^1.0.0","debug":"^2.2.0","ethereumjs-util":"^7.0.10","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","eslint":"^6.8.0","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","typedoc":"^0.20.34","typescript":"^3.9.3"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.3.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"b8cc506ce2481c32aa7dbb22aa100931e6f3723b","size":85691,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.3.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.3.1_1624868887134_0.777905326991251"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:39.825Z","publish_time":1624868887282,"_cnpm_publish_time":1624868887282},"5.3.0":{"name":"@ethereumjs/blockchain","version":"5.3.0","description":"A module to store and interact with blocks","license":"MPL-2.0","keywords":["ethereum","blockchain"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.spec.ts"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"dependencies":{"@ethereumjs/block":"^3.3.0","@ethereumjs/common":"^2.3.0","@ethereumjs/ethash":"^1.0.0","debug":"^2.2.0","ethereumjs-util":"^7.0.10","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"^0.20.34","typedoc-plugin-markdown":"^3.6.0","typescript":"^3.9.3"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"_id":"@ethereumjs/blockchain@5.3.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"206936e30a4320d87a26e58d157eadef21ef6ff1","size":68924,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.3.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.3.0_1622102312049_0.0775082865346508"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:38.949Z","publish_time":1622102312218,"_cnpm_publish_time":1622102312218},"5.2.1":{"name":"@ethereumjs/blockchain","version":"5.2.1","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.spec.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","dependencies":{"@ethereumjs/block":"^3.2.0","@ethereumjs/common":"^2.2.0","@ethereumjs/ethash":"^1.0.0","debug":"^2.2.0","ethereumjs-util":"^7.0.9","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.2.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"83ed83647667265f1666f111caf065ef9d1e82b5","size":67763,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.2.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.2.1_1616791126072_0.8372024557011553"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:36.920Z","publish_time":1616791126245,"_cnpm_publish_time":1616791126245},"5.2.0":{"name":"@ethereumjs/blockchain","version":"5.2.0","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run build && npm run test","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.spec.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","dependencies":{"@ethereumjs/block":"^3.2.0","@ethereumjs/common":"^2.2.0","@ethereumjs/ethash":"^1.0.0","debug":"^2.2.0","ethereumjs-util":"^7.0.9","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.4","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.2.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"8c9727564648ebdee09c3c9651142eda412125aa","size":67683,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.2.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.2.0_1616516046814_0.348797371097606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:36.049Z","publish_time":1616516047059,"_cnpm_publish_time":1616516047059},"5.1.0":{"name":"@ethereumjs/blockchain","version":"5.1.0","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run build && npm run test","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.spec.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/blockchain#readme","dependencies":{"@ethereumjs/block":"^3.1.0","@ethereumjs/common":"^2.1.0","@ethereumjs/ethash":"^1.0.0","debug":"^2.2.0","ethereumjs-util":"^7.0.8","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.3","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/bn.js":"^4.11.6","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.1.0","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"cf694a877d422d5300ea0edc5a98dac0d4eb2346","size":67361,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.1.0_1614069696952_0.16103793230184538"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:34.017Z","publish_time":1614069697118,"_cnpm_publish_time":1614069697118},"5.0.0":{"name":"@ethereumjs/blockchain","version":"5.0.0","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run lint && npm run test && npm run build","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/blockchain#readme","dependencies":{"@ethereumjs/block":"^3.0.0","@ethereumjs/common":"^2.0.0","@ethereumjs/ethash":"^1.0.0","ethereumjs-util":"^7.0.7","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.3","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/bn.js":"^4.11.6","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.0.0","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"7e42fd67751f53ce8ac6b7a36cb3aa48e9815d3c","size":48174,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.0.0_1606297034679_0.23874535883536963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:31.905Z","publish_time":1606297034823,"_cnpm_publish_time":1606297034823},"5.0.0-rc.1":{"name":"@ethereumjs/blockchain","version":"5.0.0-rc.1","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run lint && npm run test && npm run build","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/blockchain#readme","dependencies":{"@ethereumjs/block":"3.0.0-rc.1","@ethereumjs/common":"2.0.0-rc.1","@ethereumjs/ethash":"1.0.0-rc.1","ethereumjs-util":"^7.0.7","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.3","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/bn.js":"^4.11.6","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.0.0-rc.1","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"4227090623467b3a7d7874020dc2c2d4b6fbe311","size":56183,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.0.0-rc.1_1605779725351_0.0032815219954211994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:30.017Z","publish_time":1605779725527,"_cnpm_publish_time":1605779725527},"5.0.0-beta.2":{"name":"@ethereumjs/blockchain","version":"5.0.0-beta.2","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run lint && npm run test && npm run build","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/*.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A\"package%3A+blockchain\""},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/blockchain#synopsis","dependencies":{"@ethereumjs/block":"3.0.0-beta.2","@ethereumjs/common":"2.0.0-beta.2","@ethereumjs/ethash":"1.0.0-beta.1","ethereumjs-util":"^7.0.7","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.3","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/bn.js":"^4.11.6","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.0.0-beta.2","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"18358fd3c3197af821c25c915bd9002c40d8a613","size":56080,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.0.0-beta.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.0.0-beta.2_1605170708482_0.268076234027953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:28.740Z","publish_time":1605170708717,"_cnpm_publish_time":1605170708717},"5.0.0-beta.1":{"name":"@ethereumjs/blockchain","version":"5.0.0-beta.1","description":"A module to store and interact with blocks","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"prepublishOnly":"npm run lint && npm run test && npm run build","build":"ethereumjs-config-ts-build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"tape -r ts-node/register ./test/index.ts"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"keywords":["ethereum","blockchain"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A\"package%3A+blockchain\""},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/blockchain#synopsis","dependencies":{"@ethereumjs/block":"3.0.0-beta.1","@ethereumjs/common":"2.0.0-beta.1","@ethereumjs/ethash":"1.0.0-beta.1","ethereumjs-util":"^7.0.7","level-mem":"^5.0.1","lru-cache":"^5.1.1","rlp":"^2.2.3","semaphore-async-await":"^1.5.1"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/async":"^2.4.1","@types/bn.js":"^4.11.6","@types/lru-cache":"^5.1.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"_id":"@ethereumjs/blockchain@5.0.0-beta.1","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"e84db8dbca28b2320ba9eb10f5e0bca1314c3f55","size":34718,"noattachment":false,"key":"/@ethereumjs/blockchain/-/@ethereumjs/blockchain-5.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/blockchain/download/@ethereumjs/blockchain-5.0.0-beta.1.tgz"},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/blockchain_5.0.0-beta.1_1603362264183_0.8486269133345865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T05:22:26.891Z","publish_time":1603362264424,"_cnpm_publish_time":1603362264424}},"readme":"# @ethereumjs/blockchain `v10`\n\n[![NPM Package][blockchain-npm-badge]][blockchain-npm-link]\n[![GitHub Issues][blockchain-issues-badge]][blockchain-issues-link]\n[![Actions Status][blockchain-actions-badge]][blockchain-actions-link]\n[![Code Coverage][blockchain-coverage-badge]][blockchain-coverage-link]\n[![Discord][discord-badge]][discord-link]\n\n| A module to store and interact with blocks. |\n| ------------------------------------------- |\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Getting Started](#getting-started)\n- [EIP Integrations](#eip-integrations)\n- [Consensus Types](#consensus-types)\n- [Browser](#browser)\n- [API](#api)\n- [Testing](#testing)\n- [EthereumJS](#ethereumjs)\n- [License](#license)\n\n## Installation\n\nTo obtain the latest version, simply install the project using `npm`:\n\n```shell\nnpm install @ethereumjs/blockchain\n```\n\n**Note:** If you want to work with `EIP-4844` related functionality, you will have additional initialization steps for the **KZG setup**, see related section below.\n\n## Getting Started\n\n### Introduction\n\nThe `Blockchain` package represents an Ethereum-compatible blockchain storing a sequential chain of [@ethereumjs/block](../block) blocks and holding information about the current canonical head block as well as the context the chain is operating in (e.g. the hardfork rules the current head block adheres to).\n\nNew blocks can be added to the blockchain. Validation ensures that the block format adheres to the given chain rules (with the `Blockchain.validateBlock()` function) and consensus rules (`Blockchain.consensus.validateConsensus()`).\n\nThe library also supports reorg scenarios e.g. by allowing to add a new block with `Blockchain.putBlock()` which follows a different canonical path to the head than given by the current canonical head block.\n\n## Examples\n\nThe following is an example to instantiate a simple Blockchain object, put blocks into the blockchain and then iterate through the blocks added:\n\n```ts\n// ./examples/simple.ts\n\nimport { createBlock } from '@ethereumjs/block'\nimport { createBlockchain } from '@ethereumjs/blockchain'\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport { bytesToHex } from '@ethereumjs/util'\n\nconst main = async () => {\n  const common = new Common({ chain: Mainnet, hardfork: Hardfork.London })\n  // Use the safe static constructor which awaits the init method\n  const blockchain = await createBlockchain({\n    validateBlocks: false, // Skipping validation so we can make a simple chain without having to provide complete blocks\n    validateConsensus: false,\n    common,\n  })\n\n  // We use minimal data to provide a sequence of blocks (increasing number, difficulty, and then setting parent hash to previous block)\n  const block = createBlock(\n    {\n      header: {\n        number: 1n,\n        parentHash: blockchain.genesisBlock.hash(),\n        difficulty: blockchain.genesisBlock.header.difficulty + 1n,\n      },\n    },\n    { common, setHardfork: true },\n  )\n  const block2 = createBlock(\n    {\n      header: {\n        number: 2n,\n        parentHash: block.header.hash(),\n        difficulty: block.header.difficulty + 1n,\n      },\n    },\n    { common, setHardfork: true },\n  )\n  // See @ethereumjs/block for more details on how to create a block\n  await blockchain.putBlock(block)\n  await blockchain.putBlock(block2)\n\n  // We iterate over the blocks in the chain to the current head (block 2)\n  await blockchain.iterator('i', (block) => {\n    const blockNumber = block.header.number.toString()\n    const blockHash = bytesToHex(block.hash())\n    console.log(`Block ${blockNumber}: ${blockHash}`)\n  })\n\n  // Block 1: 0xa1a061528d74ba81f560e1ebc4f29d6b58171fc13b72b876cdffe6e43b01bdc5\n  // Block 2: 0x5583be91cf9fb14f5dbeb03ad56e8cef19d1728f267c35a25ba5a355a528f602\n}\nvoid main()\n```\n\nMore examples can be found in the [examples](./examples/) folder.\n\n## Setup\n\n### Block Storage\n\nFor storing blocks different backends can be used. The database needs to conform to the [DB](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/util/src/db.ts) interface provided in the `@ethereumjs/util` package (since this is used in other places as well).\n\nBy default the blockchain package uses a [MapDB](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/util/src/mapDB.ts) non-persistent data storage which is also generically provided in the `@ethereumjs/util` package.\n\nIf you need a persistent data store for your use case you can consider using the wrapper we have written within our [client](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/client/src/execution/level.ts) library.\n\n### Consensus\n\nStarting with v6 there is a dedicated consensus class for each type of supported consensus, `Ethash`, `Clique` and `Casper` (PoS, this one is rather the do-nothing part of `Casper` and letting the respective consensus/beacon client do the hard work! ????). Each consensus class adheres to a common interface `Consensus` implementing the following five methods in a consensus-specific way:\n\n- `genesisInit(genesisBlock: Block): Promise<void>`\n- `setup(): Promise<void>`\n- `validateConsensus(block: Block): Promise<void>`\n- `validateDifficulty(header: BlockHeader): Promise<void>`\n- `newBlock(block: Block, commonAncestor?: BlockHeader, ancientHeaders?: BlockHeader[]): Promise<void>`\n\n#### Custom Consensus Algorithms\n\nAlso part of V6, you can also create a custom consensus class implementing the above interface and pass it into the `Blockchain` constructor using the `consensus` option at instantiation. See [this test script](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/blockchain/test/customConsensus.spec.ts) for a complete example of how write and use a custom consensus implementation.\n\nNote, if you construct a blockchain with a custom consensus implementation, transition checks for switching from PoW to PoS are disabled so defining a merge hardfork will have no impact on the consensus mechanism defined for the chain.\n\n## Custom Genesis State\n\n### Genesis State\n\nGenesis state for the 4 supported networks (mainnet, sepolia, hoodi, holesky) is stored in an auxiliary package [@ethereumjs/genesis](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/genesis), from which it can be included if needed (for most - especially VM - use cases it is not necessary), see PR [#2844](https://github.com/ethereumjs/ethereumjs-monorepo/pull/2844).\n\n\n### Custom genesis from a Geth genesis config\n\nFor many custom chains we might come across a genesis configuration, which can be used to build both chain config as well the genesis state (and hence the genesis block as well to start off with)\n\n```ts\n// ./examples/gethGenesis.ts\n\nimport { createBlockchain } from '@ethereumjs/blockchain'\nimport { createCommonFromGethGenesis, parseGethGenesisState } from '@ethereumjs/common'\nimport { postMergeGethGenesis } from '@ethereumjs/testdata'\nimport { bytesToHex } from '@ethereumjs/util'\n\nconst main = async () => {\n  // Load geth genesis file\n  const common = createCommonFromGethGenesis(postMergeGethGenesis, { chain: 'customChain' })\n  const genesisState = parseGethGenesisState(postMergeGethGenesis)\n  const blockchain = await createBlockchain({\n    genesisState,\n    common,\n  })\n  const genesisBlockHash = blockchain.genesisBlock.hash()\n  common.setForkHashes(genesisBlockHash)\n  console.log(\n    `Genesis hash from geth genesis parameters - ${bytesToHex(blockchain.genesisBlock.hash())}`,\n  )\n}\n\nvoid main()\n\n```\n\nThe genesis block from the initialized `Blockchain` can be retrieved via the `Blockchain.genesisBlock` getter. For creating a genesis block from the params in `@ethereumjs/common`, the `createGenesisBlock(stateRoot: Buffer): Block` method can be used.\n\n## Supported Blocks and Tx Types\n\n### EIP-1559 Support\n\nThis library supports the handling of `EIP-1559` blocks and transactions starting with the `v5.3.0` release.\n\n### EIP-4844 Shard Blob Transactions Support\n\nThis library supports the blob transaction type introduced with [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844).\n\nThe blockchain library now allows for blob transactions to be validated and included in a chain where EIP-4844 activated either by hardfork or standalone EIP.\n\n**Note:** Working with blob transactions needs a manual KZG library installation and global initialization, see [KZG Setup](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx/README.md#kzg-setup) for instructions.\n\n### EIP-7685 Requests Support\n\nThis library supports blocks including the [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685) requests to the consensus layer (like e.g. deposit or withdrawal requests).\n\n## Browser\n\nWe provide hybrid ESM/CJS builds for all our libraries. With the v10 breaking release round from Spring 2025, all libraries are \"pure-JS\" by default and we have eliminated all hard-wired WASM code. Additionally we have substantially lowered the bundle sizes, reduced the number of dependencies, and cut out all usages of Node.js-specific primitives (like the Node.js event emitter).\n\nIt is easily possible to run a browser build of one of the EthereumJS libraries within a modern browser using the provided ESM build. For a setup example see [./examples/browser.html](./examples/browser.html).\n\n## API\n\n### Docs\n\nGenerated TypeDoc API [Documentation](./docs/README.md)\n\n### Hybrid CJS/ESM Builds\n\nWith the breaking releases from Summer 2023 we have started to ship our libraries with both CommonJS (`cjs` folder) and ESM builds (`esm` folder), see `package.json` for the detailed setup.\n\nIf you use an ES6-style `import` in your code files from the ESM build will be used:\n\n```ts\nimport { EthereumJSClass } from '@ethereumjs/[PACKAGE_NAME]'\n```\n\nIf you use Node.js specific `require`, the CJS build will be used:\n\n```ts\nconst { EthereumJSClass } = require('@ethereumjs/[PACKAGE_NAME]')\n```\n\nUsing ESM will give you additional advantages over CJS beyond browser usage like static code analysis / Tree Shaking which CJS can not provide.\n\n## Events\n\nThe `Blockchain` class has a public property `events` which contains an `EventEmitter` (using [EventEmitter3](https://github.com/primus/eventemitter3)). Following events are emitted on which you can react within your code:\n\n| Event                    | Description                                 |\n| ------------------------ | ------------------------------------------- |\n| `deletedCanonicalBlocks` | Emitted when blocks are reorged and deleted |\n\n## Debugging\n\nThis library uses the [debug](https://github.com/visionmedia/debug) debugging utility package.\n\nThe following initial logger is currently available:\n\n| Logger              | Description                                                              |\n| ------------------- | ------------------------------------------------------------------------ |\n| `blockchain:#`      | Core blockchain operations like when a block or header is put or deleted |\n| `blockchain:clique` | Clique consensus operations like updating the vote and/or signer list    |\n| `blockchain:ethash` | Ethash consensus operations like PoW block or header validation          |\n\nThe following is an example for a logger run:\n\nRun with the clique logger:\n\n```shell\nDEBUG=ethjs,blockchain:clique tsx test.ts\n```\n\n`ethjs` **must** be included in the `DEBUG` environment variables to enable **any** logs.\nAdditional log selections can be added with a comma separated list (no spaces). Logs with extensions can be enabled with a colon `:`, and `*` can be used to include all extensions (currently do not apply for blockchain debugging, example taken from another library).\n\n`DEBUG=ethjs,statemanager:cache:*,trie,statemanager:merkle npx vitest test/statemanager.spec.ts`\n\n## EthereumJS\n\nThe `EthereumJS` GitHub organization and its repositories are managed by members of the former Ethereum Foundation JavaScript team and the broader Ethereum community. If you want to join for work or carry out improvements on the libraries see the [developer docs](../../DEVELOPER.md) for an overview of current standards and tools and review our [code of conduct](../../CODE_OF_CONDUCT.md).\n\n## License\n\n[MPL-2.0](<https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)>)\n\n[discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue\n[discord-link]: https://discord.gg/TNwARpR\n[blockchain-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/blockchain.svg\n[blockchain-npm-link]: https://www.npmjs.com/package/@ethereumjs/blockchain\n[blockchain-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20blockchain?label=issues\n[blockchain-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A\"package%3A+blockchain\"\n[blockchain-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Blockchain/badge.svg\n[blockchain-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Blockchain%22\n[blockchain-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=blockchain\n[blockchain-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain\n","_attachments":{},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+blockchain%22"},"license":"MPL-2.0"}