Skip to content

Releases: stuckatsixpm/antelopy

v0.2.0

12 Feb 07:43
993b1c8
Compare
Choose a tag to compare

Summary:

  • Improved serialization and more supported types
  • Integration wrappers added for aioeos and eospy
    • Updated examples for aioeos and eospy
    • Tests added for aioeos/eospy integration (excluded from GH Actions workflow - see #13)
  • QoL Extension of ABICache functionality
  • Docs/Usage Guide at https://antelopy.stuckatsixpm.com
  • Significant code quality improvements

Notes:

  • extended_asset and block_timestamp_type are still unsupported, and will be added in the next update
  • pyntelope support is currently blocked by pyntelope's dependency on Pydantic v1. If the package is updated to use Pydantic v2, integration support will be added.

PyPI: https://pypi.org/project/antelopy/0.2.0/
Full Changelog: v0.1.6...v0.2.0

v0.1.6

15 Nov 09:29
4882989
Compare
Choose a tag to compare

What's Changed

Fixes incorrect struct codes in basic type serialization
Adds wrappers for binascii and hashlib for easier usage with aioeos
Styling improvements

PyPI: https://pypi.org/project/antelopy/0.1.6/
Full Changelog: v0.1.5...v0.1.6

v0.1.5

12 Nov 04:41
174c3fe
Compare
Choose a tag to compare

Implements internal base58 encoding to avoid dependency conflicts with antelope libraries that require specific versions (aioeos requires exactly 2.0.0, which conflicts with pyntelope's requirement of ^2.1.1)

v0.1.4

10 Nov 05:50
Compare
Choose a tag to compare
  • Adds support for more built-in types
  • Fixes public key serialization - now supports new and legacy format

v0.1.3

07 Nov 07:49
Compare
Choose a tag to compare

Initial release

  • Serialization of json action data (as dictionaries) to binary, replacing the deprecated abi_json_to_bin chain endpoint.
  • Supports non-built-in types defined in ABIs.