PartyDAO / partybid

PartyBid contracts
MIT License
246 stars 63 forks source link

merge partybuy into partybid #69

Closed msfeldstein closed 2 years ago

msfeldstein commented 2 years ago

PartyBid and PartyBuy share a lot of code and it would be cleaner to have them in the same repo. PartyBid.sol and PartyBuy.sol both inherit from Party.sol which is identical Lots of helper methods and utilities for deployment and testing

This brings in all the code from the current main branch of partybuy, but it does not include annas new CollectionBuy changes, so we'll need to make sure to get that in.

This should be reviewed commit by commit; the really big commits are just shuffling files around so probably don't need to be looked at much.

It also bumps solidity version to suppress some warnings that OZ contracts were throwing and cleans up some other odds and ends.

There is more unification that can be done but this is a good start.