Skip to content

Commit

Permalink
upgrade to istanbul bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
hayeah committed Aug 20, 2020
1 parent 3907f9f commit 025ed46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (c *Compiler) execSolc() (*rawCompilerOutput, error) {

filename := c.Filename

args := []string{filename, "--combined-json", "bin,metadata", "--evm-version", "homestead"}
args := []string{filename, "--combined-json", "bin,metadata"}

if !opts.NoOptimize {
args = append(args, "--optimize")
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/qtumproject/solar

go 1.15

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
Expand Down

0 comments on commit 025ed46

Please sign in to comment.