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
autofill logic does NOT need to be updated because it uses fee.
Fee property on all transactions remains the same
SetFee transactions
BaseFeeDrops, ReserveBaseDrops, and ReserveIncrementDrops will be present when the amendment is passed and on new transactions. These will be of the type Amount
BaseFee, ReserveBase, ReferenceFeeUnits, ReserveIncrement are valid only historically after the amendment passes
No need for validation updates in client libraries as this is a pseudo transaction
Types should reflect there will be only one of the two sets of fields
The text was updated successfully, but these errors were encountered:
This amendment is part of rippled@1.10.0 and updates the fees to be formatted as Amounts.
XRPLF/rippled#4247
fee
.Fee
property on all transactions remains the sameSetFee
transactionsBaseFeeDrops
,ReserveBaseDrops
, andReserveIncrementDrops
will be present when the amendment is passed and on new transactions. These will be of the type AmountBaseFee
,ReserveBase
,ReferenceFeeUnits
,ReserveIncrement
are valid only historically after the amendment passesThe text was updated successfully, but these errors were encountered: