Skip to content

v0.0.3

Compare
Choose a tag to compare
@sezna sezna released this 18 Oct 20:14
· 3333 commits to master since this release
ce7692d
  1. Visually align compiler output on command line #314
  2. Support import aliasing. #310
  3. Basic logging and reverting in the standard library #307 =
  4. Sway server improvements #302
  5. Fix bug when referencing const declarations in other modules. #301
  6. Add subcurrency example #299
  7. Allow for multi-span errors #296
  8. Add the CLI options from forc build to forc deploy and forc run (-o, -s, --print-finalized-asm, etc.) #293
  9. Adds a silent mode (--silent or -s) to both forc build and forc deploy which stifles warning/error text #293
  10. Adds a pretty-print mode (--pretty-print or -r) to forc run which pretty prints the returned logs. #293
  11. Adds contract deployments to the testing suite #293
  12. Runs fuel-core in pipeline so that contracts can be deployed against it for the tests #293
  13. Allows dependencies that also have dependencies (previously unimplemented) #293
  14. Adds stdlib functionality for storing and retrieving primitive types #293
  15. Allow the specification of transaction inputs in Forc.toml #293
  16. 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
  17. 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
  18. Print out contract id when deploying via forc deploy. #292