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
Using a file restricts the users to a particular format. This way provides a more flexibility using BASH.
Most of the gas should be required for unmashalling the parameters but I don't have an exact number. Let me check with the Actors team.
Using a file restricts the users to a particular format. This way provides a more flexibility using BASH.
Can you give me an example? I don't see how this is more convenient.
On the contrary, this is very painful for people who are not skilled in bash. They have no idea how to send 10,000 transactions in batches quickly.
boost/cmd/boost/util/util.go
Line 141 in 203c05b
Is there a recommendation for how many parameters can be stored in a message?
In addition, this writing method is not suitable for large-scale use by users. It is recommended to use parameters such as
--file pieces.txt
boost/cmd/boost/direct_deal.go
Line 40 in 203c05b
The text was updated successfully, but these errors were encountered: