This repository was archived by the owner on Nov 12, 2025. It is now read-only.
v1.8
This upgrade includes the following features:
- Choose your own Variable Pool:
setVaultfunction on theSizemarket 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:
callMarketfunction on theSizeFactorycontract, 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