You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: