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
|
1d6df0099c
|
Exposed a hash-based API for accessing blocks
Also corrects a few panics, which shouldn't have been present, and unnecessary
Cursor uses.
|
2023-01-07 04:00:12 -05:00 |
|
akildemir
|
d5a5704ba4
|
support add/read multiple arbitrary tx data (#189)
* support add/read multiple arbitrary tx data
* fix clippy errors
* resolve pr issues
|
2022-12-09 10:58:11 -05:00 |
|
Luke Parker
|
139dcde69c
|
Support including arbitrary data in TXs and return it with outputs
Fixes a bug where all payments identified as being to (0, 0) instead of
their actual subaddress.
|
2022-08-30 15:42:23 -04:00 |
|
Luke Parker
|
19f5fd8fe9
|
Include subaddress and payment ID in SpendableOutput
|
2022-08-22 07:22:54 -04:00 |
|
Luke Parker
|
c5beee5648
|
Fix #48
Removes monero, yet we still use monero-rs's base58 and epee libraries.
|
2022-08-21 08:41:19 -04:00 |
|