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
Add the CLI options from forc build to forc deploy and forc run (-o, -s, --print-finalized-asm, etc.) #293
Adds a silent mode (--silent or -s) to both forc build and forc deploy which stifles warning/error text #293
Adds a pretty-print mode (--pretty-print or -r) to forc run which pretty prints the returned logs. #293
Adds contract deployments to the testing suite #293
Runs fuel-core in pipeline so that contracts can be deployed against it for the tests #293
Allows dependencies that also have dependencies (previously unimplemented) #293
Adds stdlib functionality for storing and retrieving primitive types #293
Allow the specification of transaction inputs in Forc.toml #293
Automatically append contract outputs with the an index referring to each input contract. (I'm unsure if this is actually valid, but it allows me to test for now. This will probably all be superseded by the Rust SDK anyway) #293
Adds test cases and examples for stateful contracts. See basic_storage for a trivial example and incrementor_contract/call_incrementor_contract to see a contract which stores a value that can be incremented with successive contract calls #293
Print out contract id when deploying via forc deploy. #292