http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/4d7aaa9d88028a0ea28aa8f1677775ab0d0c95c2
Use of non-wallet + # change address will emit warning and prompt user for confirmation # recv_coin # required: uppercase coin symbol recv_spec = None # optional: destination address spec. Same rules as for chg_spec + 3 - 1 mmgen/proto/eth/rpc.py View File @@ -101,12 +101,14 @@ class EthereumRPCClient(RPCClient, metaclass=AsyncInit): 'eth_chainId', 'eth_gasPrice', 'eth_getBalance', + 'eth_getBlockByNumber', 'eth_getCode', + 'eth_getTransactionByHash',...