Bump hive submodule to latest develop (and required related deps of schemas, wax)
Merged
Bump hive submodule to latest develop (and required related deps of schemas, wax)
mzebrak/bump
into
develop
All threads resolved!
All threads resolved!
Compare changes
- Mateusz Żebrak authored
+ 16
− 9
@@ -9,8 +9,6 @@ from clive.__private.core.communication import CustomJSONEncoder
@@ -18,6 +16,7 @@ if TYPE_CHECKING:
@@ -46,11 +45,15 @@ class WaxOperationFailedError(CliveError):
@@ -68,6 +71,8 @@ def __validate_wax_response(response: wax.python_result) -> None:
@@ -112,6 +117,8 @@ def serialize_transaction(transaction: Transaction) -> bytes:
@@ -160,15 +167,15 @@ def get_tapos_data(block_id: str) -> wax.python_ref_block_data:
@@ -188,7 +195,7 @@ def calculate_hbd_to_hive(_hbd: Asset.Hbd, current_price_feed: PriceFeed) -> Ass
@@ -198,7 +205,7 @@ def calculate_vests_to_hp(_vests: int | Asset.Vests, data: TotalVestingProtocol)
@@ -207,7 +214,7 @@ def calculate_hp_to_vests(_hive: Asset.Hive, data: TotalVestingProtocol) -> Asse
@@ -222,4 +229,4 @@ def calculate_witness_votes_hp(votes: int, data: TotalVestingProtocol) -> Asset.