Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zach-is-my-name/73dd1e78fbf69c78ae28ade06ee0448b to your computer and use it in GitHub Desktop.
Save zach-is-my-name/73dd1e78fbf69c78ae28ade06ee0448b to your computer and use it in GitHub Desktop.
[~/tmp/lit-do]$ bunx wrangler dev
⛅️ wrangler 3.96.0
-------------------
Your worker has access to the following bindings:
- Durable Objects:
- MY_DURABLE_OBJECT: MyDurableObject
[wrangler:inf] Ready on http://localhost:8787
⎔ Starting local server...
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.543Z] [DEBUG] [core] Looks like you are running in NodeJS and did not provide a storage provider, your sessions will not be cached
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.926Z] [DEBUG] [contract-sdk] Validator's URL: https://23.82.129.77:443
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.928Z] [DEBUG] [core] [_getValidatorData] epochInfo: {
epochLength: 3600,
number: 3926,
endTime: 1734575237,
retries: 13,
timeout: 60
}
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.931Z] [DEBUG] [core] [_getValidatorData] minNodeCount: 4
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.931Z] [DEBUG] [core] [_getValidatorData] Bootstrap urls: [
'https://23.82.129.77:443',
'https://173.208.0.151:443',
'https://207.244.66.41:443',
'https://199.115.115.103:443',
'https://207.244.90.225:443',
'https://173.208.0.159:443'
]
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.932Z] [DEBUG] [core] [_getValidatorData] stakingContract: 0x21d636d95eE71150c0c3Ffa79268c989a329d1CE
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.933Z] [DEBUG] [core] handshakeWithNode https://23.82.129.77:443/web/handshake/
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.934Z] [DEBUG] [core] [id: 483aab2a510e3] sendCommandToNode with url https://23.82.129.77:443/web/handshake/ and data {
clientPublicKey: 'test',
challenge: 'cadac03bdc0d6667ad1740e50f56917bb18ab2e18f1bc8859496b6cb2b6cd092',
epoch: 3926
}
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.935Z] [DEBUG] [core] handshakeWithNode https://173.208.0.151:443/web/handshake/
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.935Z] [DEBUG] [core] [id: 483aab2a510e3] sendCommandToNode with url https://173.208.0.151:443/web/handshake/ and data {
clientPublicKey: 'test',
challenge: '6ea5a41a5bd6f8dc47f9ef55d82ba0711e66e348d9eb03929029797d1c2cc589',
epoch: 3926
}
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.935Z] [DEBUG] [core] handshakeWithNode https://207.244.66.41:443/web/handshake/
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.935Z] [DEBUG] [core] [id: 483aab2a510e3] sendCommandToNode with url https://207.244.66.41:443/web/handshake/ and data {
clientPublicKey: 'test',
challenge: '9539b901a5f1a16d299054c793c7e95a32a347aa0aa53973e7addf52cf6884cf',
epoch: 3926
}
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.936Z] [DEBUG] [core] handshakeWithNode https://199.115.115.103:443/web/handshake/
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.936Z] [DEBUG] [core] [id: 483aab2a510e3] sendCommandToNode with url https://199.115.115.103:443/web/handshake/ and data {
clientPublicKey: 'test',
challenge: 'd614d2b58a0955b311642325ff7a67364102df4a19b378818b2def8aca0f8026',
epoch: 3926
}
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.936Z] [DEBUG] [core] handshakeWithNode https://207.244.90.225:443/web/handshake/
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.936Z] [DEBUG] [core] [id: 483aab2a510e3] sendCommandToNode with url https://207.244.90.225:443/web/handshake/ and data {
clientPublicKey: 'test',
challenge: 'e1cf5ebec0fb76c0531d75d2fcd050e87111a24af93124f469b9c636133852d7',
epoch: 3926
}
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.937Z] [DEBUG] [core] handshakeWithNode https://173.208.0.159:443/web/handshake/
[Lit-JS-SDK v7.0.2] [2024-12-19T01:31:17.937Z] [DEBUG] [core] [id: 483aab2a510e3] sendCommandToNode with url https://173.208.0.159:443/web/handshake/ and data {
clientPublicKey: 'test',
challenge: '7864d281883342f68c68c70b97a296305cac3127da0b64fa805ccf42f9fde3f8',
epoch: 3926
}
✘ [ERROR] Error: Error: internal error
at async LitCore.handshakeWithNode
(file:///Users/zm/tmp/lit-do/packages/core/src/lib/lit-core.ts:958:12)
at async LitNodeClientNodeJs2._handshakeAndVerifyNodeAttestation
(file:///Users/zm/tmp/lit-do/packages/core/src/lib/lit-core.ts:570:29)
at null.<anonymous> (async
file:///Users/zm/tmp/lit-do/.wrangler/tmp/dev-GwjMTA/index.js:261285:31)
at async Promise.all (index 0)
at async LitNodeClientNodeJs2._runHandshakeWithBootstrapUrls
(file:///Users/zm/tmp/lit-do/packages/core/src/lib/lit-core.ts:674:5)
at async LitNodeClientNodeJs2._connect
(file:///Users/zm/tmp/lit-do/packages/core/src/lib/lit-core.ts:538:7)
at async LitNodeClientNodeJs2.connect
(file:///Users/zm/tmp/lit-do/packages/core/src/lib/lit-core.ts:472:5)
at async Array.<anonymous> (file:///Users/zm/tmp/lit-do/src/index.ts:20:9)
✘ [ERROR] Uncaught (async) Error: internal error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment