kardiachain / go-kardia

Golang implementation of KardiaChain Decentralize Network
https://kardiachain.io
GNU Lesser General Public License v3.0
33 stars 18 forks source link

Implement gas station oracle #161

Closed lewtran closed 3 years ago

lewtran commented 3 years ago

We need a RPC API to suggest gas price based on some most recently transactions, should be kai_gasPrice.

trinhdn97 commented 3 years ago

Implemented in https://github.com/kardiachain/go-kardia/pull/159