Added - Apply return value of full response to support T-bears
Changed - Substitute `coincurve` for `secp256k1` - Support for setting logger function
Removed N/A
1.1.0
Added - DepositTransaction and DepositTransactionBuilder for deposit and withdraw
Changed - `From` field of call became optional
Removed - Set and get channel method on provider
1.0.9
Added - Add the method of `estimate_step`
Changed N/A
Removed N/A
1.0.8
Added N/A
Changed - Fix: Convert the negative value into hex str correctly by using `hex` function - Fix: Convert hex str to bytes correctly by using `fromhex` method
Removed N/A
1.0.7
Added N/A
Changed - Fix: The data type of the Message type transaction's data is changed from string to hex string prefixed with '0x'
Removed N/A
1.0.6
Added N/A
Changed - Fix: convert_params_value_to_hex_str() converts first item of dict only