Thanks to visit codestin.com
Credit goes to github.com

Skip to content

monero-rs is used for serialization which hampers dev flow #1

@kayabaNerve

Description

@kayabaNerve

Almost, if not, 0 functionality from monero-rs is being used regarding key management, TX scanning, address handling... And yet we are bound by its types as they offer serialization, which I didn't bother to implement yet. This creates a very kludgy system using fields such as

k_image: Hash([u8; 32])
TxOut { amount: VarInt(u64), target: TxOutTarget { ToKey { key: PublicKey { point: CompressedEdwardsY } }, .. } }

While this makes sense for monero-rs, it does not offer value for serai.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions