Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MessageParams::wallet() getter | sommerfeld | 2024-04-24 | 1 | -0/+4 |
| | |||||
* | Use alt selector for displaying anyhow::Error | sommerfeld | 2024-04-24 | 5 | -7/+7 |
| | |||||
* | Simplify function return type | sommerfeld | 2024-04-24 | 1 | -11/+4 |
| | | | | It does not need to return a Result. | ||||
* | Add more debug logging | sommerfeld | 2024-04-23 | 2 | -0/+3 |
| | |||||
* | Add name() to Action trait | sommerfeld | 2024-04-23 | 8 | -0/+28 |
| | |||||
* | Allow RUST_LOG to correctly override default | sommerfeld | 2024-04-23 | 1 | -4/+6 |
| | |||||
* | Deprivatize MessageParams getters | sommerfeld | 2024-04-23 | 1 | -6/+6 |
| | |||||
* | Refactor action dispatching to run_actions() | sommerfeld | 2024-04-23 | 2 | -17/+15 |
| | |||||
* | Move actions/mod.rs to actions.rs | sommerfeld | 2024-04-23 | 1 | -0/+0 |
| | |||||
* | Avoid extern crate | sommerfeld | 2024-04-23 | 5 | -6/+6 |
| | | | | Causes issues with rust-analyzer | ||||
* | Add cfg(unix) to tokio::signal code | sommerfeld | 2024-04-22 | 1 | -0/+3 |
| | |||||
* | Add missing deserialization lowercase rename | sommerfeld | 2024-04-22 | 1 | -0/+1 |
| | | | | For MessageFormat | ||||
* | Initial commitv0.1.0 | sommerfeld | 2024-04-21 | 13 | -0/+1597 |