-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v4.0.0-rc
#1637
Release v4.0.0-rc
#1637
Conversation
Waiting for #1255 and a |
Codecov Report
@@ Coverage Diff @@
## master #1637 +/- ##
==========================================
+ Coverage 64.78% 64.80% +0.01%
==========================================
Files 207 207
Lines 6376 6376
==========================================
+ Hits 4131 4132 +1
+ Misses 2245 2244 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
ContractRef
struct. Theyhave been changed from
_checked
totry_
(#1621)security concerns around the use of the zero address which has a known private key in
the sr25519 and ed25519 curves (#1255).
Added
Changed
_checked
codegen call methods withtry_
‒ #1621subxt
dependencies ‒ #1549