-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1043 from ethereum/staging
Release v2.2.1
- Loading branch information
Showing
6 changed files
with
54 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Add New Chain <chainId> | ||
|
||
Thanks for your pull request to add a new support in Sourcify. | ||
|
||
If you haven't done so, please follow the instructions on [how to request chain support](https://docs.sourcify.dev/docs/chain-support/) in docs. | ||
|
||
Please check the following items before submitting your pull request. | ||
|
||
## Checklist | ||
|
||
- [ ] The branch is named as `add-chain-<chainId>`. | ||
- [ ] I haven't modified the [chains.json](../../src/chains.json) file directly. | ||
- [ ] In [sourcify-chains.ts](../../src/sourcify-chains.ts) file | ||
- [ ] I've set `supported: true`. | ||
- [ ] I've set `monitored: false`. | ||
- [ ] I haven't added an `rpc` field but the one in [chains.json](../../src/chains.json) is used (if not, please explain why). | ||
- [ ] I've added a test in [chain-tests.js](../../test/chains/chains-test.js) file. | ||
- [ ] `test-new-chain` test in Circle CI is passing. |
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,22 @@ | ||
# Release <version> | ||
|
||
## Changes | ||
|
||
<!-- Add newly supported chains with their chainId, if any--> | ||
|
||
- New supported chains: | ||
- X Chain (43) | ||
- Chainname (chainId) | ||
|
||
<!-- Please describe the changes the new commits bring in few sentences --> | ||
|
||
- Fix: ... | ||
- <Feature> | ||
... | ||
|
||
## Checklist | ||
|
||
<!-- Please check all items below by putting an x in the box --> | ||
|
||
- [ ] I have bumped the versions of the packages under `packages/`, if necessary | ||
- [ ] All tests are passing |
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,11 @@ | ||
Thank you for your contribution to the Sourcify project! | ||
|
||
Please check if your pull request fits one of the categories. If so, please use the templates provided at the links: | ||
|
||
- Requesting new chain support: Add your username and the branch name to the link below and open: | ||
|
||
``` | ||
https://github.com/ethereum/sourcify/compare/ethereum:sourcify:staging...<YOUR_USERNAME>:<BRANCH_NAME>?template=add-new-chain.md&title=Add+New+Chain+%3CchainId%3E | ||
``` | ||
|
||
- New release: [release.md](https://github.com/ethereum/sourcify/compare/master...staging?template=release.md&title=Release+%3Cversion%3E) |
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