Stub out other RPC endpoints

This commit is contained in:
Matthew Slipper
2018-08-28 01:56:01 -07:00
parent 58a8b42b8f
commit e3f3712676
7 changed files with 320 additions and 9 deletions
+3
View File
@@ -14,6 +14,9 @@ const AppName = "Ethermint"
// been developed?
const Version = "0.0.0"
// ProtocolVersion is the supported Ethereum protocol version (e.g., Homestead, Olympic, etc.)
const ProtocolVersion = "63"
// GitCommit contains the git SHA1 short hash set by build flags.
var GitCommit = ""