Skip to content

Draft: replay with bigmap cache

YunYan requested to merge yy@bigmap_cache_replay into synced-master

This MR is created just for reading.

Steps:

  • import an Ithaca snapshot
  • compile and run node for sync
  • run replay like the following example:
tezos-node replay --rpc-addr 127.0.0.1:8732 --data-dir ~/tezos-replay/ --log-output tezos_replay.log 2293114

The logs will be printed into stderr

Edited by YunYan

Merge request reports