v0.5.28
This version of Ocean lib brings important new features:
- Blocking calls: failed and delayed transactions were previously a source of issues for users. Now, the library uses blocking calls to prevent inconsistencies.
- Strong typing: as of now, Ocean contains type hints and type enforcements on almost every component and function. This is done to regulate proper usage. Please adapt to using the correct types starting this version.
- rename the CONFIG_FILE environment variable to OCEAN_CONFIG_FILE, to avoid clashes with other config files you might set inside the same environment.
Other changes:
- documentation improvements
- removing unused code