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
In i190-units branch we now have fee estimation parameters stored in runtime state.
#[derive(Debug,Clone,Serialize,Deserialize)]pubstructFeeEstimates{/// Estimate of bytes per tx for BTCpubbtc_bytes_per_tx:u64,/// Gas limit for Ethereum transfer transactionpubeth_tx_gas_limit:u64,/// Gas limit for ERC20 transfer transactionpuberc20_tx_gas_limit:u64}
Intro
In i190-units branch we now have fee estimation parameters stored in runtime state.
I have also added two endpoints for operators:
Task
Use said endpoints to add UI for operators to review and adjust fee estimations.
Ideally the operator should see estimations and the final fee price in crypto and fiat, but a simple edit is enough for now
The text was updated successfully, but these errors were encountered: