mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 13:22:07 +03:00
f6ff4f108b
This adds support for handling cases where the send-batch thread failed, mainly among them, a thread crash. One of the events that causes this behavior is a ver low gas price for this L1 transaction. Here we add support for manually bumping the price for such transaction, and for increasing the default fallback gas-price, together with discarding any malformed batch from the sending queue.
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
:: Bumps the gas price for a sending transaction
|
|
::
|
|
:- %say
|
|
|= [* [nonce=@ gas=@ud address=(unit @ux) ~] ~]
|
|
[%roller-action %refuel nonce address gas]
|