Skip to content

Releases: hashlips-lab/collection-data-updater

1.2.2

30 Oct 17:06
5c4dd2b
Compare
Choose a tag to compare

What's Changed

  • Using StaticJsonProvider to cut down chain calls by @liarco in #6

Full Changelog: 1.2.1...1.2.2

1.2.1

03 Aug 11:23
Compare
Choose a tag to compare

What's Changed

  • Throwing Error objects instead of strings by @liarco in #5

Full Changelog: 1.2.0...1.2.1

1.2.0

03 Aug 10:52
Compare
Choose a tag to compare

What's Changed

  • Adding support for eventData object being passed through steps by @liarco in #4

Full Changelog: 1.1.1...1.2.0

1.1.1

23 Jul 23:14
Compare
Choose a tag to compare

What's Changed

  • Using seconds instead of milliseconds for the reaction delay (UpdateTokenOnMintRuntime) by @liarco in #3

⚠️ Warning ⚠️

This version contains breaking changes. If you are updating from any version before 1.1.0 please make sure you understand what changed with both #2 and #3.

Full Changelog: 1.1.0...1.1.1

1.1.0

23 Jul 22:55
Compare
Choose a tag to compare

What's Changed

  • [BC] Adding a reaction delay to the UpdateTokenOnMintRuntime by @liarco in #2

⚠️ Warning ⚠️

I know this is a breaking change and should be released with a new major version, but it has been merged with this minor version for the following reasons:

  • the adoption of this library is still pretty low since the main project using it was still in beta version
  • this feature is required for the library to work properly

A suggested value for the Ethereum mainnet is between 10000 to 20000 milliseconds.

Full Changelog: 1.0.1...1.1.0

1.0.1

21 Jun 10:41
Compare
Choose a tag to compare

What's Changed

  • Sanitizing object keys to avoid unpredictable behavior by @liarco in #1

New Contributors

  • @liarco made their first contribution in #1

Full Changelog: 1.0.0...1.0.1

1.0.0

07 May 16:48
Compare
Choose a tag to compare

First stable release of this library.

Full Changelog: https://github.com/hashlips-lab/collection-data-updater/commits/1.0.0