omgnetwork / optimism

Monorepo implementing the Optimistic Ethereum protocol
https://optimism.io
MIT License
16 stars 6 forks source link

Gateway OMG yield farming harvesting -> disable harvest button when earnings are still zero #504

Closed CAPtheorem closed 3 years ago

CAPtheorem commented 3 years ago

otherwise people could potentially burn gas on a zero value harvest call

sk-enya commented 3 years ago

@CAPtheorem Seems like there is earning issue with truncate, we have 2 there

sk-enya commented 3 years ago

seems issues with truncate on represenation of value on farm listing.

Screenshot 2021-09-22 at 1 48 58 AM

sk-enya commented 3 years ago

will be close in this. https://github.com/omgnetwork/optimism/pull/496

CAPtheorem commented 3 years ago

yes, fixed