Skip to content

Commit

Permalink
Merge pull request #35 from gnosisguild/fix-checksum-error
Browse files Browse the repository at this point in the history
fix: yarn checksum error
  • Loading branch information
jfschwarz authored Feb 3, 2025
2 parents 5110223 + 306bf42 commit aaf4d5e
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 74 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
MNEMONIC=
INFURA_KEY=
ETHERSCAN_API_KEY=
GNOSISSCAN_API_KEY=
GNOSISSCAN_API_KEY=
POLYGONSCAN_API_KEY=
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 22
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn
- run: yarn build
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/lcov.info
- run: yarn test
# - run: yarn coverage
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: coverage/lcov.info
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: "signatures/version1/cla.json"
path-to-document: "https://github.com/gnosis/CLA"
path-to-document: "https://github.com/gnosisguild/CLA"
# branch should not be protected
branch: "cla-signatures"

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Mech

[![Build Status](https://github.com/gnosis/mech/actions/workflows/ci.yml/badge.svg)](https://github.com/gnosis/mech/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/gnosis/mech/badge.svg?branch=main&bust=1)](https://coveralls.io/github/gnosis/mech?branch=main)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/gnosis/CODE_OF_CONDUCT)
[![Build Status](https://github.com/gnosisguild/mech/actions/workflows/ci.yml/badge.svg)](https://github.com/gnosisguild/mech/actions/workflows/ci.yml) <!-- [![Coverage Status](https://coveralls.io/repos/github/gnosisguild/mech/badge.svg?branch=main&bust=1)](https://coveralls.io/github/gnosisguild/mech?branch=main) -->
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/gnosisguild/CODE_OF_CONDUCT)

Smart account with programmable ownership

Expand All @@ -18,7 +17,7 @@ Smart account with programmable ownership

#### Programmable ownership

- [ZodiacMech.sol](contracts/ZodiacMech.sol): allow enabled [zodiac](https://github.com/gnosis/zodiac) modules to sign transactions on behalf of the Mech
- [ZodiacMech.sol](contracts/ZodiacMech.sol): allow enabled [zodiac](https://github.com/gnosisguild/zodiac) modules to sign transactions on behalf of the Mech
- [Mech.sol](contracts/base/Mech.sol): implement custom ownership terms by extending this abstract contract

![mech hierarchy](docs/mech-hierarchy.png)
Expand Down
1 change: 0 additions & 1 deletion frontend/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
REACT_APP_WALLET_CONNECT_PROJECT_ID=
REACT_APP_INFURA_KEY=
REACT_APP_PROXY_URL=https://airlock.gnosisguild.org/api/v1
5 changes: 1 addition & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"devDependencies": {
"@rainbow-me/rainbowkit": "^1.3.3",
"@tanstack/react-query": "^5.66.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@walletconnect/core": "^2.10.2",
Expand Down Expand Up @@ -45,9 +46,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]",
"dependencies": {
"@tanstack/react-query": "^5.17.15"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "yarn build && hardhat test",
"integrationTest": "INTEGRATION_TEST=true && yarn build && hardhat test",
"test:watch": "mocha -w",
"coverage": "hardhat coverage"
"coverage": "yarn build && hardhat coverage"
},
"files": [
"contracts/**/*",
Expand All @@ -33,14 +33,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/mech.git"
"url": "git+https://github.com/gnosisguild/mech.git"
},
"author": "Gnosis Guild",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/gnosis/mech/issues"
"url": "https://github.com/gnosisguild/mech/issues"
},
"homepage": "https://github.com/gnosis/mech#readme",
"homepage": "https://github.com/gnosisguild/mech#readme",
"devDependencies": {
"@ambire/signature-validator": "^1.3.1",
"@ethersproject/abi": "^5.7.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"rimraf": "^4.4.1",
"solidity-coverage": "^0.8.4",
"solidity-coverage": "^0.8.14",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/mech.git"
"url": "git+https://github.com/gnosisguild/mech.git"
},
"author": "Gnosis Guild",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/gnosis/mech/issues"
"url": "https://github.com/gnosisguild/mech/issues"
},
"homepage": "https://github.com/gnosis/mech#readme",
"homepage": "https://github.com/gnosisguild/mech#readme",
"devDependencies": {
"rimraf": "^4.4.1",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit aaf4d5e

Please sign in to comment.