Skip to content

Releases: ArkEcosystemArchive/cpp-client

1.4.1-arduino

09 Mar 03:38
68a3231
Compare
Choose a tag to compare

Added

  • Added First and Last Block methods (#185)

1.4.1

09 Mar 03:35
751212f
Compare
Choose a tag to compare

Added

  • Added First and Last Block methods (#185)

1.4.0-arduino

14 Feb 03:33
f026d96
Compare
Choose a tag to compare

1.4.0

14 Feb 03:34
392ad9a
Compare
Choose a tag to compare

Added

  • Core 2.6 endpoints (#159)

1.3.0-arduino

10 Oct 02:45
235b4a7
Compare
Choose a tag to compare

1.3.0

10 Oct 02:44
e945624
Compare
Choose a tag to compare

Added

  • added Blockchain API endpoint (#104)

Changed

  • improved API query usage to accept strings (#114)
  • improved class members and test coverage (#93)
  • improved formatting and maintainability (#92)
  • dropped Hunter Package Manager in favor of git submodules in OS builds (#90)
  • updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples (#87)
  • moved external libraries out of source tree (#140)

Fixed

  • fixed typos in Arduino examples (#86)
  • changed to "statusCode" '422' to test API Post response for empty Transactions objects (#85)

1.2.0-arduino

17 Feb 07:06
Compare
Choose a tag to compare

1.2.0

17 Feb 06:30
Compare
Choose a tag to compare

Added

  • Arduino CircleCI config

Changed

  • updated keywords.txt.
  • updated ./library.json package export settings.
  • removed unnecessary files:
    • ./appveyor.yml.
    • ./CMakeSettings.json.
    • submodule from cmake_example.
  • removed ./src/stl library.
  • moved ./docs to ./extras in arduino builds.
  • automated ARDUINO_IDE.sh script.
  • updated ARDUINO_IDE.sh script to reflect lib/ changes.

1.1.0

07 Feb 16:28
Compare
Choose a tag to compare

Added

  • Added an API send() method for the Transactions class (#64)
  • Added Arduino Sketch Paths to library.json (#67)

Fixed

  • Fixed unterminated comment which resulted in skipped Node tests (#63)
  • Renamed Helpers class to avoid naming collision with Cpp-Crypto Helpers (#65)

1.0.0

19 Jan 14:58
56b7641
Compare
Choose a tag to compare
  • Initial Release