Unverified Commit df582216 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1500 from ethereum/bump0.2.3

Bump version 0.2.3
parents 9af7f48d 0391c645
This diff is collapsed.
{
"version": "0.2.2",
"version": "0.2.3",
"devDependencies": {
"gulp": "^4.0.2",
"lerna": "^2.10.2"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "remix-analyzer",
"version": "0.5.2",
"version": "0.5.3",
"description": "Tool to perform static analysis on Solidity smart contracts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -19,8 +19,8 @@
}
],
"dependencies": {
"remix-astwalker": "0.0.24",
"remix-lib": "0.4.29"
"remix-astwalker": "0.0.25",
"remix-lib": "0.4.30"
},
"scripts": {
"build": "tsc",
......
This diff is collapsed.
{
"name": "remix-astwalker",
"version": "0.0.24",
"version": "0.0.25",
"description": "Remix sub-module for walking through AST",
"main": "dist/index.js",
"scripts": {
......@@ -34,7 +34,7 @@
"dependencies": {
"@types/tape": "^4.2.33",
"nyc": "^13.3.0",
"remix-lib": "0.4.29",
"remix-lib": "0.4.30",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "remix-debug",
"version": "0.4.4",
"version": "0.4.5",
"description": "Tool to debug Ethereum transactions",
"contributors": [
{
......@@ -21,7 +21,7 @@
"commander": "^2.19.0",
"ethereumjs-util": "^6.2.0",
"ethereumjs-vm": "4.1.3",
"remix-lib": "0.4.29",
"remix-lib": "0.4.30",
"web3": "^1.2.4"
},
"devDependencies": {
......
......@@ -31,7 +31,7 @@ module.exports = function (st, vm, privateKey, contractBytecode, compilationResu
st.fail(error)
})
callTree.event.register('callTreeReady', (scopes, scopeStarts) => {
helper.decodeLocals(st, 1587, traceManager, callTree, function (locals) {
helper.decodeLocals(st, 1622, traceManager, callTree, function (locals) {
try {
st.equals(locals['bytesSimple'].length, '0x14')
st.equals(locals['bytesSimple'].value, '0x746573745f7375706572')
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "remix-lib",
"version": "0.4.29",
"version": "0.4.30",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "remix-simulator",
"version": "0.1.9-beta.5",
"version": "0.1.9-beta.6",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -25,7 +25,7 @@
"express": "^4.16.3",
"express-ws": "^4.0.0",
"merge": "^1.2.0",
"remix-lib": "0.4.29",
"remix-lib": "0.4.30",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "^1.2.4"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "remix-solidity",
"version": "0.3.30",
"version": "0.3.31",
"description": "Tool to load and run Solidity compiler",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -16,7 +16,7 @@
],
"dependencies": {
"eslint-scope": "^5.0.0",
"remix-lib": "0.4.29",
"remix-lib": "0.4.30",
"solc": "^0.6.0",
"webworkify": "^1.2.1"
},
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "remix-tests",
"version": "0.1.33",
"version": "0.1.34",
"description": "Tool to test Solidity smart contracts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -43,9 +43,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.29",
"remix-simulator": "0.1.9-beta.5",
"remix-solidity": "0.3.30",
"remix-lib": "0.4.30",
"remix-simulator": "0.1.9-beta.6",
"remix-solidity": "0.3.31",
"signale": "^1.4.0",
"web3": "^1.2.4",
"winston": "^3.0.0"
......
This diff is collapsed.
{
"name": "remix-url-resolver",
"version": "0.0.15",
"version": "0.0.16",
"description": "Solidity import url resolver engine",
"main": "dist",
"types": "dist/index.d.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment