8000 DAO-43 Multichain support - WIP by yuetloo · Pull Request #1562 · aragon/client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DAO-43 Multichain support - WIP #1562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 48 commits into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b92c787
DAO-92 upgrade use wallet to 0.9.0 (#1557)
yuetloo Jul 27, 2021
da50c1d
Merge remote-tracking branch 'origin/master' into feature/DAO-43-mult…
yuetloo Jul 27, 2021
023642e
fix open organization error and slow down due to too many open websoc…
yuetloo Jul 27, 2021
1010d69
show unsupported network error (#1565)
yuetloo Jul 27, 2021
30be2f2
DAO-104 CI job error (#1566)
yuetloo Jul 28, 2021
04bd73b
Merge to DAO-43-multichain (#1568)
yuetloo Jul 28, 2021
3ad659f
local storage key missing network type
yuetloo Jul 28, 2021
7316ee6
DAO-83 only show network settings on mainnet (#1569)
yuetloo Jul 28, 2021
6c7ed65
refresh org on network change (#1570)
yuetloo Jul 28, 2021
7af8d64
Dao 120 websocket leakage (#1572)
novaknole Aug 2, 2021
5706c83
Feature/dao 81 multi localstorage (#1573)
novaknole Aug 2, 2021
ff849a1
DAO-128 connection not open (#1574)
yuetloo Aug 4, 2021
9a53ad8
DAO-143 Create DAO freeze (#1579)
yuetloo Aug 9, 2021
b4789c4
show wrong network on connect button and refactoring (#1575)
yuetloo Aug 9, 2021
254ed8f
fix screen id typo and clear cache error because wrapper = null (#1580)
yuetloo Aug 9, 2021
8b702bd
show network only for mainnet (#1581)
yuetloo Aug 10, 2021
782532f
DAO-139: remove sentry (#1582)
yuetloo Aug 12, 2021
1257260
DAO-162: handle network change in the middle of create DAO flow (#1583)
yuetloo Aug 12, 2021
55aef8e
DAO-194: use networkName from use-wallet (#1586)
yuetloo Aug 17, 2021
962a4bf
fix undefined web3 error (#1588)
yuetloo Aug 23, 2021
c101686
Feature/dao migration (#1590)
novaknole Aug 24, 2021
51d8f02
add mumbai
novaknole Aug 25, 2021
8c4ef90
Feature/migration (#1592)
novaknole Aug 26, 2021
f745b41
conflict fixed
novaknole Aug 26, 2021
f1a379f
Fix/matic symbol on create (#1593)
novaknole Aug 26, 2021
092111b
Merge branch 'feature/DAO-43-multichain' of https://github.com/aragon…
novaknole Aug 30, 2021
36b7d1e
Feature/dao 233 hide discover apps (#1596)
novaknole Aug 30, 2021
d9a2cda
Merge branch 'feature/DAO-43-multichain' of https://github.com/aragon…
novaknole Aug 30, 2021
ce2ffc2
Feature/dao 235 copy missing (#1597)
novaknole Aug 30, 2021
ea15ede
Merge branch 'feature/DAO-43-multichain' of https://github.com/aragon…
novaknole Aug 30, 2021
36d2764
Feature/dao 230 remove templates (#1598)
novaknole Aug 30, 2021
c87c2c6
Merge branch 'feature/DAO-43-multichain' of https://github.com/aragon…
novaknole Aug 30, 2021
0c8b377
Feature/update aragonui (#1599)
novaknole Aug 30, 2021
386f534
Feature/ DAO-222 (#1600)
Rekard0 Aug 31, 2021
6e1b767
DAO-238 polygon no connection issue (#1601)
yuetloo Aug 31, 2021
2585705
Merge branch 'feature/DAO-43-multichain' of https://github.com/aragon…
novaknole Aug 31, 2021
92cbabb
Fix/govern migration check (#1602)
novaknole Aug 31, 2021
c046719
Merge branch 'feature/DAO-43-multichain' of https://github.com/aragon…
novaknole Aug 31, 2021
c917704
date restriction for migration
novaknole Aug 31, 2021
c64f1cb
eslint fixed
novaknole Aug 31, 2021
509ba43
DAO-239 initialize wrapper with Client network information (#1603)
yuetloo Aug 31, 2021
304279c
update wrapper and multichain
novaknole Aug 31, 2021
d164741
add ens registry for matic
novaknole Sep 1, 2021
af9d977
change matic socket
novaknole Sep 1, 2021
2d887ca
matic node change
novaknole Sep 1, 2021
744eefa
enable migration on mainnet as well
novaknole Sep 1, 2021
c8c2a3e
DAO-245 reset connection status on network switch (#1604)
yuetloo Sep 1, 2021
04c3576
Merge branch 'master' into feature/DAO-43-multichain
novaknole Sep 1, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
{
"modules": false,
"useBuiltIns": "entry",
"corejs": 3,
"corejs": 3
}
],
"@babel/preset-react"
],
"plugins": [
["styled-components", { "displayName": true }],
"@babel/plugin-proposal-class-properties"
["styled-components", { "displayName": true }]
],
"env": {
"test": {
Expand Down
6 changes: 0 additions & 6 deletions .env.enc

This file was deleted.

1 change: 0 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ARAGON_PORTIS_DAPP_ID=
ARAGON_FORTMATIC_API_KEY=
ARAGON_SENTRY_DSN=
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
# TODO remove --network-concurrency 1 once use-wallet 0.9.0 is published
run: yarn install --frozen-lockfile --network-concurrency 1
- name: Build Aragon
run: yarn build
- name: Run BundleWatch
Expand Down
6 changes: 0 additions & 6 deletions HACKS.md

This file was deleted.

14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,7 @@ For a long time (2018-2020), these releases were our primary "official" builds.

A number of environment secrets are required during publishing and these are sometimes different per network.

You may either specify these secrets as environment variables or use a `.env`. An Aragon One encrypted file ([`.env.enc`](./.env.enc)) is included in this repo with the current secrets used when publishing to aragonPM.

To decrypt:

```
keybase decrypt -i .env.enc -o .env
```

To encrypt:

```
keybase encrypt --team aragonone -i .env -o .env.enc
```
You may either specify these secrets as environment variables or use a `.env`.

## Contributing

Expand Down
6 changes: 0 additions & 6 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ API key from [Formatic](fortmatic.com). Requires separate keys for testnet / mai

API key from [Portis](portis.io). Requires separate keys for testnet / mainnet.

## 3rd Party APIs

### `ARAGON_SENTRY_DSN`

[Sentry DSN](https://docs.sentry.io/error-reporting/configuration/?platform=node#dsn) for forwarding error logs.

## Development settings

### `ARAGON_PORT`
Expand Down
16 changes: 0 additions & 16 deletions now.json

This file was deleted.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,24 @@
},
"dependencies": {
"@aragon/templates-tokens": "^1.2.1",
"@aragon/ui": "^1.5.0",
"@aragon/wrapper": "^5.0.0-rc.28",
"@sentry/browser": "^5.17.0",
"@aragon/ui": "^1.9.0",
"@aragon/v2-migrator-script": "^0.1.4",
"@aragon/wrapper": "^5.3.0",
"@ungap/event-target": "^0.1.0",
"clipboard-polyfill": "^2.8.6",
"core-js": "^3.3.2",
"dayjs": "^1.8.28",
"decimal.js": "^10.2.0",
"dotenv": "^8.2.0",
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.4.4",
"file-saver": "^2.0.1",
"history": "^4.9.0",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"lodash.throttle": "^4.1.1",
"lodash.uniqby": "^4.7.0",
"network-config": "^3.0.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand All @@ -60,7 +62,7 @@
"regenerator-runtime": "^0.13.3",
"resolve-pathname": "^3.0.0",
"styled-components": "^4.1.3",
"use-wallet": "^0.7.1",
"use-wallet": "https://github.com/aragon/use-wallet.git#multichain",
"web3": "^1.2.6",
"web3-eth-abi": "^1.2.6",
"web3-utils": "^1.2.6"
Expand Down
Loading
0