Skip to content

Conflux v0.5.0.5

Compare
Choose a tag to compare
@peilun-conflux 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 with cfx_getStatus.

  • Accelarate cfx_getLogs by reading/processing bloom filters with multi-threads.

  • Change the default value of from_epoch in RPC cfx_getLogs from "earliest" to "latest_checkpoint".
    Now if no from_epoch is specified, it will only return logs after the latest checkpoint.