Skip to content

creationBytes as POST body #20

@ohager

Description

@ohager

Is your feature request related to a problem? Please describe.
Smart Contracts byte code is attached as URL parameter. URL length is limited (not even have the same limit on difference browsers) and complex contracts may not be publishable using SignumJS. The Signum Node supports to receive a contracts creation byte sequence as body.

Describe the solution you'd like
Mount the creation byte sequence and attach as body instead of sending as URL parameters

The creation byte sequence has to be mounted as depicted in SignumJ

https://github.com/signum-network/signumj/blob/45c0528df866b2f331606a6ca52771b8d2aea955/src/main/java/signumj/crypto/SignumCryptoImpl.java#L472

Describe alternatives you've considered
There's no alternative

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreCore PackageenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions