solution: release v0.9.0

This commit is contained in:
Igor Artamonov
2020-11-30 21:02:15 -05:00
parent 1245169065
commit c31ab41400
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ class DefaultBitcoinMethods() : CallMethods {
override fun executeHardcoded(method: String): ByteArray {
return when (method) {
"getconnectioncount" -> "42".toByteArray()
"getnetworkinfo" -> "{\"version\": 700000, \"subversion\": \"/EmeraldDshackle:v0.7/\"}".toByteArray()
"getnetworkinfo" -> "{\"version\": 700000, \"subversion\": \"/EmeraldDshackle:v0.9/\"}".toByteArray()
else -> throw RpcException(-32601, "Method not found")
}
}

View File

@@ -170,7 +170,7 @@ class DefaultEthereumMethods(
"true"
}
"web3_clientVersion" -> {
"\"EmeraldDshackle/v0.2\""
"\"EmeraldDshackle/v0.9\""
}
"eth_protocolVersion" -> {
"\"0x3f\""