Skip to content

Releases: pantos-io/common

1.2.0

17 May 14:30
eeb836d
Compare
Choose a tag to compare
PAN-1850 fix semver version get (#24)

Co-authored-by: Juan M. Tirado <[email protected]>

1.1.0

25 Apr 12:02
Compare
Choose a tag to compare

What's Changed

Features and Enhancements

  • Migration and Updates
    • PAN-1069: Migrated pipeline to enhance integration by @jacekv.
    • PAN-1025: Adapted module to offchain bids by @jacekv.
    • PAN-1080: Updated python library dependencies to the latest versions by @danut13.
    • PAN-1346: Implemented blockchain agnostic node connection class by @danut13.
    • PAN-1348: Integrated node connection class into blockchain utilities by @danut13.
    • PAN-1430: Added more use cases to the node connection class by @danut13.
  • Blockchain and Token Management
    • PAN-1232: Updated to the new bid format by @danut13.
    • PAN-1507: Introduced timeout option for service node calls by @danut13.
    • PAN-682: Added unbonding period to the Pantos Hub by @danut13.
    • PAN-1426, PAN-1741: Added new PantosHub ABI by @danut13.
    • PAN-1771: Added Forwarder contract ABI by @markuslevonyak.
  • Log and Error Handling Enhancements
    • PAN-935: Enhanced DataDog log formatting by @danut13.
    • PAN-1231: Fixed human readable logging issue by @danut13.
    • PAN-1526: Added levelname to logs by @danut13.
    • PAN-1319: Improved error handling for json decode exceptions and bids URL build by @chandraprakash.
    • PAN-1038: Added logging for revert messages by @jacekv.
  • Code Maintenance and Security
    • PAN-1229: Removed Aurora related code by @jacekv.
    • PAN-1741: Updated ABI post slither report fixes by @danut13.
    • PAN-1661: Fixed typings for Python 3.11 by @jpantos.
    • PAN-1693: Fixed multiple configuration load issues by @jpantos.

Operational and Script Updates

  • PAN-1106: Added files to enable code coverage by @jacekv.
  • PAN-1118: Moved signer to common by @danut13.
  • PAN-1573: Added readme for snapshot version by @danut13.
  • PAN-1566: Adding license by @jacekv.
  • PAN-1575: Renamed Trusted Validator to Validator Node by @markuslevonyak.
  • PAN-1741: Updated Pantos Hub ABI by @danut13.
  • PAN-1784: Switched to work on open source by @jpantos.
  • PAN-1836: Codeowners access limited by @juanmanuel-tirado.