hi i have gotten a historical snapshot `1003100000.rmp` and i tried to extract the order book snapshot with command like the following ``` ~/hl-node --chain Mainnet compute-l4-snapshots \ ./1003100000.rmp ./1003100000.json ``` the `hl-node` executable was downloaded a couple days ago by `hl-visor` but i get this error `rmp_serde::from_slice: …/1003100000.rmp: missing field hsc` its looks like i am using a new version of `hl-node` to parse an older format? is there any way go parse it? thanks
hi i have gotten a historical snapshot `1003100000.rmp` and i tried to extract the order book snapshot with command like the following ``` ~/hl-node --chain Mainnet compute-l4-snapshots \ ./1003100000.rmp ./1003100000.json ``` the `hl-node` executable was downloaded a couple days ago by `hl-visor` but i get this error `rmp_serde::from_slice: …/1003100000.rmp: missing field hsc` its looks like i am using a new version of `hl-node` to parse an older format? is there any way go parse it? thanks