Skip to content

v1.3.0

Choose a tag to compare

@popenta popenta released this 07 Apr 08:28
· 213 commits to main since this release
3864a70

What's Changed

When passing boolean arguments as query parameters to do_get_generic or do_post_generic they are converted to lowercase to be accepted by the API. Also added a retry mechanism for failing requests. The retry options can be changed, check out the cookbook.
When failing, the network providers package used to raise a GenericError that was a bit misleading. The error was renamed to NetworkProviderError.

What's Changed

  • Convert bool query params to lowercase by @popenta in #221
  • Add tests for awaiters to ensure timeout is error is raised by @popenta in #222
  • Rename GenericError to NetworkProvidersError by @popenta in #220
  • Create Entrypoint from network provider by @popenta in #219
  • Added retry mechanism for requests by @popenta in #223
  • Initialize objects using cls for classmethods by @popenta in #224
  • Implemented more parsers for delegation transactions by @popenta in #225
  • Examples and small fixes by @popenta in #227

Full Changelog: v1.2.0...v1.3.0