Releases: icon-project/icon-sdk-python
Releases · icon-project/icon-sdk-python
v2.2.0
- Add
get_score_status()
for new icx_getScoreStatus
RPC API (#70)
v2.1.0
- Support for BTP extension APIs
- Support "height" param for some read-only JSON-RPC APIs
v2.0.0
- Support FeeSharing v3.0 withdraw APIs
- Change endpoint for debug JSON-RPC for ICON 2.0
- Add support for debug_getTrace API
- Add support for sendAndWait APIs
1.3.6
- Fix generate url map to add channel path (#64)
1.3.5
- Fix the incorrect handling of _URL_MAP
- Refactor unit tests to use the requests-mock
- Remove dependency of t-bears docker container
1.3.4
- Refactor HTTPProvider class
- Refactor estimate_step processing
- to support
goloop
endpoint for debug JSON RPC
- Remove unnecessary logger exception messages
1.3.3
- Compress the zipfile as much as possible
- Upgrade the required python version as 3.7 or later
- Remove dependency on secp256k1 package
- Improve argument type conversion
- Cleanup repo
1.3.2
- Modify requests package version
1.3.1
- Update install_requires in setup.py