John Adler
John Adler
If I have a library, and I want to know how much gas a pure function uses over some input values, I only care about the non-intrinsic gas cost.
Fun fact but we used to have https://github.com/FuelLabs/sway-nightly-binaries. Time to revive that repo?
Un-archived the repo. Feel free to nuke the default branch's current contents and use it at will.
Up to you. For this, I'm not necessarily sure what the benefit of two repos is.
Related: #330
> so this might be done in an init function (just a normal abi function which must be made to be callable only once) or perhaps via some other mechanism....
Configuration-time here means known at compile time but not the same across instantiations of the contract. Examples would be parameters of a contract that don't change after a contract is...
The use of an isolated keyword (and requiring 4 separate keywords) is potentially a holdover from certain language features not existing. It's terse and technically sufficient, but also not immediately...
> Create a new sway-test-rs repo or similar that can be used as a cargo generate template. Should this be a directory in `fuels-rs` proper?