monero: added tx extra variants padding and mysterious minergate (#510)

* monero: read/write tx extra padding

* monero: read/write tx extra mysterious minergate variant

* Clippy

* monero: add tx extra test for minergate + pub key

* BufRead

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
This commit is contained in:
Justin Berman
2024-02-19 18:22:00 -08:00
committed by GitHub
parent cda14ac8b9
commit 4f1f7984a6
4 changed files with 214 additions and 4 deletions

View File

@@ -3,3 +3,4 @@ mod clsag;
mod bulletproofs;
mod address;
mod seed;
mod extra;