2 Commits

Author SHA1 Message Date
zxq9 c6486408cb WIP
Every call path that can result in a network-dependent explosion
should be handled instead of assumed OK.
2026-05-16 16:22:35 +09:00
zxq9 903a32931d Update deps 2026-05-10 18:00:59 +09:00
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -216,7 +216,12 @@ return_sizer(Parent, J, FunIlk, ReturnType) ->
call_param_sizer(Frame, J) -> call_param_sizer(Frame, J) ->
{ok, Height} = hz:top_height(), case hz:top_height() of
{ok, Height} -> call_param_sizer(Frame, J, Height);
Error -> handle_troubling(State, Error)
end.
call_param_sizer(Frame, J, Height) ->
DefTTL = Height + 10000, DefTTL = Height + 10000,
DefGasP = hz:min_gas_price(), DefGasP = hz:min_gas_price(),
DefGas = 5000000, DefGas = 5000000,
+1 -1
View File
@@ -5,7 +5,7 @@
{author,"Craig Everett"}. {author,"Craig Everett"}.
{desc,"A desktop client for the Gajumaru network of blockchain networks"}. {desc,"A desktop client for the Gajumaru network of blockchain networks"}.
{package_id,{"otpr","gajudesk",{0,9,0}}}. {package_id,{"otpr","gajudesk",{0,9,0}}}.
{deps,[{"otpr","hakuzaru",{0,9,0}}, {deps,[{"otpr","hakuzaru",{0,9,1}},
{"otpr","zxwidgets",{1,1,0}}, {"otpr","zxwidgets",{1,1,0}},
{"otpr","eblake2",{1,0,1}}, {"otpr","eblake2",{1,0,1}},
{"otpr","base58",{0,1,1}}, {"otpr","base58",{0,1,1}},