heraj
heraj copied to clipboard
Java client framework for aergo
If heard client is idle so that only sends a keepalive pings to the server, the server send back the following message, and close connection in some times; `Received GOAWAY...
Can't save an aergoKey in file based keystore (class hera.keystore.AergoKeyStore) if that identity is not in keystore directory. It looks like a bug, since In-memory keystore operates exactly the opposite.
Assume we commit 10 transaction with nonce 1 to 10. What if transaction with nonce 3 fails? Maybe following transaction using 4 to 10 would stay in mempool waiting for...
Wallet should have a single role, but it extends too many interfaces. I think we have to split key managing with client. It's hard to remove it in 1.x. Maybe...