vtnerd / monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API). Fast LMDB backend.
BSD 3-Clause "New" or "Revised" License
78 stars 29 forks source link

Remove enumeration function from ::wire reading and writing #84

Closed vtnerd closed 12 months ago

vtnerd commented 1 year ago

The "upstream" ::wire interface (being proposed in monero repo) does not have an enumeration function, because there is no use for it. This removes that functionality in preparation for merging with upstream. This does mean that msgpack can no longer output an integer instead of a string, but that may be the for the best for compatibility reasons.