iotexproject / iotex-core

Official implementation of IoTeX blockchain protocol in Go. An ultra-efficient EVM blockchain offering 1000 TPS with instant 1-block finality. Perfect for DeFi, DePIN tokenomics, Identities, and any trusted logic requiring Web3 composability
https://iotex.io
Apache License 2.0
1.55k stars 328 forks source link

Make MockProtocol with mockgen #1656

Closed CoderZhi closed 5 years ago

CoderZhi commented 5 years ago

MockProtocol is hard coded in action/protocol/registry_test.go now. We would like to generate it using mockgen

raullenchai commented 5 years ago

@willstudy pls help

CoderZhi commented 5 years ago

1678