Luke Parker
7b0b8a20ec
Standardize serialization within the Monero lib
...
read for R: Read
write for W: Write
serialize for -> Vec<u8>
Also uses std::io::{self, Read, Write} consistently.
2023-01-07 05:18:35 -05:00
Luke Parker
00d61286b1
Lint Monero serialization
2022-08-21 04:41:55 -04:00
Luke Parker
76a7160ea5
Correct clippy warnings
...
Currently intended to be done with:
cargo clippy --features "recommended merlin batch serialize experimental
ed25519 ristretto p256 secp256k1 multisig" -- -A clippy::type_complexity
-A dead_code
2022-07-22 02:35:17 -04:00
Luke Parker
e67033a207
Apply an initial set of rustfmt rules
2022-07-16 15:16:30 -05:00
Luke Parker
d67d6f2f98
Add PartialEq to structs
2022-05-25 00:21:01 -04:00
Luke Parker
ec6927e66e
Add Clone/Debug derivations to structs
2022-05-21 21:36:28 -04:00
Luke Parker
703b18c6e8
Implement Block types
...
Finishes updating the RPC to not use monero, tests now pass
2022-05-21 21:35:25 -04:00