From 316c72bbc2f1c75e0ba21292f6b0514192a44597 Mon Sep 17 00:00:00 2001 From: polytur Date: Tue, 28 Jan 2025 18:00:01 +0100 Subject: [PATCH 1/5] fix corr 11.fnameIndex.ts --- apps/hubble/src/storage/db/migrations/11.fnameIndex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hubble/src/storage/db/migrations/11.fnameIndex.ts b/apps/hubble/src/storage/db/migrations/11.fnameIndex.ts index 5a37c8a24d..034e591cac 100644 --- a/apps/hubble/src/storage/db/migrations/11.fnameIndex.ts +++ b/apps/hubble/src/storage/db/migrations/11.fnameIndex.ts @@ -8,7 +8,7 @@ import { ResultAsync } from "neverthrow"; const log = logger.child({ component: "fnameIndex" }); /** - * Up untill now, we were accidentally writing the fid index for the fname messages as Little Endian + * Up until now, we were accidentally writing the fid index for the fname messages as Little Endian * instead of Big Endian in name_registry_events.rs:make_fname_username_proof_by_fid_key. * This migration will fix that to be big endian, and also remove the little endian index keys */ From b405917fc5a2bbcd1035a5c41007f6e9a698d304 Mon Sep 17 00:00:00 2001 From: polytur Date: Tue, 28 Jan 2025 18:18:17 +0100 Subject: [PATCH 2/5] 404 link EthersV5Eip712Signer.md --- packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md b/packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md index d8b43bb424..ff78c03944 100644 --- a/packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md +++ b/packages/hub-nodejs/docs/signers/EthersV5Eip712Signer.md @@ -125,7 +125,7 @@ if (ethereumAddressResult.isOk()) { | Name | Type | Description | | :------ | :------------------------------------------------------------------------------- | :---------------------------------- | -| `claim` | [`VerificationEthAddressClaim`](../modules/types.md#verificationethaddressclaim) | The body of the claim to be signed. | +| `claim` | `VerificationEthAddressClaim`| The body of the claim to be signed. | --- From 849fcb387f6f6d95cd1eea1abcf5065e70fe067a Mon Sep 17 00:00:00 2001 From: polytur Date: Tue, 28 Jan 2025 18:19:21 +0100 Subject: [PATCH 3/5] 404 link EthersEip712Signer.md --- packages/hub-nodejs/docs/signers/EthersEip712Signer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hub-nodejs/docs/signers/EthersEip712Signer.md b/packages/hub-nodejs/docs/signers/EthersEip712Signer.md index a42b940f8f..1955b51029 100644 --- a/packages/hub-nodejs/docs/signers/EthersEip712Signer.md +++ b/packages/hub-nodejs/docs/signers/EthersEip712Signer.md @@ -125,7 +125,7 @@ if (ethereumAddressResult.isOk()) { | Name | Type | Description | | :------ | :------------------------------------------------------------------------------- | :---------------------------------- | -| `claim` | [`VerificationEthAddressClaim`](../modules/types.md#verificationethaddressclaim) | The body of the claim to be signed. | +| `claim` | `VerificationEthAddressClaim` | The body of the claim to be signed. | --- From 95a2e151858fffda356cda6cf55a01ec4f2db925 Mon Sep 17 00:00:00 2001 From: polytur Date: Tue, 28 Jan 2025 18:21:18 +0100 Subject: [PATCH 4/5] 404 links README.md --- packages/hub-nodejs/examples/hello-world/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/hub-nodejs/examples/hello-world/README.md b/packages/hub-nodejs/examples/hello-world/README.md index 2ed0030f6d..0b660c8e87 100644 --- a/packages/hub-nodejs/examples/hello-world/README.md +++ b/packages/hub-nodejs/examples/hello-world/README.md @@ -13,11 +13,9 @@ Given a custody address with ~10$ worth of funds on OP Mainnet, this example wil We do not recommend running this example in a cloud environment because it requires your custody address. -You can try out a web version of this at https://farcaster-signup-demo-wkulikowski.vercel.app. Source: https://github.com/wojtekwtf/farcaster-signup-demo by [@woj.eth](https://warpcast.com/woj.eth). - ### Run locally 1. Clone the repo locally 2. Navigate to this folder with `cd packages/hub-nodejs/examples/write-data` 3. Run `yarn install` to install dependencies -4. Run `yarn start` \ No newline at end of file +4. Run `yarn start` From f74527b5aa81ccfe5533e8ffa643ac2f1ff4d12a Mon Sep 17 00:00:00 2001 From: polytur Date: Tue, 28 Jan 2025 18:22:27 +0100 Subject: [PATCH 5/5] 404 link ViemLocalEip712Signer.md --- packages/hub-nodejs/docs/signers/ViemLocalEip712Signer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hub-nodejs/docs/signers/ViemLocalEip712Signer.md b/packages/hub-nodejs/docs/signers/ViemLocalEip712Signer.md index ec3a830c43..57c95c7ed6 100644 --- a/packages/hub-nodejs/docs/signers/ViemLocalEip712Signer.md +++ b/packages/hub-nodejs/docs/signers/ViemLocalEip712Signer.md @@ -125,7 +125,7 @@ if (ethereumAddressResult.isOk()) { | Name | Type | Description | | :------ | :------------------------------------------------------------------------------- | :---------------------------------- | -| `claim` | [`VerificationEthAddressClaim`](../modules/types.md#verificationethaddressclaim) | The body of the claim to be signed. | +| `claim` | `VerificationEthAddressClaim` | The body of the claim to be signed. | ---