Add more RPC methods
cfx_getEpochReceipts
cfx_getAccountPendingInfo
cfx_getAccountPendingTransactions
trace_block
trace_transaction
trace_filter
cfx_getLogs
's filter param add one more field 'offset'cfx_subscribe epochs
add one more optional tag parameter, available options:latest_mined
(default value),latest_state
Note: the required RPC service version is 1.1.4
or above.
MISC
Account
added methoddeploy
, which can be used to deploy the contract.Account
added methoddeployFile
which supports deploying contract with truffle compiled JSON file.- Internal contract's constructor method omit a parameter
networkId