Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

v1.8

Choose a tag to compare

@aviggiano aviggiano released this 27 Aug 17:14
· 18 commits to main since this release

This upgrade includes the following features:

  • Choose your own Variable Pool: setVault function on the Size market that users can call and select a whitelisted ERC-4626 vault to supply cash and earn variable yield while they wait to be matched by a market order
  • On-chain collections/curators/rate providers: addition of previously peripheral entities to the core protocol, causing a breaking change of market orders that now require the collection ID and the rate provider in the ABI
  • 1-tx operations: callMarket function on the SizeFactory contract, which acts as an entry point to the Size ecosystem and can be used to chain operations involving multiple markets in a single transaction. This can be used, for example, to cascade [setVault, deposit, subscribe to collection] in a single transaction