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
Currently gas estimation isn't so effective. Moving gas estimation to Lighthouse contract can be more effective because it closer to transaction entry point in most cases.
Changes
Lighthouse: added startGasEstimation modifier
LiabilityFactory: added endGasEstimation modifier
LiabilityFactory: added liabilityCreated and liabilityFinalized hooks for gas accounting
* Added interface files, fix#49, fix#50
* Added KYC for ambix and auction, fix#48
* Optimized gas estimation, fix#47
* Migrated to new truffle version, fix#46
* Moved ENS contracts to contracts/ens
The Problem
Currently gas estimation isn't so effective. Moving gas estimation to
Lighthouse
contract can be more effective because it closer to transaction entry point in most cases.Changes
startGasEstimation
modifierendGasEstimation
modifierliabilityCreated
andliabilityFinalized
hooks for gas accountinggasUtilizing
->gasConsumed
Affected
robonomics_comm
@strdnrobonomics-tools
@akruThe text was updated successfully, but these errors were encountered: