Skip to content

Releases: FigureTechnologies/forward-market-smart-contract

V1.0.0

23 Aug 19:54
3fd660e
Compare
Choose a tag to compare

This is an update to the existing contract to allow for buyers or sellers to initiate forward market transactions. This update also allows add functionality for potential buyers to place bids that the seller can choose from.

Summary of updates:

  • Allows seller to initiate forward market transactions
  • Supports multiple buyers placing bids
  • Extends the concept of selected sellers to selected buyers list
  • Decouples minting of Forward Market token from instantiation
  • Removes unused metadata stored in the contract state

V0.1.2

29 Jul 18:31
d4ebd5e
Compare
Choose a tag to compare

This is an update to the existing contract to make it compatible with v1.19 of Provenance. In order to make the contract compatible, we are upgrading the provwasm-std lib (and provwasm-mocks) to v2.3.0. and have added a migration function to upgrade contracts from v0.1.1 to v0.1.2

V0.1.1

30 Apr 18:50
c55f734
Compare
Choose a tag to compare

What's Changed

Initial Codebase To Main Branch by @jtolotti-figure in #3

New Contributors

@jtolotti-figure made their first contribution in #3