Skip to content

Commit

Permalink
develop clean-up items
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jun 8, 2022
1 parent 4481cf2 commit 29ced53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@
"e2e:publish": "./scripts/e2e-publish.sh",
"e2e:resolutions": "node ./scripts/e2e-resolutions.js",
"e2e:inject": "node ./scripts/e2e-inject-resolutions.js"
},
"dependencies": {
"bigint-crypto-utils": "^3.0.23"
}
}
2 changes: 1 addition & 1 deletion packages/vm/tests/api/EIPs/eip-3074-authcall.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ tape('EIP-3074 AUTH', (t) => {

// Setups the environment for the VM, puts `code` at contractAddress and also puts the STORECALLER bytecode at the contractStorageAddress
async function setupVM(code: Buffer) {
const vm = await VM.create({ common })
const vm = await VM.create({ common: common.copy() })
await vm.stateManager.putContractCode(contractAddress, code)
await vm.stateManager.putContractCode(contractStorageAddress, STORECALLER)
const account = await vm.stateManager.getAccount(callerAddress)
Expand Down

0 comments on commit 29ced53

Please sign in to comment.