rust-teos/teos/src
Sergi Delgado Segura e6495c31aa
Fixes clippy issues
Clippy is complaining about using `.get(0)` instead of `.fist()` in methods
where we are getting more than just the first item. Suppress those warning.

Also fixes some actual issues.
2024-01-08 14:18:59 -05:00
..
api Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
bitcoin_cli.rs Formats strings to use inline params when possible 2023-02-06 22:56:09 +01:00
carrier.rs Formats strings to use inline params when possible 2023-02-06 22:56:09 +01:00
chain_monitor.rs Replaces Result<T, E> for Option<T> in DBM load methods 2023-02-20 11:26:38 +01:00
cli.rs printing the cli errors to standard error stream 2023-08-09 11:37:55 +05:30
cli_config.rs Changes rpc commands naming from snake case to lower case 2022-11-08 14:13:27 +01:00
conf_template.toml Changes the onion hidden service port to match the clearnet API port 2022-11-12 11:52:27 -03:00
config.rs Adds --forceupdate to teosd 2023-05-09 09:49:11 -04:00
dbm.rs Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
errors.rs Restricts main crate visibility 2022-02-24 16:02:49 +03:00
extended_appointment.rs Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
gatekeeper.rs Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
lib.rs Generalizes LocatorCache into a TxIndex 2022-11-07 11:57:38 +01:00
main.rs Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
responder.rs Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
rpc_errors.rs Cleans some pending comments, adds checked_txs to get_completed_trackers 2022-02-24 14:27:04 +03:00
test_utils.rs Getting rid of in-memory data to avoid unbounded memory growth 2023-09-01 16:39:54 +03:00
tls.rs Formats strings to use inline params when possible 2023-02-06 22:56:09 +01:00
tx_index.rs Fixes clippy issues 2024-01-08 14:18:59 -05:00
watcher.rs Fixes clippy issues 2024-01-08 14:18:59 -05:00