icon-project / icon-sdk-python

ICON SDK for Python
45 stars 45 forks source link

Fix : convert_params_value_to_hex_str() converts first item of dict only #24

Closed eunsoo-icon closed 5 years ago

eunsoo-icon commented 5 years ago

Error case. The second parameter of on_install() with type int was not converted to a hexadecimal string when creating a deploy transaction using SignedTransaction()

eunsoo-icon commented 5 years ago

Now there is only test for response converter. (hex string -> int)

Need more test for request converter. (bytes, int -> hex string)