What's Changed
- Introduce the
CopyTypes
trait and theTypeMapping
type. by @emilyaherbert in #1589 - Introduce the
CreateTypeId
trait. by @emilyaherbert in #1590 - Differentiate different impl selfs in node dependencies by @sezna in #1615
- Fix issue with how scoping is handled in the IR. by @emilyaherbert in #1613
- Enable to deploy a contract to another node with --url option by @kayagokalp in #1607
- Transition to tracing in forc (and throughout sway) over println by @kayagokalp in #1575
- Fixing how the number of predecessors of an IR block is calculated by @mohammadfawaz in #1611
- Finish parsing
where
clauses by @mohammadfawaz in #1595 - Test suite does not print details with SWAY_TEST_VERBOSE=1 by @kayagokalp in #1624
- Bump SDK version to Fuels
v0.13
by @nfurfaro in #1625 - Introduce the
MonomorphizeHelper
trait. by @emilyaherbert in #1591 - standard library introduction by @SilentCicero in #1341
- Fixing how the tx receipts root is obtained by @mohammadfawaz in #1630
- Improve spans in error messages around generic types by @sezna in #1633
- document native plugins within the Sway book by @binggh in #1582
- Improvements to monomorphization + bug fixes by @emilyaherbert in #1592
- Allow the catchall pattern inside of nested patterns by @emilyaherbert in #1594
- forc template implementation by @kayagokalp in #1614
- Fixing JSON ABI and the function selector for arrays by @mohammadfawaz in #1632
- Compile predicates in IR by @sezna in #1640
- v0.13.1 by @sezna in #1651
- Adds ethAddress type by @simonr0204 in #1452
Full Changelog: v0.13.0...v0.13.1