Skip to content

feat: add support for 255 bytes vendorfield #82

@ItsANameToo

Description

@ItsANameToo

The codebase needs to be updated to allow for the new 255 byte vendorfield size. Changes will be needed here: https://github.com/ArkEcosystem/cpp-crypto/blob/master/src/transactions/transaction.cpp#L90 .

Changes include:

  • allow 255 bytes as maximum
  • pad up to 64 bytes if vendorfield < 64 bytes
  • if vendorfield size is between 64 and 255 bytes, no need to pad

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions