Skip to content

Releases: adshares/ads-operator

v0.4.0

24 Apr 09:48
b33eb6c
Compare
Choose a tag to compare
  • Sorting nodes and accounts by last active time
  • Block end time
  • Hiding connect transactions
  • Add time to connect transactions
  • Update Symfony/Security library
  • Add bcmath module (PHP)
  • Coin info endpoint
  • Exchange rate endpoint

v0.3.0

08 Nov 16:27
f06bfa9
Compare
Choose a tag to compare

Added

  • Import node version
  • Message count filed in a node and an account
  • Transaction count filed in a node and an account
  • Setup more sorting fields in models

v0.2.1

08 Nov 16:27
f06bfa9
Compare
Choose a tag to compare

Added

  • Change account key use case

Changed

  • Add version field for connection transactions

Fixed

  • Display connection transactions on a message view

v0.2.0

28 Sep 12:20
9f199fa
Compare
Choose a tag to compare

Added

  • Import data starting from the last block
  • Use MongoDB upsert functionality to insert or update data
  • User email change
  • User password change

Changed

  • Update ADS PHP Client library
  • Removed transformation from hexadecimal nodeId to decimal regarding to the new version of ADS PHP Client

v0.1.0

24 Sep 13:48
9277c42
Compare
Choose a tag to compare

Added

  • Support for all block explorer endpoints:
    • List of nodes,
    • List of blocks,
    • List of accounts,
    • List of messages,
    • List of transactions,
    • Get a single node,
    • Get a single block,
    • Get a single account,
    • Get a single message,
    • Get a single transaction,
    • List of accounts for a single node,
    • List of messages for a single node,
    • List of transactions for a single node,
    • List of transactions for a single account,
    • List of messages for a single block,
    • List of transactions for a single block,
    • List of transactions for a single message,
  • Support for importing data from a network
  • Support for user area:
    • Register a new user
    • Login to the system using JWT tokens
  • Readme
  • License
  • Changelog
  • Contributing