Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-lies-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-monkeys-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-falcons-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/floppy-years-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-webs-see.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-jobs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loose-waves-slide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-numbers-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-steaks-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cars-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/social-bottles-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-seals-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-flies-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-rings-invent.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/ensadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ensadmin

## 1.9.0

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0
- @ensnode/ensnode-react@1.9.0
- @namehash/namehash-ui@1.9.0
- @ensnode/datasources@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensadmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensadmin",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"type": "module",
"description": "Explore the ENS Protocol like never before",
Expand Down
19 changes: 19 additions & 0 deletions apps/ensapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# ensapi

## 1.9.0

### Minor Changes

- [#1809](https://github.com/namehash/ensnode/pull/1809) [`aaa471f`](https://github.com/namehash/ensnode/commit/aaa471f0a33d0f96389e706dcaed2b704e2952ea) Thanks [@tk-o](https://github.com/tk-o)! - Updated custom queries for ENSDb to implement data model from ENSDb SDK.

- [#1809](https://github.com/namehash/ensnode/pull/1809) [`aaa471f`](https://github.com/namehash/ensnode/commit/aaa471f0a33d0f96389e706dcaed2b704e2952ea) Thanks [@tk-o](https://github.com/tk-o)! - Decoupled ENSApi from ENSIndexer by updating the data source for `EnsIndexerPublicConfig` from ENSIndexer to ENSDb.

- [#1809](https://github.com/namehash/ensnode/pull/1809) [`aaa471f`](https://github.com/namehash/ensnode/commit/aaa471f0a33d0f96389e706dcaed2b704e2952ea) Thanks [@tk-o](https://github.com/tk-o)! - Decoupled ENSApi from ENSIndexer by updating the data source for Indexing Status snapshots, from ENSIndexer's Indexing Status API route to ENSDb.

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`9f52a66`](https://github.com/namehash/ensnode/commit/9f52a662e5828e944210f35d47571661899fc30e), [`aaa471f`](https://github.com/namehash/ensnode/commit/aaa471f0a33d0f96389e706dcaed2b704e2952ea), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58), [`113232b`](https://github.com/namehash/ensnode/commit/113232bd02a876a1dbf4607019e724d7cc577351)]:
- @ensnode/ensnode-sdk@1.9.0
- @ensnode/ensdb-sdk@1.9.0
- @namehash/ens-referrals@1.9.0
- @ensnode/datasources@1.9.0
- @ensnode/ponder-subgraph@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensapi",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"type": "module",
"description": "ENSNode's ENS API",
Expand Down
17 changes: 17 additions & 0 deletions apps/ensindexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ensindexer

## 1.9.0

### Minor Changes

- [#1822](https://github.com/namehash/ensnode/pull/1822) [`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd) Thanks [@tk-o](https://github.com/tk-o)! - Introduced a new `RPC_AUTO_GEN_MODE` environment variable (optional, by default set to `http-only`).

- [#1836](https://github.com/namehash/ensnode/pull/1836) [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58) Thanks [@tk-o](https://github.com/tk-o)! - Cleaned up all references to `config.ensIndexerUrl`. The local Ponder app URL is now automatically derived from the Ponder app runtime context, eliminating the need for manual configuration.

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`9f52a66`](https://github.com/namehash/ensnode/commit/9f52a662e5828e944210f35d47571661899fc30e), [`aaa471f`](https://github.com/namehash/ensnode/commit/aaa471f0a33d0f96389e706dcaed2b704e2952ea), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0
- @ensnode/ensdb-sdk@1.9.0
- @ensnode/ponder-sdk@1.9.0
- @ensnode/ensrainbow-sdk@1.9.0
- @ensnode/datasources@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensindexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensindexer",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"type": "module",
"description": "A multichain ENS indexer, powered by Ponder",
Expand Down
8 changes: 8 additions & 0 deletions apps/ensrainbow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ensrainbow

## 1.9.0

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0
- @ensnode/ensrainbow-sdk@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensrainbow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensrainbow",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"type": "module",
"description": "ENSRainbow is an ENSNode service for healing ENS labels",
Expand Down
8 changes: 8 additions & 0 deletions apps/fallback-ensapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fallback-ensapi

## 1.9.0

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0
- @ensnode/datasources@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/fallback-ensapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "fallback-ensapi",
"version": "1.8.1",
"version": "1.9.0",
"type": "module",
"description": "Infrastructure-level Fallback for ENSApi",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions docs/docs.ensnode.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @docs/mintlify

## 1.9.0

## 1.8.1

## 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.ensnode.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docs/mintlify",
"version": "1.8.1",
"version": "1.9.0",
"private": true,
"type": "module",
"description": "ENSNode's Mintlify docs",
Expand Down
11 changes: 11 additions & 0 deletions docs/ensnode.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @docs/ensnode

## 1.9.0

### Minor Changes

- [#1827](https://github.com/namehash/ensnode/pull/1827) [`c9fc7f8`](https://github.com/namehash/ensnode/commit/c9fc7f8c43ab6d2c66907d2b71843d52565a28ed) Thanks [@Y3drk](https://github.com/Y3drk)! - Updated ensnode.io's landing page to use standardized footer component.

### Patch Changes

- Updated dependencies []:
- @namehash/namehash-ui@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/ensnode.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@docs/ensnode",
"private": true,
"type": "module",
"version": "1.8.1",
"version": "1.9.0",
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "astro dev",
Expand Down
11 changes: 11 additions & 0 deletions docs/ensrainbow.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @docs/ensrainbow

## 1.9.0

### Minor Changes

- [#1827](https://github.com/namehash/ensnode/pull/1827) [`c9fc7f8`](https://github.com/namehash/ensnode/commit/c9fc7f8c43ab6d2c66907d2b71843d52565a28ed) Thanks [@Y3drk](https://github.com/Y3drk)! - Updated ensrainbow.io's landing page to use standardized footer component.

### Patch Changes

- Updated dependencies []:
- @namehash/namehash-ui@1.9.0

## 1.8.1

## 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion docs/ensrainbow.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docs/ensrainbow",
"type": "module",
"version": "1.8.1",
"version": "1.9.0",
"packageManager": "pnpm@10.28.0",
"private": true,
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/datasources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ens-deployments

## 1.9.0

## 1.8.1

## 1.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/datasources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/datasources",
"version": "1.8.1",
"version": "1.9.0",
"type": "module",
"description": "Catalog of ENSNode-related datasources including chain, contract addresses, start blocks, and event filters.",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/ens-referrals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @namehash/ens-referrals

## 1.9.0

### Minor Changes

- [#1823](https://github.com/namehash/ensnode/pull/1823) [`113232b`](https://github.com/namehash/ensnode/commit/113232bd02a876a1dbf4607019e724d7cc577351) Thanks [@Y3drk](https://github.com/Y3drk)! - Updated package documentation with a client methods overview.

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ens-referrals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namehash/ens-referrals",
"version": "1.8.1",
"version": "1.9.0",
"type": "module",
"description": "Utilities for ENS Referrals.",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/ensdb-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ensnode/ensdb-sdk

## 1.9.0

### Minor Changes

- [#1832](https://github.com/namehash/ensnode/pull/1832) [`9f52a66`](https://github.com/namehash/ensnode/commit/9f52a662e5828e944210f35d47571661899fc30e) Thanks [@tk-o](https://github.com/tk-o)! - Hotfixed the `buildConcreteEnsIndexerSchema` function by replacing the cloning approach with working mutation approach.

- [#1809](https://github.com/namehash/ensnode/pull/1809) [`aaa471f`](https://github.com/namehash/ensnode/commit/aaa471f0a33d0f96389e706dcaed2b704e2952ea) Thanks [@tk-o](https://github.com/tk-o)! - Renamed the `client` getter on `EnsDbReader` class to `ensDb`.

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensdb-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensdb-sdk",
"version": "1.8.1",
"version": "1.9.0",
"type": "module",
"description": "SDK for interacting with data in ENSDb",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ensnode-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ensnode/ensnode-react

## 1.9.0

### Patch Changes

- Updated dependencies [[`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd), [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58)]:
- @ensnode/ensnode-sdk@1.9.0

## 1.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensnode-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensnode-react",
"version": "1.8.1",
"version": "1.9.0",
"type": "module",
"description": "React hooks and providers for ENSNode",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/ensnode-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ensnode/ensnode-sdk

## 1.9.0

### Minor Changes

- [#1822](https://github.com/namehash/ensnode/pull/1822) [`70e6f24`](https://github.com/namehash/ensnode/commit/70e6f2475a566135602f4adbcf44df2a6f74e5fd) Thanks [@tk-o](https://github.com/tk-o)! - Updated auto-generation rules for HTTP and WS RPCs.

- [#1836](https://github.com/namehash/ensnode/pull/1836) [`387715e`](https://github.com/namehash/ensnode/commit/387715e1bc4c996c0ae7545bfc78b79149e04f58) Thanks [@tk-o](https://github.com/tk-o)! - Removed the `EnsIndexerUrlEnvironment` interface as it was unused.

### Patch Changes

- Updated dependencies []:
- @ensnode/datasources@1.9.0

## 1.8.1

### Patch Changes
Expand Down
Loading
Loading