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/beige-brooms-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/better-bats-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-guests-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-corners-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clever-chicken-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/common-mangos-sort.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-hairs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-ducks-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-breads-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-dogs-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-aliens-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-seals-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-years-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-wolves-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strict-shrimps-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-baboons-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-trains-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-icons-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pigs-shine.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-humans-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-friends-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wide-chicken-dream.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.8.0

### Patch Changes

- Updated dependencies [[`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8)]:
- @ensnode/ensnode-sdk@1.8.0
- @ensnode/ensnode-react@1.8.0
- @namehash/namehash-ui@1.8.0
- @ensnode/datasources@1.8.0

## 1.7.0

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

## 1.8.0

### Minor Changes

- [#1744](https://github.com/namehash/ensnode/pull/1744) [`9429530`](https://github.com/namehash/ensnode/commit/9429530dd7966735252e6216b2769ebb6941c987) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: `Registration.start` is now available, indicating the start timestamp of the Registration.

- [#1758](https://github.com/namehash/ensnode/pull/1758) [`f276efe`](https://github.com/namehash/ensnode/commit/f276efe9c48361a330bfcc4bc6f045c6ed9963d2) Thanks [@shrugs](https://github.com/shrugs)! - The ENSv2 Plugin can now be safely activated for ENSv1-only namespaces (ex: 'mainnet', 'sepolia').

- [#1730](https://github.com/namehash/ensnode/pull/1730) [`5c64d89`](https://github.com/namehash/ensnode/commit/5c64d8976fdaf93cd9f9256b93b5216b34d48a90) Thanks [@shrugs](https://github.com/shrugs)! - The `subgraph` and `ensv2` plugins can now be activated in parallel.

- [#1761](https://github.com/namehash/ensnode/pull/1761) [`337ef4b`](https://github.com/namehash/ensnode/commit/337ef4b54e62acd973df7120aa2b213399b1a42b) Thanks [@shrugs](https://github.com/shrugs)! - Introduces integration testing for the ENSv2 Plugin and GraphQL API against the ENSv2 devnet.

- [#1744](https://github.com/namehash/ensnode/pull/1744) [`9429530`](https://github.com/namehash/ensnode/commit/9429530dd7966735252e6216b2769ebb6941c987) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: Add `where` filters to all `*.events` connections (`Domain.events`, `Resolver.events`, `Permissions.events`, `Account.events`). Supports filtering by `selector_in`, `timestamp_gte`, `timestamp_lte`, and `from` (where applicable). Also adds `Account.events` field to find events by transaction sender.

- [#1733](https://github.com/namehash/ensnode/pull/1733) [`10b368a`](https://github.com/namehash/ensnode/commit/10b368a052e24d165327b8b0f97ef952699e924b) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: `ENSv1Domain.rootRegistryOwner` is now available, indicating the owner of the Domain's node within the ENSv1 Registry contract.

- [#1744](https://github.com/namehash/ensnode/pull/1744) [`9429530`](https://github.com/namehash/ensnode/commit/9429530dd7966735252e6216b2769ebb6941c987) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: `Account.events` now provides the set of Events for which this Account is the sender (i.e. `Transaction.from`).

### Patch Changes

- [#1787](https://github.com/namehash/ensnode/pull/1787) [`4838dc7`](https://github.com/namehash/ensnode/commit/4838dc7825d92e2e6e3d1fef3843f913c870ef60) Thanks [@sevenzing](https://github.com/sevenzing)! - API file handlers rearrange, making them grouped by open api tags. Moving /amirealtime to /api/realtime and keeping old endpoint for backward compatibility.

- [#1780](https://github.com/namehash/ensnode/pull/1780) [`0bb79fc`](https://github.com/namehash/ensnode/commit/0bb79fc601a43ea35dfdeed2afe91e24bbc6b5fd) Thanks [@Goader](https://github.com/Goader)! - Add `Exhausted` and `AwardsReview` referral program statuses; add `areAwardsDistributed` to base rules; enrich `/editions` with runtime `status` and `awardPoolRemaining` per edition.

- [#1742](https://github.com/namehash/ensnode/pull/1742) [`0bde568`](https://github.com/namehash/ensnode/commit/0bde56873f5cba6ee8bcfa18534a6026b8649bbd) Thanks [@Goader](https://github.com/Goader)! - Provide deterministic sorting of registrar actions by their execution order.

- Updated dependencies [[`5ce102e`](https://github.com/namehash/ensnode/commit/5ce102e11c7b891844b0762cffa45ade1a997e0f), [`0bde568`](https://github.com/namehash/ensnode/commit/0bde56873f5cba6ee8bcfa18534a6026b8649bbd), [`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`d6dd425`](https://github.com/namehash/ensnode/commit/d6dd4252f690daba13bf02aa53a1ef3e868c823e), [`0bb79fc`](https://github.com/namehash/ensnode/commit/0bb79fc601a43ea35dfdeed2afe91e24bbc6b5fd), [`5ac81cb`](https://github.com/namehash/ensnode/commit/5ac81cb42ad3a4bf561d82c2dd628e85988240ef), [`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8)]:
- @ensnode/ensdb-sdk@1.8.0
- @namehash/ens-referrals@1.8.0
- @ensnode/ensnode-sdk@1.8.0
- @ensnode/datasources@1.8.0
- @ensnode/ponder-subgraph@1.8.0

## 1.7.0

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

## 1.8.0

### Minor Changes

- [#1798](https://github.com/namehash/ensnode/pull/1798) [`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772) Thanks [@tk-o](https://github.com/tk-o)! - Replaced a bespoke `EnsDbClient` implementation with `EnsDbWriter` from ENSDb SDK.

- [#1807](https://github.com/namehash/ensnode/pull/1807) [`410f937`](https://github.com/namehash/ensnode/commit/410f93798b45ae334a2089135c5fd22b7716b128) Thanks [@tk-o](https://github.com/tk-o)! - Improved developer experience by skipping validation step in ENSDb Writer Worker while in dev mode.

- [#1758](https://github.com/namehash/ensnode/pull/1758) [`f276efe`](https://github.com/namehash/ensnode/commit/f276efe9c48361a330bfcc4bc6f045c6ed9963d2) Thanks [@shrugs](https://github.com/shrugs)! - The ENSv2 Plugin can now be safely activated for ENSv1-only namespaces (ex: 'mainnet', 'sepolia').

- [#1798](https://github.com/namehash/ensnode/pull/1798) [`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772) Thanks [@tk-o](https://github.com/tk-o)! - Added running database migrations for ENSDb as a responsibility for ENSIndexer.

- [#1730](https://github.com/namehash/ensnode/pull/1730) [`5c64d89`](https://github.com/namehash/ensnode/commit/5c64d8976fdaf93cd9f9256b93b5216b34d48a90) Thanks [@shrugs](https://github.com/shrugs)! - The `subgraph` and `ensv2` plugins can now be activated in parallel.

- [#1778](https://github.com/namehash/ensnode/pull/1778) [`d6dd425`](https://github.com/namehash/ensnode/commit/d6dd4252f690daba13bf02aa53a1ef3e868c823e) Thanks [@tk-o](https://github.com/tk-o)! - Made `ponder.schema.ts` to explicitly import just ENSIndexer Schema.

- [#1766](https://github.com/namehash/ensnode/pull/1766) [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8) Thanks [@shrugs](https://github.com/shrugs)! - Fixes issue with derivation of `EnsIndexerConfig.indexedChainIds` in plugins that conditionally index multiple chains (ex: 'protocol-acceleration').

### Patch Changes

- Updated dependencies [[`5ce102e`](https://github.com/namehash/ensnode/commit/5ce102e11c7b891844b0762cffa45ade1a997e0f), [`410f937`](https://github.com/namehash/ensnode/commit/410f93798b45ae334a2089135c5fd22b7716b128), [`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`d6dd425`](https://github.com/namehash/ensnode/commit/d6dd4252f690daba13bf02aa53a1ef3e868c823e), [`5ac81cb`](https://github.com/namehash/ensnode/commit/5ac81cb42ad3a4bf561d82c2dd628e85988240ef), [`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8)]:
- @ensnode/ensdb-sdk@1.8.0
- @ensnode/ponder-sdk@1.8.0
- @ensnode/ensnode-sdk@1.8.0
- @ensnode/ensrainbow-sdk@1.8.0
- @ensnode/datasources@1.8.0

## 1.7.0

### 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.7.0",
"version": "1.8.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.8.0

### Patch Changes

- Updated dependencies [[`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8)]:
- @ensnode/ensnode-sdk@1.8.0
- @ensnode/ensrainbow-sdk@1.8.0

## 1.7.0

### 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.7.0",
"version": "1.8.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.8.0

### Patch Changes

- Updated dependencies [[`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8)]:
- @ensnode/ensnode-sdk@1.8.0
- @ensnode/datasources@1.8.0

## 1.7.0

### 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.7.0",
"version": "1.8.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.8.0

## 1.7.0

## 1.6.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.7.0",
"version": "1.8.0",
"private": true,
"type": "module",
"description": "ENSNode's Mintlify docs",
Expand Down
2 changes: 2 additions & 0 deletions docs/ensnode.io/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @docs/ensnode

## 1.8.0

## 1.7.0

## 1.6.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.7.0",
"version": "1.8.0",
"packageManager": "pnpm@10.28.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.8.0

## 1.7.0

## 1.6.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.7.0",
"version": "1.8.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.8.0

## 1.7.0

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

## 1.8.0

### Minor Changes

- [#1780](https://github.com/namehash/ensnode/pull/1780) [`0bb79fc`](https://github.com/namehash/ensnode/commit/0bb79fc601a43ea35dfdeed2afe91e24bbc6b5fd) Thanks [@Goader](https://github.com/Goader)! - Add `Exhausted` and `AwardsReview` referral program statuses; add `areAwardsDistributed` to base rules; enrich `/editions` with runtime `status` and `awardPoolRemaining` per edition.

### Patch Changes

- [#1742](https://github.com/namehash/ensnode/pull/1742) [`0bde568`](https://github.com/namehash/ensnode/commit/0bde56873f5cba6ee8bcfa18534a6026b8649bbd) Thanks [@Goader](https://github.com/Goader)! - Simplify how rev-share-limit leaderboard race sorting achieves deterministic sorting by execution order.

- Updated dependencies [[`f0007b4`](https://github.com/namehash/ensnode/commit/f0007b43a11645efc7efc3c9563f36254352c772), [`9ea8580`](https://github.com/namehash/ensnode/commit/9ea858055109eaf3a92d210f2b3d9170232a32e8)]:
- @ensnode/ensnode-sdk@1.8.0

## 1.7.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.7.0",
"version": "1.8.0",
"type": "module",
"description": "Utilities for ENS Referrals.",
"license": "MIT",
Expand Down
Loading
Loading