- It was a neat idea, but more trouble than it's worth. The conversion
functions are sufficient for what I need.
- Partially reverts
- d7357d3eca0b70c36b5665fdf23ee5e7a3cea0d7
- cbb4dbcbe7023cb8a8d30f0e794acf9d1d9a458a
- 396b981fc0da0d2d248b8c68bd3fac68c5f0b64c
* Rename ASSERT to XRPL_ASSERT
* Upgrade to Anthithesis SDK 0.4.4, and use new 0.4.4 features
* automatic cast to bool, like assert
* Add instrumentation workflow to verify build with instrumentation enabled
* Copy Antithesis SDK version 0.4.0 to directory external/
* Add build option `voidstar` to enable instrumentation with Antithesis SDK
* Define instrumentation macros ASSERT and UNREACHABLE in terms of regular C assert
* Replace asserts with named ASSERT or UNREACHABLE
* Add UNREACHABLE to LogicError
* Document instrumentation macros in CONTRIBUTING.md