Skip to content

Fix supply issue in simulator [#3464]

Ethan Reesor requested to merge 3464-fix-sim-supply into main
  • Closes #3464 (closed). Sets the supply to 1M ACME by default to prevent negative supply issues.
  • Refactors the snapshot indexer to allow mmap to be disabled due to a bug in rr.
  • Panics if batch commit fails, since that is a fatal error and if returned it can be masked.

Changelog: fix

Merge request reports