From 086e7c46710160170cbb2aeee48e97f335ae70a2 Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Fri, 6 Sep 2019 11:07:18 +0200 Subject: [PATCH 1/2] Use latest aebytecode with new opnumbers and gas. --- rebar.config | 2 +- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 8000e35..948cb5a 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {erl_opts, [debug_info]}. -{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref,"7f0593f"}}} +{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref,"4e8c7a5"}}} , {getopt, "1.0.1"} , {eblake2, "1.0.0"} , {jsx, {git, "https://github.com/talentdeficit/jsx.git", diff --git a/rebar.lock b/rebar.lock index 110e5b2..f99a282 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,7 +1,7 @@ {"1.1.0", [{<<"aebytecode">>, {git,"https://github.com/aeternity/aebytecode.git", - {ref,"7f0593fbf23fd8ec8f5d802eab71e45fe05a174e"}}, + {ref,"4e8c7a5b6ed0f1418d7a66f3f3144f09dbdb6dc5"}}, 0}, {<<"aeserialization">>, {git,"https://github.com/aeternity/aeserialization.git", -- 2.30.2 From 2c8c233f73991d4aef8d0b04a7ed30beecb7c34a Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Fri, 6 Sep 2019 14:18:04 +0200 Subject: [PATCH 2/2] Update aebytecode to latest master after merge of new opcode numbers and base gas. --- rebar.config | 2 +- rebar.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 948cb5a..858fc6f 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {erl_opts, [debug_info]}. -{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref,"4e8c7a5"}}} +{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref,"b036531"}}} , {getopt, "1.0.1"} , {eblake2, "1.0.0"} , {jsx, {git, "https://github.com/talentdeficit/jsx.git", diff --git a/rebar.lock b/rebar.lock index f99a282..8abeb16 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,7 +1,7 @@ {"1.1.0", [{<<"aebytecode">>, {git,"https://github.com/aeternity/aebytecode.git", - {ref,"4e8c7a5b6ed0f1418d7a66f3f3144f09dbdb6dc5"}}, + {ref,"b036531dc28f3b80ec142327b94ceb289f772e31"}}, 0}, {<<"aeserialization">>, {git,"https://github.com/aeternity/aeserialization.git", -- 2.30.2