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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
On linux, submitting long args list using -base64 flag can actually require more bytes than are allowed by system. It is not possible to sign transactions without a different approach (similar to deploying wasm)
Describe the solution you'd like
See the following line:
Describe alternatives you've considered
I have tried to utilize xargs & change the file limits, however it will not work for larger data. (im storing bytes of a smart contract for doing upgrades via DAOs)
Is your feature request related to a problem? Please describe.
On linux, submitting long args list using -base64 flag can actually require more bytes than are allowed by system. It is not possible to sign transactions without a different approach (similar to deploying wasm)
Describe the solution you'd like
See the following line:
This could get upgraded to using a similar file read pattern like when deploying:
So it could be like:
Describe alternatives you've considered
I have tried to utilize xargs & change the file limits, however it will not work for larger data. (im storing bytes of a smart contract for doing upgrades via DAOs)
Additional context
You can see some CLI commands we're testing:
near-daos/sputnik-dao-contract#111
The text was updated successfully, but these errors were encountered: