Skip to content

v0.5.28

Compare
Choose a tag to compare
@calina-c calina-c released this 04 Aug 06:05
· 692 commits to main since this release
e535db5

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