app-monorepo
app-monorepo copied to clipboard
v5 fix: several fee issues
PR Summary
-
Introduction of SimpleDbEntityFeeInfo A new component, 'SimpleDbEntityFeeInfo', has been integrated into the system. This component will influence various sections of the system such as 'SimpleDb', 'SimpleDbProxy', 'ServiceGas', and others. This component applies to different types of vault implementations (such as ADA, BTC, COSMOS, EVM, and others), boarding a significant improvement to the processing and functioning of these vaults.
-
Improvement in TxFeeContainer Modifications to the 'TxFeeContainer' have been made to retrieve and set the default fee preset index from 'SimpleDbEntityFeeInfo'. This process depends on the network ID, which means that it's now more responsive to the changing network conditions, offering more accurate fee preset suggestions.