AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
113 stars 69 forks source link

Optimize tests by switching the majority of tests to mapped_private #2379

Open bhazzard opened 2 months ago

bhazzard commented 2 months ago

Most tests should use mapped_private for memory efficiency.

Some tests (like chainbase tests) should be run in multiple modes.