v4.0.0-rc
Pre-release
Pre-release
The first release candidate is here! This is the first release which could become the final
v4.0.0. Any subsequent release candidates should only contain bug fixes: no API changes,
breaking or otherwise.
Breaking Changes
- We've renamed some of the generated message methods on the
ContractRefstruct. They
have been changed from_checkedtotry_(#1621) - We have removed the
Defaultimplementation forAccountIds. This is because of
security concerns around the use of the zero address which has a known private key in
thesr25519anded25519curves (#1255). - We have replaced the
CallBuilder::callee()method with acall()method and also
added adelegate()method. This streamlines theCallandDelegateCallworkflows
(#1636)
Added
Changed
- Rename
_checkedcodegen call methods withtry_‒ #1621 - Bump Substrate and
subxtdependencies ‒ #1549
Removed
- Remove
Defaultimplementation for AccountId ‒ #1255