Conflux v0.5.0.5
peilun-conflux
released this
09 Jun 11:25
·
78 commits
to v0.5-stable
since this release
-
Move
getstatus
RPC from test to common, and renamed withcfx_getStatus
. -
Accelarate
cfx_getLogs
by reading/processing bloom filters with multi-threads. -
Change the default value of
from_epoch
in RPCcfx_getLogs
from "earliest" to "latest_checkpoint".
Now if nofrom_epoch
is specified, it will only return logs after the latest checkpoint.