v1->v2 changelog

This is version 2 of the core protocol

Announcement Post: https://union.mirror.xyz/uPnUm4TLNyWoRfNAVCJwxT0TeNPBgNCg04vuDv5sIGk

If you are looking for the v1 ui to access the arbitrum or ethereum v1 deployments: https://v1.union.finance

If you are looking for the v1 docs: https://v1-docs.union.finance

Major Upgrades between v1 and v2:

  1. In Version 2, the maximum number of addresses one can underwrite has increased from 25 -> 1000 and be underwritten by from 25 -> 400 from a single account.

  2. Bad debt no longer accrues indefinitely: If you vouch for a defaulter, the writeoff function becomes publicly callable after a set amount of time in default. This is essential for growing liquidityβ€” on Optimism this will be set to 60 days, meaning if someone borrows and makes no payments, anyone will be able to call the function after 90 days.

  3. Union Lens Contract : Union is a call-intensive protocol. This view layer contract consolidates view helpers making it a lot easier to build frontends and integrations.

  4. More efficient and predictable gas costs : v2 uses struct packing and other techniques to dramatically reduce storage read and writes compared to v1 . Vouching now has a constant gas cost, in V1 the gas cost was dependent on number of vouchers(O(n)) but in v2 it is constant (O(1)).

  5. Changed from block-based timing to seconds, makes 'due by' dates 1000x more human and integration friendly.

Last updated