forked from ethereum/sourcify
-
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 pull request #1 from Eshanchik/master
Update sourcify
- Loading branch information
Showing
485 changed files
with
186,278 additions
and
102,615 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
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,25 @@ | ||
# 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 | ||
- [ ] `lib-sourcify` | ||
- [ ] `bytecode-utils` | ||
- [ ] `contract-call-decoder` | ||
- [ ] 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,20 @@ | ||
<!-- If you are opening a chain support request PR please follow the template below. Otherwise you can write your own PR description --> | ||
|
||
# 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
Oops, something went wrong.