Skip to content

Commit

Permalink
v1.2.1 (#260)
Browse files Browse the repository at this point in the history
* feat: add ERC20 swap operator (#235)

* refactor: migrate from zora v2 to v3 (#240)

* chore: delete outdated `ZoraMarketWrapper` (#242)

---------

Co-authored-by: Brian Le <[email protected]>
  • Loading branch information
arr00 and 0xble authored Jul 27, 2023
1 parent 7a7f38e commit 0dd3d3f
Show file tree
Hide file tree
Showing 48 changed files with 2,067 additions and 682 deletions.
31 changes: 30 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}

jobs:
ci:
test:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
Expand All @@ -25,3 +25,32 @@ jobs:

- name: "Run Foundry tests"
run: forge test -vvv --fork-url $FORK_URL --etherscan-api-key $ETHERSCAN_API_KEY
coverage:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
with:
submodules: recursive
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: forge install
- name: "Run Foundry Coverage"
run: forge coverage --report lcov
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install Dependencies
run: npm install
- name: Run Linter
run: npm run lint:check
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
broadcast/
package-lock.json
yarn.lock
lcov.info
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Below are the latest deployments of each contract of the Party Protocol. For add
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `Globals` | [0x1ca20040ce6ad406bc2a6c89976388829e7fbade](https://etherscan.io/address/0x1ca20040ce6ad406bc2a6c89976388829e7fbade) | [0x753e22d4e112a4d8b07df9c4c578b116e3b48792](https://goerli.etherscan.io/address/0x753e22d4e112a4d8b07df9c4c578b116e3b48792) |
| `TokenDistributor` | [0x49a3caab781f711ad74c9d2f34c3cbd835d6a608](https://etherscan.io/address/0x49a3caab781f711ad74c9d2f34c3cbd835d6a608) | [0x8714EA9C2BC5a8f2d26D7c3F86558331c16145B5](https://goerli.etherscan.io/address/0x8714EA9C2BC5a8f2d26D7c3F86558331c16145B5) |
| `ProposalExecutionEngine` | [0xaec4d40045daf91bc3049ea9136c7df04bd8a6af](https://etherscan.io/address/0xaec4d40045daf91bc3049ea9136c7df04bd8a6af) | [0xfC49C3b69c6E1bE79B11A9a7D4791663f4B8b4D3](https://goerli.etherscan.io/address/0xfC49C3b69c6E1bE79B11A9a7D4791663f4B8b4D3) |
| `ProposalExecutionEngine` | [0xdF6a4d97dd2Aa32a54B8a2b2711F210b711F28f0](https://etherscan.io/address/0xdF6a4d97dd2Aa32a54B8a2b2711F210b711F28f0) | [0xfC49C3b69c6E1bE79B11A9a7D4791663f4B8b4D3](https://goerli.etherscan.io/address/0xfC49C3b69c6E1bE79B11A9a7D4791663f4B8b4D3) |
| `Party` | [0xb676cfeeed5c7b739452a502f1eff9ab684a56da](https://etherscan.io/address/0xb676cfeeed5c7b739452a502f1eff9ab684a56da) | [0x72a4b63eceA9465e3984CDEe1354b9CF9030c043](https://goerli.etherscan.io/address/0x72a4b63eceA9465e3984CDEe1354b9CF9030c043) |
| `PartyFactory` | [0xc0e0ec5541e26e93d5a9f5e999ab2a0a7f8260ae](https://etherscan.io/address/0xc0e0ec5541e26e93d5a9f5e999ab2a0a7f8260ae) | [0x8d1C04E6873F232dB570F75948799128dB3Ae6f5](https://goerli.etherscan.io/address/0x8d1C04E6873F232dB570F75948799128dB3Ae6f5) |
| `AuctionCrowdfund` | [0xcf8ab207e1b055871dfa9be2a0cf3acaf2d1b3a7](https://etherscan.io/address/0xcf8ab207e1b055871dfa9be2a0cf3acaf2d1b3a7) | [0x631D392073330f0573AD18Fc64305768657D0D60](https://goerli.etherscan.io/address/0x631D392073330f0573AD18Fc64305768657D0D60) |
Expand All @@ -90,7 +90,8 @@ Below are the latest deployments of each contract of the Party Protocol. For add
| `PartyNFTRenderer` | [0x19bcac3761df79c9b242ebe6670898da7d4bdcb3](https://etherscan.io/address/0x19bcac3761df79c9b242ebe6670898da7d4bdcb3) | [0xc651c3e62Ae4072CDc1dA189f681a94B5b3E729A](https://goerli.etherscan.io/address/0xc651c3e62Ae4072CDc1dA189f681a94B5b3E729A) |
| `MetadataRegistry` | [0x175487875f0318edbab54bba442ff53b36e96015](https://etherscan.io/address/0x175487875f0318edbab54bba442ff53b36e96015) | [0x5976806Ae2F42e0c1fD23EAC20c49F1A63c73530](https://goerli.etherscan.io/address/0x5976806Ae2F42e0c1fD23EAC20c49F1A63c73530) |
| `InitialETHCrowdfund` | [0x23c886396cfbadb0f3bac4b728150e8a59dc0e10](https://etherscan.io/address/0x23c886396cfbadb0f3bac4b728150e8a59dc0e10) | [0xDB59b3AAFFb5569B39206308A3629A47e4C31C97](https://goerli.etherscan.io/address/0xDB59b3AAFFb5569B39206308A3629A47e4C31C97) |
| `CollectionBatchBuyOperator` | [0xe06e71867bb25fe6b56b854500961d4d9dd7c12e](https://etherscan.io/address/0xe06e71867bb25fe6b56b854500961d4d9dd7c12e) | [0x039d2e6AEf994445b00b6B55524bAcA0B0Be78DB](https://goerli.etherscan.io/address/0x039d2e6AEf994445b00b6B55524bAcA0B0Be78DB) |
| `CollectionBatchBuyOperator` | [0x119C7Ee43Ebf1dEDc45A3730735583Bd39E32579](https://etherscan.io/address/0x119C7Ee43Ebf1dEDc45A3730735583Bd39E32579) | [0x039d2e6AEf994445b00b6B55524bAcA0B0Be78DB](https://goerli.etherscan.io/address/0x039d2e6AEf994445b00b6B55524bAcA0B0Be78DB) |
| `ERC20SwapOperator` | [0xD9F65f0d2135BeE238db9c49558632Eb6030CAa7](https://etherscan.io/address/0xD9F65f0d2135BeE238db9c49558632Eb6030CAa7) | [0x88B08D166cf2779c1E2ef6C1171214E782831814](https://goerli.etherscan.io/address/0x88B08D166cf2779c1E2ef6C1171214E782831814) |

## Install

Expand Down
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ignore:
- "test"
- "deploy"

coverage:
range: 70..90
status:
patch:
default:
target: 90%
119 changes: 0 additions & 119 deletions contracts/market-wrapper/ZoraMarketWrapper.sol

This file was deleted.

Loading

0 comments on commit 0dd3d3f

Please sign in to comment.