-
Notifications
You must be signed in to change notification settings - Fork 14
Migrate utils/
JS files to TS
#183
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
+163
−411
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
61195ca
update constant file to be typed
gfournieriExec 9f8cac9
update odb-tools in TS
gfournieriExec d6292ac
updtate FactoryDeployer to TS
gfournieriExec fc61a6f
remove useless deprecated ens deployement file
gfournieriExec f1efd70
keep only usefull function in EthersDeployer class
gfournieriExec 10ac15c
update SPDX copyright years in constants and createOrders files
gfournieriExec 762d9f3
update changelog
gfournieriExec a772b4a
update debug to log
gfournieriExec 09a31f0
update to factoryConfig name
gfournieriExec ef91722
add todo
gfournieriExec f43e0a5
create ens doc
gfournieriExec 84a700e
add addresses on ens file
gfournieriExec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,31 @@ | ||
# ENS Addresses in iExec PoCo | ||
|
||
This document describes the ENS (Ethereum Name Service) addresses used in the iExec Protocol. | ||
|
||
## Domain Structure | ||
|
||
The iExec protocol uses the following ENS domain hierarchy: | ||
- Root domain: `iexec.eth` | ||
- Protocol version domain: `v5.iexec.eth` | ||
- User domain: `users.iexec.eth` | ||
- Resource domains: | ||
- `apps.iexec.eth` | ||
- `datasets.iexec.eth` | ||
- `pools.iexec.eth` | ||
|
||
## Core Protocol Addresses | ||
|
||
The following ENS names are registered for core protocol components: | ||
|
||
- `admin.iexec.eth` - Protocol administrator address | ||
- `rlc.iexec.eth` - RLC token contract address | ||
- `core.v5.iexec.eth` - Core protocol proxy (ERC1538Proxy) | ||
- `0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f` | ||
- `apps.v5.iexec.eth` - App registry contract | ||
- `0xB1C52075b276f87b1834919167312221d50c9D16` | ||
- `datasets.v5.iexec.eth` - Dataset registry contract | ||
- `0x799DAa22654128d0C64d5b79eac9283008158730` | ||
- `workerpools.v5.iexec.eth` - Workerpool registry contract | ||
- `0xC76A18c78B7e530A165c5683CB1aB134E21938B4` | ||
|
||
To get more details, see [1_deploy-ens.ts script](../deploy/1_deploy-ens.ts). |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding this file 🙏.
We can reference it in
docs/README.md
:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we can add addresses for each name?