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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,19 @@
2
2
3
3
### Unreleased
4
4
5
-
+ Rename Address method is_address to has_address
6
-
+ Move convex_api.utils.is_address to Address static method is_address
7
-
+ Move...
5
+
+ Add type hints for all the things
6
+
+ Rename `Address` method `is_address` to `has_address`
7
+
+ Move `convex_api.utils.is_address` to `Address` static method `is_address`
8
+
+ Move `convex_api.utils.to_address` to `Address` static method `to_address`
9
+
+ Move `convex_api.utils.is_public_key_hex` to `KeyPair` static method `is_public_key_hex`
10
+
+ Move `convex_api.utils.is_public_key` to `KeyPair` static method `is_public_key`
11
+
+ Move `convex_api.utils.to_public_key_checksum` to `KeyPair` static method `to_public_key_checksum`
12
+
+ Move `convex_api.utils.is_hexstr` to `KeyPair` static method `is_hexstr`
13
+
+ Move `convex_api.utils.add_0x_prefix` to `KeyPair` static method `add_0x_prefix`
14
+
+ Move `convex_api.utils.remove_0x_prefix` to `KeyPair` static method `remove_0x_prefix`
15
+
+ Move `convex_api.utils.to_bytes` to `KeyPair` static methods `to_bytes` for `data: bytes` argument use case and `to_` for `hexstr: string` argument use case
16
+
+ Move `convex_api.utils.to_hex` to `KeyPair` static method `to_hex`
0 commit comments