Contract Inheritance in Sway?

This is related to[Does sway have solidity-style contract inheritence?.

is there any update on this? As far as I can see from here, abis can have traits as supertraits which is helpful, but requires re-implementation of the “inherited” abi trait. Any tips?

Commenting to follow along.

I’m not sure if they are supported in sway, or if they ever will be, but default implementations seem like a decent solution for this.

https://doc.rust-lang.org/book/ch10-02-traits.html

that would be cool if supported :wink: