Fix version (other direction)
Some checks failed
Gajumaru Bytecode Tests / tests (push) Failing after -4m26s
Some checks failed
Gajumaru Bytecode Tests / tests (push) Failing after -4m26s
This commit is contained in:
parent
2111c864e5
commit
c176d5dd01
@ -10,6 +10,7 @@
|
||||
%%%
|
||||
%%%-------------------------------------------------------------------
|
||||
-module(gmb_aevm_abi).
|
||||
-vsn("3.4.1").
|
||||
-define(HASH_SIZE, 32).
|
||||
|
||||
-export([ create_calldata/4
|
||||
|
@ -1,4 +1,5 @@
|
||||
-module(gmb_aevm_data).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export_type([data/0,
|
||||
type/0,
|
||||
|
@ -31,6 +31,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(gmb_asm).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ file/2
|
||||
, pp/1
|
||||
|
@ -9,6 +9,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(gmb_disassemble).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ pp/1,
|
||||
format/2,
|
||||
|
@ -10,6 +10,7 @@
|
||||
%%%
|
||||
%%%-------------------------------------------------------------------
|
||||
-module(gmb_fate_abi).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ create_calldata/2
|
||||
, decode_calldata/2
|
||||
|
@ -86,6 +86,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(gmb_fate_asm).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ assemble_file/3
|
||||
, asm_to_bytecode/2
|
||||
|
@ -7,6 +7,7 @@
|
||||
%%%
|
||||
%%%-------------------------------------------------------------------
|
||||
-module(gmb_fate_code).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ annotations/1
|
||||
, deserialize/1
|
||||
|
@ -3,6 +3,7 @@
|
||||
-include("gmb_fate_data.hrl").
|
||||
|
||||
-module(gmb_fate_data).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-type fate_integer() :: ?FATE_INTEGER_T.
|
||||
-type fate_boolean() :: ?FATE_BOOLEAN_T.
|
||||
|
@ -40,6 +40,7 @@
|
||||
%%
|
||||
%% ------------------------------------------------------------------------
|
||||
-module(gmb_fate_encoding).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ deserialize/1
|
||||
, deserialize_one/1
|
||||
|
@ -1,4 +1,5 @@
|
||||
-module(gmb_fate_generate_docs).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([generate_documentation/2, generate_documentation/3]).
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
-module(gmb_fate_generate_ops).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ gen_and_halt/1
|
||||
, generate/0
|
||||
|
@ -8,6 +8,7 @@
|
||||
%%% @end
|
||||
%%% -------------------------------------------------------------------
|
||||
-module(gmb_fate_maps).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-include("gmb_fate_data.hrl").
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
-module(gmb_heap).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ to_binary/1
|
||||
, to_binary/2
|
||||
|
@ -9,6 +9,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(gmb_memory).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([binary_to_words/1]).
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(gmb_opcodes).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([ dup/1
|
||||
, mnemonic/1
|
||||
|
@ -10,6 +10,7 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(gmb_primops).
|
||||
-vsn("3.4.1").
|
||||
-export([ is_local_primop_op/1
|
||||
, op_needs_type_check/1
|
||||
]).
|
||||
|
@ -1,6 +1,6 @@
|
||||
{application, gmbytecode,
|
||||
[{description, "Bytecode definitions, serialization and deserialization for the Gajumaru."},
|
||||
{vsn, "3.4.0"},
|
||||
{vsn, "3.4.1"},
|
||||
{registered, []},
|
||||
{applications,
|
||||
[kernel,
|
||||
|
@ -1,4 +1,5 @@
|
||||
-module(gmfateasm).
|
||||
-vsn("3.4.1").
|
||||
|
||||
-export([main/1]).
|
||||
|
||||
|
22
zomp.meta
22
zomp.meta
@ -1,19 +1,19 @@
|
||||
{a_email,[]}.
|
||||
{author,""}.
|
||||
{c_email,[]}.
|
||||
{copyright,""}.
|
||||
{name,"Gajumaru Bytecode"}.
|
||||
{type,lib}.
|
||||
{modules,[]}.
|
||||
{prefix,none}.
|
||||
{desc,"A library and stand alone assembler for Gajumaru bytecode. This version supports AEVM bytecode and FATE bytecode."}.
|
||||
{author,[]}.
|
||||
{package_id,{"otpr","gmbytecode",{3,4,1}}}.
|
||||
{deps,[{"otpr","gmserialization",{0,1,2}},
|
||||
{"otpr","eblake2",{1,0,0}},
|
||||
{"otpr","getopt",{1,0,2}}]}.
|
||||
{desc,"A library and stand alone assembler for Gajumaru bytecode. This version supports AEVM bytecode and FATE bytecode."}.
|
||||
{file_exts,[]}.
|
||||
{key_name,none}.
|
||||
{a_email,[]}.
|
||||
{c_email,[]}.
|
||||
{copyright,[]}.
|
||||
{file_exts,[]}.
|
||||
{license,skip}.
|
||||
{modules,[]}.
|
||||
{name,"Gajumaru Bytecode"}.
|
||||
{package_id,{"otpr","gmbytecode",{3,4,0}}}.
|
||||
{prefix,none}.
|
||||
{repo_url,"https://git.qpq.swiss/QPQ-AG/gmbytecode"}.
|
||||
{tags,["gajumaru","blockchain","fate","bytecode","crypto","gm"]}.
|
||||
{type,lib}.
|
||||
{ws_url,[]}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user