forked from snapshot-labs/snapshot-v1
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into safesnap_connext_integration
- Loading branch information
Showing
146 changed files
with
2,369 additions
and
11,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,20 @@ | ||
### Issues | ||
*_(Include references to issues that this PR addresses)_* | ||
### Summary | ||
|
||
Fixes # | ||
<!-- Related issues, a description or list of the changes and the motivation behind them --> | ||
|
||
### Changes | ||
*_(Briefly describe the changes made in this PR)_* | ||
|
||
1. | ||
Closes: # | ||
|
||
### How to test | ||
*_(Explain how the changes can be tested, including any required setup steps)_* | ||
|
||
1. | ||
1. | ||
|
||
### To-Do | ||
*_(List any outstanding tasks be addressed before or after this PR is merged)_* | ||
|
||
- [ ] | ||
|
||
- [ ] | ||
|
||
<!-- | ||
### Self-review checklist | ||
- [ ] I have performed a full self-review of my changes | ||
- [ ] I have tested my changes on a preview deployment | ||
- [ ] I have tested my changes on different screen sizes (sm, md) | ||
- [ ] I have tested my changes on a custom domain | ||
|
||
### Additional notes or considerations | ||
*_(Include any other relevant information or context that may be helpful for the reviewer)_* | ||
|
||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: 'weekly' | ||
- package-ecosystem: 'gitsubmodule' | ||
directory: '/' | ||
interval: "daily" | ||
allow: | ||
- dependency-name: "@snapshot-labs/*" | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: 'daily' | ||
interval: "weekly" | ||
ignore: | ||
- dependency-name: "@snapshot-labs/*" | ||
groups: | ||
production-dependencies: | ||
dependency-type: "production" | ||
development-dependencies: | ||
dependency-type: "development" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Update Snapshot submodules | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
update-dep: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: 'recursive' | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '16.x' | ||
- name: Update submodules | ||
run: | | ||
git submodule update --remote | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v3 | ||
with: | ||
title: Update Snapshot submodules | ||
body: | | ||
- Updates from submodules | ||
|
||
Auto-generated by Github Actions | ||
branch: update-snapshot-submodules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"drips": { | ||
"ethereum": { | ||
"ownedBy": "0x8C28Cf33d9Fd3D0293f963b1cd27e3FF422B425c" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.