Unverified Commit bbc88d72 authored by Aniket's avatar Aniket Committed by GitHub

updated bytecode and Solidity version

parent e86aa486
...@@ -6,7 +6,7 @@ var util = require('../src/util') ...@@ -6,7 +6,7 @@ var util = require('../src/util')
var compiler = require('solc') var compiler = require('solc')
var compilerInput = require('../src/helpers/compilerHelper').compilerInput var compilerInput = require('../src/helpers/compilerHelper').compilerInput
var executionContext = require('../src/execution/execution-context') var executionContext = require('../src/execution/execution-context')
var solidityVersion = 'v0.5.8+commit.23d335f2' var solidityVersion = 'v0.5.11+commit.c082d0b4'
/* tape *********************************************************** */ /* tape *********************************************************** */
tape('load compiler ' + solidityVersion, function (t) { tape('load compiler ' + solidityVersion, function (t) {
......
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