Skip to content
Open
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/eight-spies-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-geese-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-wombats-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-glasses-ask.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-suits-behave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-beers-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vast-lies-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/vast-parents-roll.md

This file was deleted.

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

## 1.4.0

### Patch Changes

- Updated dependencies [[`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d), [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda), [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3)]:
- @ensnode/ensnode-sdk@1.4.0
- @ensnode/ensnode-react@1.4.0
- @ensnode/datasources@1.4.0
- @ensnode/ponder-metadata@1.4.0
- @ensnode/ensnode-schema@1.4.0

## 1.3.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.3.1",
"version": "1.4.0",
"private": true,
"type": "module",
"description": "Explore the ENS Protocol like never before",
Expand Down
25 changes: 25 additions & 0 deletions apps/ensapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# ensapi

## 1.4.0

### Minor Changes

- [#1412](https://github.com/namehash/ensnode/pull/1412) [`fae127e`](https://github.com/namehash/ensnode/commit/fae127ed94a62a212d406daed9e86a0c51eb4f37) Thanks [@tk-o](https://github.com/tk-o)! - Introduces `GET /amirealtime` endpoint allowing for easy realtime indexing distance verification.

- [#1442](https://github.com/namehash/ensnode/pull/1442) [`05d7481`](https://github.com/namehash/ensnode/commit/05d7481d6fd3e1842262c72b930bbdbddd866715) Thanks [@shrugs](https://github.com/shrugs)! - Fixed issue regarding Protocol Accelerated Resolution API requests and legacy unmigrated names, which should now resolve correctly when accelerated.

- [#1411](https://github.com/namehash/ensnode/pull/1411) [`ec96ff9`](https://github.com/namehash/ensnode/commit/ec96ff912c010d4623e586dc2b60a22f122a128d) Thanks [@shrugs](https://github.com/shrugs)! - Disabled viem's built-in Transport Ranking feature in order to minimize net_listening RPC credit ussage.

- [#1444](https://github.com/namehash/ensnode/pull/1444) [`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d) Thanks [@Goader](https://github.com/Goader)! - Added optional time range filtering to the Registrar Actions API.

- [#1418](https://github.com/namehash/ensnode/pull/1418) [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda) Thanks [@Goader](https://github.com/Goader)! - Added revenue contribution tracking to referrer metrics, calculating total revenue contributed to the ENS DAO from referrals. Added `totalRevenueContribution` to individual referrer metrics and `grandTotalRevenueContribution` to aggregated metrics.

### Patch Changes

- [#1338](https://github.com/namehash/ensnode/pull/1338) [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3) Thanks [@stevedylandev](https://github.com/stevedylandev)! - Adds OpenAPI schema endpoint and route descriptions to ENSApi

- Updated dependencies [[`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d), [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda), [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3)]:
- @ensnode/ensnode-sdk@1.4.0
- @namehash/ens-referrals@1.4.0
- @ensnode/datasources@1.4.0
- @ensnode/ensnode-schema@1.4.0
- @ensnode/ponder-subgraph@1.4.0

## 1.3.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.3.1",
"version": "1.4.0",
"private": true,
"type": "module",
"description": "ENSNode's ENS API",
Expand Down
11 changes: 11 additions & 0 deletions apps/ensindexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ensindexer

## 1.4.0

### Patch Changes

- Updated dependencies [[`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d), [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda), [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3)]:
- @ensnode/ensnode-sdk@1.4.0
- @ensnode/ensrainbow-sdk@1.4.0
- @ensnode/datasources@1.4.0
- @ensnode/ponder-metadata@1.4.0
- @ensnode/ensnode-schema@1.4.0

## 1.3.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.3.1",
"version": "1.4.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.4.0

### Patch Changes

- Updated dependencies [[`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d), [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda), [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3)]:
- @ensnode/ensnode-sdk@1.4.0
- @ensnode/ensrainbow-sdk@1.4.0

## 1.3.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.3.1",
"version": "1.4.0",
"private": true,
"type": "module",
"description": "ENSRainbow is an ENSNode service for healing ENS labels",
Expand Down
13 changes: 13 additions & 0 deletions apps/fallback-ensapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# fallback-ensapi

## 1.4.0

### Minor Changes

- [#1408](https://github.com/namehash/ensnode/pull/1408) [`abc141d`](https://github.com/namehash/ensnode/commit/abc141da71ddf6854dc7c85a0120fd55a4c8a8b0) Thanks [@shrugs](https://github.com/shrugs)! - Introduce infrastructure-level fallback-ensapi service, which handles ENSApi requests in the event of ENSNode environment failures. Intended for NameHash hosted ENSNode instances only.

### Patch Changes

- Updated dependencies [[`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d), [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda), [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3)]:
- @ensnode/ensnode-sdk@1.4.0
- @ensnode/datasources@1.4.0
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.3.1",
"version": "1.4.0",
"type": "module",
"description": "Infrastructure-level Fallback for ENSApi",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions docs/ensnode.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @docs/ensnode

## 1.4.0

### Minor Changes

- [#1412](https://github.com/namehash/ensnode/pull/1412) [`fae127e`](https://github.com/namehash/ensnode/commit/fae127ed94a62a212d406daed9e86a0c51eb4f37) Thanks [@tk-o](https://github.com/tk-o)! - Extends `Realtime Indexing Distance` section on the API Usage page.

## 1.3.1

## 1.3.0
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.3.1",
"version": "1.4.0",
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "astro dev",
Expand Down
2 changes: 2 additions & 0 deletions docs/ensrainbow.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @docs/ensrainbow

## 1.4.0

## 1.3.1

## 1.3.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.3.1",
"version": "1.4.0",
"packageManager": "pnpm@10.20.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.4.0

## 1.3.1

## 1.3.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.3.1",
"version": "1.4.0",
"type": "module",
"description": "Catalog of ENSNode-related datasources including chain, contract addresses, start blocks, and event filters.",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ens-referrals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @namehash/ens-referrals

## 1.4.0

### Minor Changes

- [#1418](https://github.com/namehash/ensnode/pull/1418) [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda) Thanks [@Goader](https://github.com/Goader)! - Added revenue contribution tracking to referrer metrics, calculating total revenue contributed to the ENS DAO from referrals. Added `totalRevenueContribution` to individual referrer metrics and `grandTotalRevenueContribution` to aggregated metrics.

## 1.3.0

### Minor 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.3.0",
"version": "1.4.0",
"type": "module",
"description": "Utilities for ENS Referrals.",
"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.4.0

### Patch Changes

- Updated dependencies [[`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d), [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda), [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3)]:
- @ensnode/ensnode-sdk@1.4.0

## 1.3.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.3.1",
"version": "1.4.0",
"type": "module",
"description": "React hooks and providers for ENSNode",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ensnode-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ensnode-schema

## 1.4.0

## 1.3.1

## 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ensnode-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensnode-schema",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "The ponder schema for ENSNode",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/ensnode-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @ensnode/ensnode-sdk

## 1.4.0

### Minor Changes

- [#1444](https://github.com/namehash/ensnode/pull/1444) [`fcd96db`](https://github.com/namehash/ensnode/commit/fcd96db1aae297a445597e3867de811bc42ca31d) Thanks [@Goader](https://github.com/Goader)! - Added optional time range filtering to the Registrar Actions API.

- [#1418](https://github.com/namehash/ensnode/pull/1418) [`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda) Thanks [@Goader](https://github.com/Goader)! - Added revenue contribution tracking to referrer metrics, calculating total revenue contributed to the ENS DAO from referrals. Added `totalRevenueContribution` to individual referrer metrics and `grandTotalRevenueContribution` to aggregated metrics.

### Patch Changes

- [#1338](https://github.com/namehash/ensnode/pull/1338) [`bb1686a`](https://github.com/namehash/ensnode/commit/bb1686a34ce1bd36a44598f8de0a24c40a439bc3) Thanks [@stevedylandev](https://github.com/stevedylandev)! - Adds OpenAPI schema endpoint and route descriptions to ENSApi

- Updated dependencies [[`4e0579b`](https://github.com/namehash/ensnode/commit/4e0579b85c3b118450e7907242b60ca46bebebda)]:
- @namehash/ens-referrals@1.4.0
- @ensnode/datasources@1.4.0

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensnode-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensnode-sdk",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "A utility library for interacting with ENSNode and ENS data",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ensrainbow-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ensrainbow-sdk

## 1.4.0

## 1.3.1

## 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ensrainbow-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensrainbow-sdk",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "ENSRainbow SDK for interacting with the ENSRainbow API.",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ponder-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ensnode/ponder-metadata

## 1.4.0

### Patch Changes

- Updated dependencies []:
- @ensnode/ensrainbow-sdk@1.4.0

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ponder-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ponder-metadata",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "A Hono middleware for making Ponder app metadata available to clients.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ponder-subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ponder-subgraph

## 1.4.0

## 1.3.1

## 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ponder-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ponder-subgraph",
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "A Hono middleware for generating Subgraph-compatible GraphQL schema.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/shared-configs

## 1.4.0

## 1.3.1

## 1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ensnode/shared-configs",
"private": true,
"version": "1.3.1",
"version": "1.4.0",
"type": "module",
"description": "Shared configs for the ENSNode project.",
"license": "MIT",
Expand Down