0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

(Feature) Gas estimation service implementation #196

Closed Agupane closed 5 years ago

Agupane commented 5 years ago

Implements a service that fetchs the gas estimation amount and the time to execute the transactions. The value is saved on the store and updated each time the updateStore method is called

The fetch logic is on gas_price_estimation.ts and the updated logic is on updateGasInfo in store/blockchain/actions.ts Closes #192 Requires #191

The logic for fetching the information is based on this code