Verup to 3.2.1

This commit is contained in:
Craig Everett 2023-04-28 16:25:37 +09:00
parent 3097e90156
commit df98da8caa
18 changed files with 18 additions and 1 deletions

View File

@ -8,6 +8,7 @@
%%%
%%%-------------------------------------------------------------------
-module(aeb_aevm_abi).
-vsn("3.2.1").
-define(HASH_SIZE, 32).
-export([ create_calldata/4

View File

@ -1,4 +1,5 @@
-module(aeb_aevm_data).
-vsn("3.2.1").
-export_type([data/0,
type/0,

View File

@ -29,6 +29,7 @@
%%%-------------------------------------------------------------------
-module(aeb_asm).
-vsn("3.2.1").
-export([ file/2
, pp/1

View File

@ -7,6 +7,7 @@
%%%-------------------------------------------------------------------
-module(aeb_disassemble).
-vsn("3.2.1").
-export([ pp/1,
format/2,

View File

@ -8,6 +8,7 @@
%%%
%%%-------------------------------------------------------------------
-module(aeb_fate_abi).
-vsn("3.2.1").
-export([ create_calldata/2
, decode_calldata/2

View File

@ -84,6 +84,7 @@
%%%-------------------------------------------------------------------
-module(aeb_fate_asm).
-vsn("3.2.1").
-export([ assemble_file/3
, asm_to_bytecode/2

View File

@ -6,6 +6,7 @@
%%%
%%%-------------------------------------------------------------------
-module(aeb_fate_code).
-vsn("3.2.1").
-export([ annotations/1
, deserialize/1

View File

@ -3,6 +3,7 @@
-include("aeb_fate_data.hrl").
-module(aeb_fate_data).
-vsn("3.2.1").
-type fate_integer() :: ?FATE_INTEGER_T.
-type fate_boolean() :: ?FATE_BOOLEAN_T.

View File

@ -40,6 +40,7 @@
%%
%% ------------------------------------------------------------------------
-module(aeb_fate_encoding).
-vsn("3.2.1").
-export([ deserialize/1
, deserialize_one/1

View File

@ -1,4 +1,5 @@
-module(aeb_fate_generate_docs).
-vsn("3.2.1").
-export([generate_documentation/2, generate_documentation/3]).

View File

@ -1,4 +1,5 @@
-module(aeb_fate_generate_ops).
-vsn("3.2.1").
-export([ gen_and_halt/1
, generate/0

View File

@ -7,6 +7,7 @@
%%% @end
%%% -------------------------------------------------------------------
-module(aeb_fate_maps).
-vsn("3.2.1").
-include("aeb_fate_data.hrl").

View File

@ -1,4 +1,5 @@
-module(aeb_heap).
-vsn("3.2.1").
-export([ to_binary/1
, to_binary/2

View File

@ -7,6 +7,7 @@
%%%-------------------------------------------------------------------
-module(aeb_memory).
-vsn("3.2.1").
-export([binary_to_words/1]).

View File

@ -7,6 +7,7 @@
%%%-------------------------------------------------------------------
-module(aeb_opcodes).
-vsn("3.2.1").
-export([ dup/1
, mnemonic/1

View File

@ -8,6 +8,7 @@
%%%-------------------------------------------------------------------
-module(aeb_primops).
-vsn("3.2.1").
-export([ is_local_primop_op/1
, op_needs_type_check/1
]).

View File

@ -1,4 +1,5 @@
-module(aefateasm).
-vsn("3.2.1").
-export([main/1]).

View File

@ -11,7 +11,7 @@
{license,skip}.
{modules,[]}.
{name,"AE Bytecode"}.
{package_id,{"otpr","aebytecode",{3,2,0}}}.
{package_id,{"otpr","aebytecode",{3,2,1}}}.
{prefix,none}.
{repo_url,"https://github.com/aeternity/aebytecode"}.
{tags,["aeternity","blockchain","fate","bytecode","crypto","ae"]}.