-
Notifications
You must be signed in to change notification settings - Fork 17
Rename ENSDb-related symbols acorss codebase #1828
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
Changes from 20 commits
acebde7
dfbf9df
4ad357f
70d5f30
4daa388
e906448
dda9325
76fb764
84f3958
ee9facd
2463451
39fb413
83b8e1a
408c182
fca6b50
b04c90c
82ac70b
e60e4c1
e8e4bf5
41e6f23
8013642
1143c1a
d64217e
0873874
c282b46
8978d7f
c9c1281
bbbec13
fc8e7d3
b3f0d1a
42a86a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@ensnode/ensnode-sdk": minor | ||
| --- | ||
|
|
||
| Renamed the `databaseSchemaName` field on `EnsIndexerPublicConfig` type to `ensIndexerSchemaName`. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "ensapi": minor | ||
| --- | ||
|
|
||
| Renamed environment variable: `DATABASE_URL` to `ENSDB_URL`. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "ensadmin": minor | ||
| --- | ||
|
|
||
| Updated the Connection view to reference "ENSIndexer Schema Name". |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "ensindexer": minor | ||
| --- | ||
|
|
||
| Renamed environment variables: `DATABASE_URL` to `ENSDB_URL`, and `DATABASE_SCHEMA` to `ENSINDEXER_SCHEMA_NAME`. | ||
|
tk-o marked this conversation as resolved.
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -129,8 +129,8 @@ jobs: | |
| # Public RPC URLs are used as fallbacks for repository forks | ||
| # that don't have the relevant secrets configured. | ||
| NAMESPACE: mainnet | ||
| DATABASE_URL: postgresql://postgres:password@localhost:5432/postgres | ||
| DATABASE_SCHEMA: public | ||
| ENSDB_URL: postgresql://postgres:password@localhost:5432/postgres | ||
| ENSINDEXER_SCHEMA_NAME: public | ||
| PLUGINS: subgraph,basenames,lineanames,threedns,protocol-acceleration,registrars,tokenscope | ||
| ENSRAINBOW_URL: https://api.ensrainbow.io | ||
| ENSINDEXER_URL: http://localhost:42069 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe not needed anymore? But perhaps the script still needs it. Happy to do whatever you suggest.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ENSIndexer app still needs
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @lightwalker-eth I've logged an issue here: |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.