Skip to content

Releases: PartyDAO/party-protocol

1.2.2

27 Jul 21:33
de1b8f7
Compare
Choose a tag to compare

Changelog

  • Add AddPartyCardsAuthority to allow members to add a list of new members to their Party
  • Add SellPartyCardsAuthority to allow members to sell new memberships to their Party

1.2.1

04 Dec 18:03
0dd3d3f
Compare
Choose a tag to compare

Changelogs

  • Add ERC20SwapOperator to allow Parties to swap ETH and ERC20s
  • Migrate from Zora v2 to v3

1.2.0

22 Jun 15:33
Compare
Choose a tag to compare

Changelog

New crowdfunds added:

  • InitialETHCrowdfund
    • Crowdfund to raise the initial funds for new ETH parties
    • It is created through the CrowdfundFactory and is created alongside the Party it will be raising funds for
    • Set as an authority on the Party
  • ReraiseETHCrowdfund
    • Crowdfund to re-raise funds for existing ETH parties
    • It is created through the ReraiseETHProposal by ETH parties
    • Set as an authority on the Party
  • ETHCrowdfundBase.sol
    • Base contract inherited by InitialETHCrowdfund and ReraiseETHCrowdfund

New proposals added:

  • DistributeProposal
    • Proposal to create a distribution for ETH parties that are configured for distributionsRequireVote
    • Useless for pre-1.2 parities
  • AddAuthorityProposal
    • Proposal to add a new authority
    • Initial usecase is so parties may perform re-raise crowdfunds by adding the ReraiseETHCrowdfund as an authority
    • Will revert if called by pre-1.2 parties
  • OperatorProposal
    • Proposal to allow parties to perform specific operations (e.g. buying NFTs) using a new type of contract called an "operator" which executes logic to do certain actions on behalf of the party

New feature to allow parties to configure rage quit for members:

  • PartyGovernanceNFT
    • Added setRageQuit() function to allow host to enable/disable rage quit
    • When members rage quit, they will burn their party card and receive their share of the party's balance of fungible tokens

New category of contracts called "operators" used by the new OperatorProposal:

Primary contracts modified:

  • PartyGovernance
    • Modified to handle new configuration options (distributionsRequireVote and allowArbCallsToSpendPartyEth)
    • Modified to gate distribute() for parties configured for distributionsRequireVote
  • PartyGovernanceNFT
    • Modified to allow multiple authorities
    • Modified to expand abilities of authorities to support new ETH crowdfunds (InitialETHCrowdfund and ReraiseETHCrowdfund)
  • ProposalExecutionEngine
    • Modified to support new proposals (DistributionProposal and ReraiseETHProposal)
  • ProposalStorage
    • Modified to store proposal execution engine boolean flags
  • ArbitraryCallsProposal
    • Modified to allow spending party's ETH if allowArbCallsToSpendPartyEth is set
      • Will not be for pre-1.2 parties
  • PartyFactory
    • Modified to allow passing in the implementation address to deploy
  • CrowdfundFactory
    • Modified to add new functions to create new ETH crowdfunds (InitialETHCrowdfund and ReraiseETHCrowdfund)
    • Modified to allow passing in the implementation address to deploy

Minor changes:

  • Update to Solidity 0.8.20
  • Update to use the Yul intermediate representation compilation pipeline when compiling contracts

Add revokable emergency functions to crowdfunds

22 Jun 15:32
Compare
Choose a tag to compare

New deployments:

  "auctionCrowdfundImpl": "0xa23399a573aaf562eec1645096218fecfdc22759",
  "buyCrowdfundImpl": "0x48ce324bd9ce34217b9c737dda0cec2f28a0626e",
  "collectionBuyCrowdfundImpl": "0x57dc04a0270e9f9e6a1289c1559c84098ba0fa9c",

1.0.0

22 Jun 15:32
Compare
Choose a tag to compare

This release marks the deployment of Party Protocol v1.0.0.

Deployed at 🏰.