RPC muxing, multithreading, RPC driver, performance tests

This commit is contained in:
Andras Slemmer
2017-03-29 17:28:02 +01:00
parent 25dbac0f07
commit de88ad4f40
63 changed files with 3223 additions and 1417 deletions

View File

@ -55,8 +55,7 @@ fun main(args: Array<String>) {
// START 2
val client = node.rpcClientToNode()
client.start("user", "password")
val proxy = client.proxy()
val proxy = client.start("user", "password").proxy
thread {
generateTransactions(proxy)