Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remix-project/remix-simulator

Package Overview
Dependencies
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remix-project/remix-simulator - npm Package Compare versions

Comparing version 0.2.37 to 0.2.38

6

package.json
{
"name": "@remix-project/remix-simulator",
"version": "0.2.37",
"version": "0.2.38",
"description": "Ethereum IDE and tools for the web",

@@ -25,3 +25,3 @@ "contributors": [

"@ethereumjs/vm": "^6.4.1",
"@remix-project/remix-lib": "^0.5.44",
"@remix-project/remix-lib": "^0.5.45",
"ansi-gray": "^0.1.1",

@@ -74,4 +74,4 @@ "async": "^3.1.0",

"typings": "src/index.d.ts",
"gitHead": "29e14eb9e9750b43522e3667bb340ff6884d1ebf",
"gitHead": "2c7dc1096de47ad3a80cd983b29bac6ac17b30f3",
"types": "./src/index.d.ts"
}

@@ -201,6 +201,7 @@ /* global ethereum */

]);
const codeHash = accountData.codeHash === '0x0000000000000000000000000000000000000000000000000000000000000000' ? '0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470' : accountData.codeHash;
const account = util_1.Account.fromAccountData({
balance: BigInt(accountData.balance),
nonce: BigInt(accountData.nonce),
codeHash: (0, util_1.toBuffer)(accountData.codeHash)
codeHash: (0, util_1.toBuffer)(codeHash)
// storageRoot: toBuffer([]), // we have to remove this in order to force the creation of the Trie in the local state.

@@ -207,0 +208,0 @@ });

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc