Skip to content
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

feat: use osx-commons-contracts and osx-commons-configs #28

Merged
merged 34 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3ba7e25
build: use ts 5.2.2
heueristik Jan 24, 2024
108c8db
refactor: use osx-commons
heueristik Jan 24, 2024
bbe0f19
refactor: use osx-commons
heueristik Jan 24, 2024
4fdfb64
build: use osx-commons-sdk
heueristik Jan 24, 2024
c63d259
build: use osx-commons-sdk
heueristik Jan 24, 2024
b878f80
refactor: contract improvements
heueristik Jan 24, 2024
4c37ebd
build: print coverage report
heueristik Jan 25, 2024
e0d6b07
chore: bump osx-commons-sdk version
heueristik Jan 25, 2024
8681e2c
feat: use the latest osx-commons-contracts
heueristik Jan 25, 2024
b305f04
refactor: use osx-commons-configs and deploy script refactor
heueristik Feb 1, 2024
bd62677
build: subgraph fix
heueristik Feb 1, 2024
b36aba2
docs: improve .env example
heueristik Feb 1, 2024
9c7468f
style: fix prettier
heueristik Feb 1, 2024
5695001
build: use osx-commons
heueristik Feb 6, 2024
36df455
chore: bump subgraph osx-ethers dependency
heueristik Feb 6, 2024
6a7151a
chore: remove todo
heueristik Feb 6, 2024
277e8f6
test: remove redundant expect
heueristik Feb 6, 2024
0299d35
fix: use unknown instead of any
heueristik Feb 6, 2024
34490d7
fix: imports
heueristik Feb 6, 2024
c5e5b39
fix: wrong type
heueristik Feb 6, 2024
a5520e0
fix: import
heueristik Feb 6, 2024
ded453a
fix: import
heueristik Feb 6, 2024
8d5c04b
feat: use typechain binding
heueristik Feb 6, 2024
47a2991
refactor: deploy script simplification
heueristik Feb 6, 2024
ad06cb7
refactor: findPluginRepo and domain
heueristik Feb 7, 2024
aa9de1a
refactor: improve code, comments, and tests
heueristik Feb 7, 2024
ca32ccd
refactor: improved helpers
heueristik Feb 7, 2024
c98800b
style: fix linting issues
heueristik Feb 7, 2024
652a55d
chore: remove todos
heueristik Feb 7, 2024
9de4b30
revert: deletion of hashHelpers
heueristik Feb 7, 2024
0025388
feat: catch errors properly
heueristik Feb 7, 2024
32c87a6
refactor: folder structure
heueristik Feb 8, 2024
0d42043
refactor: help gh to track files
heueristik Feb 8, 2024
090b594
refactor: help gh to track files
heueristik Feb 8, 2024
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
Prev Previous commit
Next Next commit
fix: import
heueristik committed Feb 6, 2024
commit a5520e090ca76dad12c66bbd4da3cf85f8ed3c84
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {METADATA} from '../../plugin-settings';
import {PluginRepo} from '../../typechain';
import {
getProductionNetworkName,
getAragonDeploymentsInfo,
@@ -16,6 +15,7 @@ import {
uploadToIPFS,
} from '@aragon/osx-commons-sdk';
import {
PluginRepo,
PluginRepoRegistry,
PluginRepoRegistry__factory,
PluginRepo__factory,