Skip to content

Releases: flow-hydraulics/flow-pds

Version 0.4.0

02 Dec 08:47
acfe690
Compare
Choose a tag to compare

What's Changed

  • Adjust server WriteTimeout and ReadTimeout by @nanuuki in #128
  • Avoid preloading associations by @latenssi in #129
  • Refactor some problematic bits found during scalability tests by @latenssi in #131
  • Add initial codeowners file by @latenssi in #133
  • change PackNFT and PackDistribution to start flowID from 1 by @sadief in #127
  • Make gas limit and batch sizes configurable by @latenssi in #134
  • Fix logging and simplify poller function APIs by @latenssi in #137
  • Wait for transactions to finalize, allow skipping wait by @latenssi in #138
  • Make sure not to use the same key in the same block twice by @latenssi in #139
  • Improve memory footprint and prevent infinite loops in transaction handling by @latenssi in #140
  • Fix linting errors, add linter action, refactor key unlocking by @latenssi in #141

New Contributors

Full Changelog: v0.3.1...v0.4.0

Packages

https://github.com/flow-hydraulics/flow-pds/pkgs/container/flow-pds

Version 0.3.1

02 Nov 12:45
df7ab7a
Compare
Choose a tag to compare

What's Changed

  • Enforce admin and PDS addresses to equal, only use AdminAddress in service by @latenssi in #124
  • Make sure distribution issuer is not the PDS admin by @latenssi in #125

Full Changelog: v0.3.0...v0.3.1

Packages

https://github.com/flow-hydraulics/flow-pds/pkgs/container/flow-pds

Version 0.3.0

29 Oct 06:10
e705a04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

Breaking changes:

  • API now accepts a single collectible reference for a pack template. Before these changes, the API accepted collectible references for each bucket in a pack template.

Packages

https://github.com/flow-hydraulics/flow-pds/pkgs/container/flow-pds

Version 0.2.0

14 Oct 07:32
122305a
Compare
Choose a tag to compare

NOTE: Only a single-instance setup is supported for this version.

New features

  • Reveal & Open functionality; openRequest argument added to the reveal function of Pack NFTs & the resulting RevealRequest events. Setting openRequest to true will result in the PDS backend to immediately open the Pack after revealing it without the need for separate action from the owner of the Pack.
  • Key sequence number bookkeeping for transaction optimization;

Full list of changes

Full Changelog: v0.1.0...v0.2.0

Version 0.1.0

04 Oct 12:18
e5603d2
Compare
Choose a tag to compare
Merge pull request #74 from flow-hydraulics/feat/contract-enhancement

fixes: #58 fixes