You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implementation addresses the proposal outlined in Axone Protocol Discussion #2, which involves modifying some fields of the Interpreter protobuf structure, so that it changes from string to uint64.
Limits message:
max_size
max_result_count
max_user_output_size
max_variables
GasPolicy message:
weighting_factor
default_predicate_cost
PredicateCost messsage:
cost
Impact
A migration of the logic module should be considered to ensure that the storage of these values is still functional in the dentrite-1 network.
The text was updated successfully, but these errors were encountered:
Purpose
This implementation addresses the proposal outlined in Axone Protocol Discussion #2, which involves modifying some fields of the
Interpreter
protobuf structure, so that it changes fromstring
touint64
.Limits
message:max_size
max_result_count
max_user_output_size
max_variables
GasPolicy
message:weighting_factor
default_predicate_cost
PredicateCost
messsage:cost
Impact
logic
module should be considered to ensure that the storage of these values is still functional in the dentrite-1 network.The text was updated successfully, but these errors were encountered: