Skip to content

Commit 540f35e

Browse files
committed
Update CHANGELOG.md
1 parent f67b635 commit 540f35e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
### Unreleased
44

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`
17+
+ Add pydantic dependency
818

919
### 0.2.6
1020
+ Add cr, tab to contract text encoding

0 commit comments

Comments
 (0)