Releases: FigureTechnologies/forward-market-smart-contract
Releases · FigureTechnologies/forward-market-smart-contract
V1.0.0
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
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
What's Changed
Initial Codebase To Main Branch by @jtolotti-figure in #3
New Contributors
@jtolotti-figure made their first contribution in #3