You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make config traits in crypto non-native JS traits.
So that they can be created in a type-safe way with the
`new Foo { ... }` syntax.
We also standardize on `Int` for all small-integer fields.
Previously, some fields were typed as `Short`, but not
consistently.
We deprecate all the `apply`-based constructors, which are now
redundant.
0 commit comments