Closed allt0ld closed 1 year ago
The functions in metrics.state_log.pool_state should copy() new references to pool objects like pool.balances to avoid mutation bugs.
metrics.state_log.pool_state
copy()
pool.balances
The functions in
metrics.state_log.pool_state
shouldcopy()
new references to pool objects likepool.balances
to avoid mutation bugs.