Skip to content

Releases: SixPM-Software/dalton

v0.5.0

24 Apr 03:05
Compare
Choose a tag to compare

v0.5.0

Features

  • added ordering to API calls (sort by ascending or descending order)

Fixes:

  • Fixed several minor bugs

v0.4.3

17 Apr 02:32
90ee6f3
Compare
Choose a tag to compare

v0.4.3

Features

  • Enabled support for pages in Atomic API calls

v0.4.2

16 Apr 04:59
4fc40cd
Compare
Choose a tag to compare

v0.4.2

Fixes:

  • Yet another patch to fix the mint bug. How embarrasing.

v0.4.1

16 Apr 04:51
4652adc
Compare
Choose a tag to compare

v0.4.1

Fixes:

  • Mint bug

v0.4.0

16 Apr 04:31
47c893d
Compare
Choose a tag to compare

v0.4.0

Features

  • Basic Chain API support, incorporating tables.

Fixes

  • Added a pause in pytest to allow rate limit to reset
  • Fixed Asset.mint for templates with an infinite supply

v0.3.1

30 Mar 11:22
Compare
Choose a tag to compare

v0.3.1

Features

  • Minor text fixes
  • Adds Pytests

v0.3.0

29 Mar 05:37
345e67f
Compare
Choose a tag to compare

Release v0.3.0

Features

Closes #2 - improve class structures

Changes

  • Internalise attributes, and added properties to Asset Class
  • Add support for requesting Templates, Schemas, and Collections directly through an Atom
    • Additionally, assets and templates now have the image and all_media properties.
  • Add further support for classes and functions to get transfers and burns
  • Add Class properties for assets, templates, collections, and transfers

v0.2.1

16 Mar 22:18
Compare
Choose a tag to compare

Patch v0.2.1

Changes:

  • Wrapper now better handles assets minted without templates
    • Asset.template attribute is now NoneType if no template was used.
    • Asset.__str__ method now truncates mint information if no template was used.

Documentation:

  • Minor text fixes

v0.2.0

13 Mar 21:55
Compare
Choose a tag to compare

Initial Public Release

This Python package provides a wrapper providing read-only access to the Atomic Assets API on the WAX blockchain. Full docs being assembled at Read the Docs.

Features

  • Atom class for accessing Atomic Asset Data
  • Pythonic classes for Atomic Assets, Templates, Schemas, Collections, Transfer events, with
  • A growing collection of class methods for working with API data.