Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Releases: LibertyDSNP/eth-sdk-ts

v1.0.0 More Pieces

22 Jun 21:07
1f5df5e
Compare
Choose a tag to compare

[1.0.0] - 2021-06-22

Changes

  • Lots of updates and cleanups
  • Removed requireGetConfig: Use specific getters
  • Moved S3Node into examples

Added

  • Reading and writing a batch file
  • Creating Announcement Messages
  • subscribeToBatchAnnounceEvents for getting batch announce events

Fixed

  • Exported Generators

Removed

  • aws client-s3 dependency

v0.1.0 Initial Release

09 Jun 20:07
0fb5a0c
Compare
Choose a tag to compare

Changelog

  • Many things in place, but still several things may give NotImplementedYet errors.
  • There are two primary sections: "index" which is has all the exports that are at the top level and often due multiple things and "core" which are more functional and direct in nature
  • The Config interface should be relatively stable (although additions are possible)
  • Uses @dsnp/contracts v0.1.0
  • Contract writing code is complete

Known Bugs

  • Currently NodeJs ONLY (Expected to be fixed by v0.2.0)

v0.0.1 Initial Structure

15 Apr 12:21
de1cda0
Compare
Choose a tag to compare

[0.0.1] - 2021-03-15

Added

  • Initial release
  • Core structure
  • Announce contract integration
  • NPM package publishing
  • Documentation generation