Stub the remaining oracle instructions

This commit is contained in:
Tobias Lindahl 2019-06-11 09:11:47 +02:00
parent 68d8533bf7
commit 8a0dbe3920

View File

@ -146,12 +146,15 @@ ops_defs() ->
oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"} oracle_register, {any,any,any,any,any,any}, oracle, "TODO: Document and describe types"}
, { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a], , { 'ORACLE_QUERY', 16#62, false, 3, [a,a,a,a,a,a],
oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."} oracle_query, {any,any,any,any,any},oracle_query, "TODO: Document and describe types."}
%% TODO: , { 'ORACLE_RESPOND', 16#63, false, 3, [a,a,a,a,a],
, { 'ORACLE_RESPOND', 16#63, false, 3, [], oracle_respond, {}, none, "NYI"} oracle_respond, {any,any,any,any}, any, "TODO: Document and describe types."}
, { 'ORACLE_EXTEND', 16#64, false, 3, [], oracle_extend, {}, none, "NYI"} , { 'ORACLE_EXTEND', 16#64, false, 3, [a,a,a,a,a],
, { 'ORACLE_GET_ANSWER', 16#65, false, 3, [], oracle_get_answer, {}, none, "NYI"} oracle_extend, {any,any,any,any}, any, "TODO: Document and describe types."}
, { 'ORACLE_GET_QUESTION', 16#66, false, 3, [], oracle_get_question, {}, none, "NYI"} , { 'ORACLE_GET_ANSWER', 16#65, false, 3, [a,a,a],
, { 'ORACLE_QUERY_FEE', 16#67, false, 3, [], oracle_query_fee, {}, none, "NYI"} oracle_get_answer, {any,any}, any, "TODO: Document and describe types."}
, { 'ORACLE_GET_QUESTION', 16#66, false, 3, [a,a,a],
oracle_get_question, {any,any}, any, "TODO: Document and describe types."}
, { 'ORACLE_QUERY_FEE', 16#67, false, 3, [a,a], oracle_query_fee, {any}, integer, "TODO: Document and describe types."}
, { 'AENS_RESOLVE', 16#68, false, 3, [], aens_resolve, {}, none, "NYI"} , { 'AENS_RESOLVE', 16#68, false, 3, [], aens_resolve, {}, none, "NYI"}
, { 'AENS_PRECLAIM', 16#69, false, 3, [], aens_preclaim, {}, none, "NYI"} , { 'AENS_PRECLAIM', 16#69, false, 3, [], aens_preclaim, {}, none, "NYI"}
, { 'AENS_CLAIM', 16#6a, false, 3, [], aens_claim, {}, none, "NYI"} , { 'AENS_CLAIM', 16#6a, false, 3, [], aens_claim, {}, none, "NYI"}