From 0ef55c7df7160a6178dc52502408c3293b50a503 Mon Sep 17 00:00:00 2001 From: Geoffrey Hayes Date: Thu, 24 Feb 2022 02:41:26 -0800 Subject: Start to Load World State This patch starts to load world state for debugging. The next step is to make sure that deserialization exactly matches the format of world.takeSnapshot(). --- state.bin | Bin 0 -> 16369 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 state.bin (limited to 'state.bin') diff --git a/state.bin b/state.bin new file mode 100644 index 0000000..beb406a Binary files /dev/null and b/state.bin differ -- cgit