You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,15 +79,15 @@ Live mode is designed to be used with a forked local node, with its tip near the
79
79
-`--source_rpc`: RPC of the node we are getting blocks from.
80
80
-`--replay_rpc`: RPC of the node were sending blocks to.
81
81
82
-
To stop replaying, terminate the process via Ctrl+C or however else you preffer.
82
+
To stop replaying, terminate the process via Ctrl+C or however else you prefer.
83
83
84
84
```
85
85
sothis --source_rpc {ARCHIVE_NODE} --replay_rpc http://localhost:8545 -m live
86
86
```
87
87
88
88
### Track
89
89
90
-
The tracking mode is used to track the change in value of a storage slot for a contract. It can be used on a live production network, as well as in conjuntion with sothis (keep in mind that you can use the `--block_listen_time`!) . If you are testing on a local network, you can launch another instance of sothis to track the change of a slot on a replay node.
90
+
The tracking mode is used to track the change in value of a storage slot for a contract. It can be used on a live production network, as well as in conjunction with sothis (keep in mind that you can use the `--block_listen_time`!) . If you are testing on a local network, you can launch another instance of sothis to track the change of a slot on a replay node.
91
91
92
92
The result is saved to a JSON file that looks like this:
93
93
```json
@@ -124,16 +124,16 @@ Sothis is a rust crate. You can install it with cargo:
124
124
125
125
### Why is sothis so slow?
126
126
127
-
Sothis uses a lot of JSON-RPC calls. This may cause your RPC provider to throttle you. It's recommended to use your own local node.
128
-
If using `anvil` make sure you add the `--cups {REALL_HIGH_VALUE}` arg so anvil doesn't throttle itself.
127
+
Sothis uses a lot of JSON-RPC calls. This may cause your RPC provider to throttle you. One indication the throttling is happening is when the `evm_mine` action takes a long time. If `anvil` is frozen on `evm_mine`, it may take 3-4 minutes to mine a single block but it will eventually finish. It's recommended to use your own local node.
128
+
If using `anvil` make sure you add the `--cups {REALLY_HIGH_VALUE}` arg so anvil doesn't throttle itself.
129
129
130
130
### I have a problem with sothis. Can devs do something?
131
131
132
132
Yes! Make a github issue detailing your problem.
133
133
134
134
### Why the name?
135
135
136
-
Sothis is known as the creator and God of Fódlan in Fire Emblem: Thee Houses. She has the ability to rewind time at will.
136
+
Sothis is known as the creator and God of Fódlan in Fire Emblem: Three Houses. She has the ability to rewind time at will.
0 commit comments