serai/coins/monero/tests
Luke Parker d25c668ee4
Replace lazy_static with OnceLock inside monero-serai
lazy_static, if no_std environments were used, effectively required always
using spin locks. This resolves the ergonomics of that while adopting Rust std
code.

no_std does still use a spin based solution. Theoretically, we could use
atomics, yet writing our own Mutex wasn't a priority.
2023-06-28 21:45:57 -04:00
..
add_data.rs Fix Monero's Extra::fee_weight and handling of data limits 2023-03-26 03:43:51 -04:00
eventuality.rs Processor (#259) 2023-03-16 22:59:40 -04:00
runner.rs Replace lazy_static with OnceLock inside monero-serai 2023-06-28 21:45:57 -04:00
scan.rs Convert the FeaturedAddress tuple to a struct 2023-01-07 05:37:43 -05:00
send.rs Support arbitrary RPC providers in monero-serai 2023-05-02 02:39:08 -04:00
wallet2_compatibility.rs Support arbitrary RPC providers in monero-serai 2023-05-02 02:39:08 -04:00