stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Add file input support for large arguments in `blockstack-cli` `contract-call` hex function args

Open BowTiedRadone opened this issue 6 months ago • 0 comments

The blockstack-cli contract-call command currently doesn't support reading function arguments from files, which becomes a limitation when working with large hex data inputs. For example, when attempting to pass large hex serialized data (>1MB) as an argument using -x, the command fails with "Argument list too long" due to shell limitations.

BowTiedRadone avatar Jun 12 '25 08:06 BowTiedRadone