mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 02:01:43 +00:00
namereg rpc and tests
This commit is contained in:
@ -40,6 +40,10 @@ func TestHTTPCallContract(t *testing.T) {
|
||||
testCall(t, "HTTP")
|
||||
}
|
||||
|
||||
func TestHTTPNameReg(t *testing.T) {
|
||||
testNameReg(t, "HTTP")
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------
|
||||
// Test the JSONRPC client
|
||||
|
||||
@ -74,3 +78,7 @@ func TestJSONCallCode(t *testing.T) {
|
||||
func TestJSONCallContract(t *testing.T) {
|
||||
testCall(t, "JSONRPC")
|
||||
}
|
||||
|
||||
func TestJSONNameReg(t *testing.T) {
|
||||
testNameReg(t, "JSONRPC")
|
||||
}
|
||||
|
Reference in New Issue
Block a user